
12-08-2016, 23:37
|
Registered User
|
|
Join Date: Aug 2016
Location: India
Posts: 396
Thanks: 139
Thanked 704 Times in 228 Posts
|
|
what is the difference
Pzlib options
Quote:
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 (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
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
|
|