Re: Merged Compression Tests
Posted: Mon Apr 06, 2009 2:11 pm
lets make one thing clear... FreeArc is a compression suite (not compressor!!) it allows you to link different algorithmswhat about records with FreeArc+NanoZip
it has built-in some nice algorithms like LZMA (the one 7z uses), repetition filter, exe filters, delta...
and you can configure it to work with almost any other command line compressors/data filters, f.e. ECM, NanoZip, Precomp, APE, WinRAR, etc... whatever you need
and then.. you can create your own packing profiles by linking compressors with filters etc.
you can run for example arc.exe a -mecm+rep:1gb+lzma:128 -dp"C:\Working Dir" -- "C:\Working Dir\arc.arc" "file1" "file2"
and it will first ecm both files, then filter repetitions within 1gb range, and then compress it to LZMA with 128mb dictionary
its simple

it is already possible, but ecm have some issues on large sets of data... it can be used on <2gb files thouif you can talk author into integrating ecm then - it's even better
might be worked out in one of next releases
wtf(7 is about 10 - 7 approximates to 10) = symmetrical
repetition filter takes most of the time, decompressings from LZMA takes less than half of that timeTry it, deffinately !!
download and run installer of v0.50: http://freearc.org/Download.aspx
download and unpack over installed version update pack: http://www.haskell.org/bz/arc1.arc (recommended)
Edit:
if you want you can store your own configurations in arc.ini, here is one of mine:
cso7=ecm+rep:1gb+lzma:128mb:max:bt4:273
and you run it with -mcso7 switch
and... following can also be configured and run when you have audio stored as wav:
packiso= $obj => ecm+7z, $wav => ape
and. FA has also a GUI but you can not run custom configurations from GUI yet.. however it will be soon resolved
in short... its soft for PRO's and thats why I though redump staff might be interested
are you ? 
