View Single Post
  #13  
Old 12-11-2015, 15:43
gozarck's Avatar
gozarck gozarck is offline
Registered User
 
Join Date: Nov 2013
Location: Argentina
Posts: 163
Thanks: 254
Thanked 495 Times in 114 Posts
gozarck is on a distinguished road
Hello panker1992 thnks for share your work.
i just add lc4 and lp0 you gain very little bytes in compression.
Quote:
[External compressor:7z]
packcmd = 7z.exe a -t7z -mcrc=0 -m1=lzma2:fb=273:mf=bt4:mc=1000:lc=4:lp0 -mx9 $$arcpackedfile$$.7z $$arcdatafile$$.dll
unpackcmd = 7z.exe x -y $$arcpackedfile$$.7z $$arcdatafile$$.dll
packedfile = $$arcpackedfile$$.7z
datafile = $$arcdatafile$$.dll
if you see the code i use -t7z instead -txz because lzma2 is default compression in 7zip since 2012.
Also i inject your 7z.dll into 7z.exe check the attachment, just drag and drop any file in the bat file to test.
Attached Files
File Type: 7z zipmaxcompression.7z (3.78 MB, 371 views)
__________________
-the science of the useless-
Reply With Quote
The Following 4 Users Say Thank You to gozarck For This Useful Post:
arkantos7 (15-11-2015), Bilawal (13-11-2015), panker1992 (12-11-2015), Simorq (13-11-2015)