View Single Post
  #46  
Old 21-02-2018, 21:50
Webster17's Avatar
Webster17 Webster17 is offline
Registered User
 
Join Date: Jan 2015
Location: Goa, India, Asia, Planet Earth
Posts: 55
Thanks: 14
Thanked 34 Times in 13 Posts
Webster17 is on a distinguished road
Thanks Razor for this tool, helps a lot. Anyways my question is can I use reflate with pzlib3 to recompress dynamic streams? Problem is I have a file whose size is 470mb after decompressing using unpacker becomes 700+mb. Also if I use GFS and set it to zlib+dynamicstreams it shows 700+ mb. But while recompressing using pzlib3 it only recompresses the file to
pzlib e -m2 -s file.ext -o file.pz
470mb=560mb(recompressed data) which after srep+lzma compression file becomes 305mb
and if I use this setting the
pzlib e -m2 -t25p -c128m -s -r1 file.ext
470mb=591mb after using srep+lzma compression file becomes 323mb.
Whats the problem can anybody help?
Reply With Quote
Sponsored Links