View Single Post
  #32  
Old 28-03-2017, 11:40
Mini Mini is offline
Registered User
 
Join Date: Nov 2013
Location: -
Posts: 125
Thanks: 171
Thanked 76 Times in 43 Posts
Mini is on a distinguished road
Thumbs up

pLZ4 version 1.2 is created by Razor12911

Usage:
plz4 [command] [options] inputfile -o outputfile
inputfile/outputfile can be specified as "-" for stdin/stdout

Commands:
d: restores lz4 blocks

Standard options:
-m#: detection method
1, detects lz4 blocks
2, detects lz4 blocks from FB3 Games
-l#: lz4 compression (default 0)
-n#: block size (default 64k)
-o: specifies i/o, [input] -o [output]
-c#: chunk size (default 64m)
-b#: buffer size (default 256k)

Examples:
plz4 e -m2 -l0 myfile.ext -o myfile.pz
plz4 e -m1 -l9 -n32k myfile.ext -o -
plz4 d myfile.ext -o myfile.pz
plz4 d - -o -

WAIT!
Reply With Quote