View Single Post
  #16  
Old 30-10-2014, 15:38
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
try this arc.ini ( error because of switches for precomp in your arc.ini
those switches maybe incompatable for the types of files your compressing this time. Every run of precomp will give different switches for the files its compressing at that time. )

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

[External compressor:precomp]
header = 0
packcmd   = precomp -intense0 -c- {options} -o$$arcpackedfile$$.tmp  $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp
do NOT use anything in the compress.bat other plain mprecomp+msrep ....

Code:
mprecomp+msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
just do one archive it will tell you what switches to add to arc.ini for faster compression of that archive. ( WIll have to do same for other sets as well )

For example of what switches I mean see post below
http://www.fileforums.com/showpost.p...7&postcount=59

Last edited by pakrat2k2; 30-10-2014 at 15:40.
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
Simorq (25-01-2015)
Sponsored Links