Quote:
Originally Posted by harshlohaan
Thank you for the compressor. I appreciate your work.
Currently I'm compressing 7.73 GB of data using the method "pzlib+msc+srep64:m3f:a16:d1g+xz". It was specified to be a faster method.. as above there was a slow method too which I didn't choose, and the compression seems stuck. It has already taken more than 2 hours and is frozen at 14.7%. And I see no progress since last half an hour.. it is the same last line U_dds. What's going on?? :confused:
And I wanted to know if I could change the result i.e. DATA_BASIC.arc's container to something else.. anything like .cpi or something else?

|
MSC is not compatible with pzlib
Use these settings for pzlib
[External compressor:pzlib2017]
header = 0
packcmd = pZLib e {options} -c64m -t25p - -o - $$arcdatafile$$.tmp -o - <stdout>
unpackcmd = pZLib d {options} -t90p - -o - <stdin> <stdout>