Thread: CIU arc.ini
View Single Post
  #14  
Old 28-04-2015, 03:24
kassane's Avatar
kassane kassane is offline
Registered User
 
Join Date: Nov 2011
Location: Somewhere in the World
Posts: 174
Thanks: 578
Thanked 117 Times in 47 Posts
kassane is on a distinguished road
Code:
;srep3.93
[External compressor:srep]
;options  = l%d (minimal match length, default=512)
header = 0
packcmd   = srep {options} -m5f -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

;precomp043
[External compressor:precomp]
header = 0
packcmd   = precomp -intense -cn {options} -o$$arcpackedfile$$.tmp  $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp

;lzma64
[External compressor:lzma]
header = 0
packcmd   = FreeArc-LZMA-x64 e lzma{:option} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = FreeArc-LZMA-x64 d lzma{:option} $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

;msc
[External compressor:msc]
header = 0
packcmd   = msc c -v -t=4 {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
Reply With Quote
The Following User Says Thank You to kassane For This Useful Post:
Simorq (28-04-2015)