View Single Post
  #1  
Old 15-10-2021, 03:22
fabrieunko fabrieunko is offline
Registered User
 
Join Date: Sep 2021
Location: france
Posts: 217
Thanks: 516
Thanked 78 Times in 71 Posts
fabrieunko is on a distinguished road
srep / srep64? help me

hello currently I use this method to compress my files

Code:
arc a -lc8 -ep1 -ed -r -hp1234 -w.\ C:\Games\TDF-Setup-1.bin -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "C:\Games\Tour de France 2021\*"

with the following arc.ini

Code:
[External compressor:srep]
;options  = l%d (minimal match length, default=512)
header = 0
packcmd   = srep {options} -a1 -m5f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:precomp]
header = 0
packcmd   = precomp -slow {options} -o$$arcpackedfile$$.tmp  $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp
how to use srep64.exe? what should be changed?

I have trouble understanding and finding the information to do this ..
Reply With Quote
Sponsored Links