Changes between Version 12 and Version 13 of DevReadFirst


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DevReadFirst

    v12 v13  
    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 Also if you have some source codes for RAR support, please share them with us, so other developers can use them.
     99Here are some source codes for reading RAR (store compression) files: [wiki:RarSourceCodes]
    100100
    101101== Movie identification ==