|
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?
|