View Single Post
  #9  
Old 08-01-2022, 08:11
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
7-Zip
  • Open source archiver with support for multiple compression algorithms (deflate, LZMA2 etc...)

    Example Usage:
    Code:
    [External compressor:7z]
    header    = 0
    packcmd   = {compressor} a -txz -an -mcrc=0 -m1=lzma2:d64m:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=4 -mx9 -si -so <stdin> <stdout>
    unpackcmd = {compressor} x -txz -mmt2 -an -y -si -so <stdin> <stdout>
By Igor Pavlov
7-Zip Website
Reply With Quote
The Following 3 Users Say Thank You to Masquerade For This Useful Post:
bargrepacks (14-04-2023), Razor12911 (08-01-2022), ScOOt3r (04-08-2023)