Changes between Version 13 and Version 14 of DevReadFirst


Ignore:
Timestamp:
Jun 22, 2009, 6:12:46 AM (15 years ago)
Author:
os
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevReadFirst

    v13 v14  
    9797== RAR support ==
    9898Most of movies are released on warez scene first and according their rulez ([http://en.wikipedia.org/wiki/Standard_(warez) 1], [http://www.scenereleases.info/2006/06/scene-rules.html 2], [http://www.sbytes.info/blog/static.php?page=static051030-153644 3]) they package video to RAR archives using STORE compression (that means no compression at all is used). So movie is just divided into some parts and header/footer (?) is added to .rar files - if you need some example, just compress your movie with rar using store compression and set one archive to 15.000.000 bytes. It should be really nice, if players are supporting this. So, if your player is supporting this, add downloading/uploading subtitles for movies, which are stored in RAR archive, please.
    99 Here are some source codes for reading RAR (store compression) files: [wiki:RarSourceCodes]
     99Here are some source codes for reading RAR (store compression) files: [wiki:RarSourceCodes Rar Source Codes]
    100100
    101101== Movie identification ==
    102 see [wiki:MovieIdentification].
     102see [wiki:MovieIdentification Movie Identification].