View Single Post
  #54  
Old 07-07-2016, 04:11
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by felice2011 View Post
OK I solved used PZlib v1100 (24/05/16), with this line everything works perfectly in Compr & Decomp..

Code:
[External compressor:pzlib]
header = 0
packcmd = pzlib e -v - -o - <stdin> <stdout>
unpackcmd = pzlib d - -o - <stdin> <stdout>
I even mentioned beginning of topic, if you encounter CRC errors or just to make sure CRC stays the same, add -v

Code:
Options:
-t#: Number of threads to use (maximum = 8)
-t#p: (default = 50) Percentage of threads to use
-v: Verification so that restoration keeps CRC the same
-ai: Prints out additional information
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
felice2011 (07-07-2016)