|
test please__
I am creating a workbench in order to test various compressions ... you can test whether you work as a me..non is a convertore but only a simple bechtest thanks
is version DEMO only test
precomp0.44
arc.ini
Code:
[External compressor:reflate]
packcmd = reflate -process $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
[External compressor:srep]
header = 0
packcmd = srep {options} -m5f -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
[External compressor:precomp]
header = 0
packcmd = precomp -intense0 -cn {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
[External compressor:zpaq]
header = 1
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.zpaq
packcmd = zpaq a $$arcpackedfile$$.zpaq $$arcdatafile$$.tmp -method 6 -threads 2 {options}
;panker1992 reedit
[External compressor:msc]
header = 0
packcmd = MSC c -v -wav=1 -raw=1 -bmp=1 -ddsraw=1 -ddsdxt=1 -mp3=1 -bmf=9s -tak=9 -dxt=1 -lzma=hc4,lc8,lp2,pb2,fb273,mc1000 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
[External compressor:nz]
packcmd = nz a -r -v -cc -m1g -br128m -bw128m -t0 -nm $$arcpackedfile$$.tmp.nz $$arcdatafile$$.tmp
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp.nz
[External compressor:uharc]
header = 0
packcmd = uharc a {-moption } -b32768 $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
[External compressor:fp8]
packcmd = {compressor} {-option} $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp.fp8
[External compressor:paq8pf]
packcmd = {compressor} {-option} $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp.paq8pf
__________________
if you understand read more
Last edited by rinaldo; 04-02-2016 at 11:26.
|