
08-01-2022, 08:17
|
Registered User
|
|
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,177
Thanks: 284
Thanked 1,376 Times in 619 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
|