View Single Post
  #3  
Old 27-09-2017, 20:52
Chayan Manna's Avatar
Chayan Manna Chayan Manna is offline
Registered User
 
Join Date: Jun 2016
Location: India
Posts: 82
Thanks: 89
Thanked 114 Times in 37 Posts
Chayan Manna is on a distinguished road
Quote:
Originally Posted by PrinceGupta2000 View Post
ont more thing
don't use delta on game, that will increase the compression ratio
srep+lzma is always the best
delta don't increase the ratio always, it's true that sometimes it increase the ratio, but for some files it also gives better ratio.
So, before compression one file from a branch of file type may be checked by once with delta+lzma & once with only lzma. With that one can determine, if delta is increasing or decreasing the ratio for that file type.
For me, I always check with this method & after that if delta decreases the ratio, only then I use it in compression. For those games which I've posted delta does the good job, that's why I used it on them.
Reply With Quote