|
PZlib (Alternative to Precomp)
Pre-ZLIB (pzlib)
Alternative of precomp
This program detects and unpack zlib streams for a certain input
giving you an option to apply a stronger compression such as LZMA.
This only detects zlib streams compressed using default and maximum level
which have headers. (It doesn't detect headerless)
Usage:
pZLib encode/decode [options] inputfile -o outputfile
inputfile/outputfile can be specified as "-" for stdin/stdout
Options:
-t#: Number of threads to use
-t#p: (default = 50) Percentage of threads to use
-v: Verification so that restoration keeps CRC the same
-ai: Prints out additional information
Note:
Input and/or Output can be "-" to signal stdin and/or stdout usage.
Multi threading only works during restoration.
Example:
pzlib encode $$arcdatafile$$.tmp -o $$arcpackedfile$$.tmp
Created by Razor12911 and Panker1992
Last edited by Razor12911; 16-12-2016 at 06:30.
|