View Single Post
  #57  
Old 12-03-2016, 00:37
ramazan19833 ramazan19833 is offline
Banned
 
Join Date: Apr 2012
Location: abc
Posts: 248
Thanks: 16
Thanked 10 Times in 8 Posts
ramazan19833 is on a distinguished road
Arrow Bin_Kompressor HELP

arc.ini

header = 0
packcmd = 7z a -txz -an -mcrc=0 -m1=lzma2:d900m:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=2 -mx9 -si -so <stdin> <stdout>
unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout>

[External compressor:xz]
header = 0
packcmd = 7z a -txz -an -mcrc=0 -m1=lzma2:d450m:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=4 -mx9 -si -so <stdin> <stdout>
unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout>

[External compressor:zstd]
packcmd = zstd -9 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = zstd -d -f <stdin> <stdout>

[External compressor:msc]
;Alt: c -v -f Forced //-frog=9 use this instead of -tak=9
header = 0
packcmd = msc c -v -wav=1 -raw=1 -bmp=1 -ddsraw=1 -ddsdxt=1 -mp3=1 -bmf=9s -tak=9 -dxt=1 -lzma=hc4,lc8,lp2,pb2,fb273,mc1000 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

[External compressor:reflate]
header = 0
packcmd = reflate -process $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = reflate -restore $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:rep,lzma,4x4,delta,exe]

header = 0

packcmd = fazip -i0 compress:{compressor}{ption} <stdin> <stdout>

unpackcmd = fazip -i0 decompress:{compressor}{ption} <stdin> <stdout>


[External compressor:fp8]
packcmd = fp8 {-option} -8 $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp.fp8

[External compressor:zpaq]
;-method s4.3ci1 -method 46,36,26
packcmd = zpaq a $$arcpackedfile$$.tmp $$arcdatafile$$.tmp -method 6 -threads 2 {options}
unpackcmd = zpaq x $$arcpackedfile$$.tmp $$arcdatafile$$.tmp -summary
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp

[External compressor:zpaq64]
;-method s4.3ci1 -method 46,36,26
packcmd = zpaq64 a $$arcpackedfile$$.tmp $$arcdatafile$$.tmp -method 6 -threads 2 {options}
unpackcmd = zpaq64 x $$arcpackedfile$$.tmp $$arcdatafile$$.tmp -summary
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp

[External compressor:lzham]
packcmd = lzham -m4 -d29 c $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = lzham -c d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:lzt]
;fast = -32 and max = -p1 -49 -b200
packcmd = lzt -p2 -49 -b200 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = lzt -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:nz]
;options -cc=best -m3g=memory -nm
packcmd = nz a -r -v -cc -m3g -br128m -bw128m -p2 -t0 -nm $$arcpackedfile$$.tmp.nz $$arcdatafile$$.tmp
unpackcmd = nz x -m1g -t0 -p0 $$arcpackedfile$$.tmp.nz $$arcdatafile$$.tmp
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp.nz

[External compressor:nz64]
;header = 0 -cc = CM algo -cO=BWT algo ;testing = nz:r:v:cc:m8g:br512m:bw512m4:t0:nm
packcmd = nz64 a -r -v -cc -m8g -br512m -bw512m -p4 -t0 -nm $$arcpackedfile$$.tmp.nz $$arcdatafile$$.tmp
unpackcmd = nz64 x -m1g -t0 -p0 $$arcpackedfile$$.tmp.nz $$arcdatafile$$.tmp
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp.nz


Bin_Kompressor

Reply With Quote