View Single Post
  #10  
Old 08-01-2022, 08:17
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,177
Thanks: 284
Thanked 1,376 Times in 619 Posts
Masquerade is on a distinguished road
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
Attached Files
File Type: 7z lzma.7z (50.0 KB, 191 views)
Reply With Quote
The Following 2 Users Say Thank You to Masquerade For This Useful Post:
Razor12911 (08-01-2022), sakila(playboy) (26-10-2022)