View Single Post
  #11  
Old 12-07-2018, 03:01
Schabik Schabik is offline
Registered User
 
Join Date: Dec 2008
Location: Somewhere in Poland
Posts: 152
Thanks: 17
Thanked 35 Times in 32 Posts
Schabik is on a distinguished road
Quote:
Originally Posted by Simorq View Post
Use stdin Srep

pzlib:max+srep:m3f+LZMAII

Code:
[External compressor:srep]
header = 0
default    = -m3f -a0/0
packcmd    = "SuperREP" -s250gb -a0/0 {options} - - <stdin> <stdout>
;packcmd    = "SuperREP" -s250gb -a0/0 {options} <stdin> - Output
;packcmd    = "SuperREP" {options} Input - <stdout>
;packcmd    = "SuperREP" {options} Input Output
unpackcmd  = "_CLS\FAZip" -i0 decompress:srep <stdin> <stdout>
datafile   = Input
 packedfile = Output



Mine looks like this


Code:
[External compressor:srep]
header = 0
;solid = 0
default=-m3f
packcmd   = _Compressors\srep64 {options} Input Output
unpackcmd = _Compressors\srep64 {options} -d -s - - <stdin> <stdout>
datafile   = Input
packedfile = Output

Quote:
Originally Posted by shazzla View Post
Afaik it doesnt matter and 3.91is the only one which free from this bug.
Bulat knows it better.
But maybe im wrong.

So how do You explain that previously it worked for file compressed with 3.92?
Reply With Quote