View Single Post
  #7  
Old 29-12-2015, 04:02
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 564
Thanks: 116
Thanked 881 Times in 319 Posts
panker1992 is on a distinguished road
thanks for feedback

dear friend all files and how they get compressed are chosen by the file named arc.groups

the name of the filter starts with $text for example
and then all *.txt *.ini and all files that are text alike will be compressed by what you put in front of /$text=rep:500+zstd for example this will take all texts and compress them separetaly then put them back in the entire arc or bin or cab whatever

now there is a filter that takes all files that are unknown to the mask and compresses them generally by the usage of the

-mmsc+srep64+...+lz77 for example


if you open your arc.group you will find that wmv files are under void = uncompressible data

if you want add *.bnk files under void too
and replace this line in general comp /$void=msc+srep64+zstd thus ensuring that precomp will never see bnk files

bnk is uncompressible data format is has nothing to do with precomp.exe

i hope that you got me
sorry for long text
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.
Reply With Quote