Log in

View Full Version : test please__


rinaldo
04-02-2016, 09:33
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
[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

kenzo34
04-02-2016, 10:09
Nice Rinaldo work perfect on win 10 x64

felice2011
04-02-2016, 12:03
Great Bench...I'm thinking that it might enter sensitive data of a game to check the level of the various algorithms and methods of compression, then add an option to load files to test and compress...
Add the ability to test a data folder with all options of compressions, in a single multi-bench...
Following a choice option of all the precomp versions, since all the versions are different, with general errors on some files during compression, in this way you can choose the most appropriate precomp version to compression of a file without getting errors.

rinaldo
04-02-2016, 14:34
felice2011
is for newbies ... even if it is of great help to many people, because they are tested on multiplatform and hassle.
I do not want to add options which then would require a user with relevant ability .. add only other options but always about compressors and add its decompression system.

Razor12911
04-02-2016, 23:19
Great job mate, works for me on Win 10 x64. Tried all methods.

rinaldo
05-02-2016, 03:02
Great job mate, works for me on Win 10 x64. Tried all methods.

thanks bro

nasir ahmad
28-02-2016, 04:04
this is good my friend very good.
thanks.