
08-01-2022, 08:17
|
|
Registered User
|
|
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,407 Times in 637 Posts
|
|
LZMA
- Open source LZMA archiver from the LZMA SDK.
Example Usage:
Code:
[External compressor:LZMA]
header = 0
packcmd = {compressor} e -a1 -si -so <stdin> <stdout>
unpackcmd = {compressor} d -si -so <stdin> <stdout>
By Igor Pavlov
|