View Single Post
  #43  
Old 29-07-2017, 09:05
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
Quote:
Originally Posted by harshlohaan View Post
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>

Last edited by pakrat2k2; 29-07-2017 at 12:39.
Reply With Quote