Quote:
Originally Posted by Andu21
Thanks felice2011 it's working fine now. It's a shame stdio doesn't work properly.
|
the reason why xz cant be used with stdio capabilities are various, but i can show you how to use xz with 7z support it supports stdin and stdout and its streaming works wonderfully
[External compressor:xz,lzma2]
header = 0
packcmd = 7z a -txz -an -m0=lzma2{:option}:fb=273:mf=bt4:mc=100000000:lc=4: lp=0 -mx9 -si -so <stdin> <stdout>
unpackcmd = 7z x -txz -an -y -si -so <stdin> <stdout>
use it like this
srep:m3f:a1+lzma2:d256m:c1024m:mt4
or
srep:m3f:a1+xz:d256m:c1024m:mt4
d(dictionary)m
c(chunk)m
mt4 = 4 threads
this combo does need ram so careful
enjoy a wonderful streaming experience both in comp and decomp (decomp is now multithreaded)