View Single Post
  #10  
Old 17-01-2016, 03:38
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 565
Thanks: 116
Thanked 889 Times in 321 Posts
panker1992 is on a distinguished road
good evening everybody

@Amsal i repack in arch linux most of the time

here are the steps that need to do
1) create a folder with the name "pack"
2) then change this line
arc a -lc1024 -ld1024 -ep1 -ed -r -hp -pYourpassword -w.\ Data\data1.bin -moptimal "pack\*"

also there is no BINK repacking, bink.bat and bk2.bat take video and re-encode it to minimize it's size, you can read the "readme.log" i have put inside all details are there

@Razaman the strongest compression you can find is inside my tools named "devastate"

but there are 2 problems to fix with this method: doesnt show progress on Inno setup
and it leaves a temporary folder then it finishes its compression i may change this with zpaq.exe i am testing how this will go and update my tools in a few days


@Felice i made some corrections that fix many bugs

1) removed "pre-" as it may cause arc not being able to find it,

Fast = msc+srep64+delta+exe2+xz/$jpgsolid=jpg+zstd/$void=srep64+zstd/$text=nz//$precomp=msc+srep64+delta+zstd
Notes-Fast: This will only heavily compress compresible data, without low api precompression, This is entirely based on speed

Standard = msc+srep64+delta+exe2+lzt/$jpgsolid=jpg+zstd/$void=srep64+zstd/$text=nz/$precomp=precomp+msc+srep64+delta+lzt
Notes-Standard: Only corrected text format, left lzt untouched i like lzt too


Optimal = msc+srep64+delta+exe2+xz/$jpgsolid=jpg+zstd/$void=srep64+zstd/$text=srep64+nz/$precomp=precomp+msc+srep64+delta+lz77
Notes-Optimal : renamed this as now optimal is masked precomp, will become even better with up coming precomp0.45

{removed max entirely, you dont really need max strong ultra and devastate people will get comfused with so many ultimate ultra ...etc etc } :P

Strong = precomp+msc+srep64+delta+exe2+xz/$jpgsolid=jpg+zstd/$void=srep64+zstd/$text=nz
Notes-Strong: left as it is really innovate precomp will run on all data regardless

Ultra = reflate+msc+srep64+delta+exe2+xz/$jpgsolid=jpg+zstd/$void=srep64+zstd/$text=nz
Notes-Ultra: really like this one left as it is ....does inno + reflate really work for you ??

Devastate = precomp+msc+srep64+delta+exe2+nzmax/$jpgsolid=jpg+zstd/$void=srep64+zstd/$text=nz
Notes-Devastate : i am working on this method it does have some issues like it leaves a temp folder .... really pain ... need to see how i can fix this
__________________
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