FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Masked Compression (Ultimate compression in one go) (https://fileforums.com/showthread.php?t=97530)

aswadd 12-12-2016 10:09

Quote:

Originally Posted by MCWRX (Post 454074)
thank you.

One more thing, when I try to unpack the archive, I get "Unsupported compression method srep:m3f:a1:l512"

This is my .bat file

Code:

-msrep:m3f:a1:l512+delta+xz
And arc.ini

Code:

[External compressor:srep]
;options  = l%d (minimal match length, default=512)
header = 0
packcmd  = srep64 {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep64 -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

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

I copied dec.exe (for unpacking) to my script folder and defined it inside the script

Code:

#define XZ

#ifdef XZ
Source: ISDone\dec.exe; DestDir: {tmp}; Flags: dontcopy
#endif

#ifdef XZ
    ExtractTemporaryFile('dec.exe');
#endif

Thanks in advance.


{-option } u forgot - this will make the whole srep options don't work
packcmd = srep {-option } $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

user123456 18-01-2017 09:50

try this is comprass 60mb to 7.5mb ----> 30gb to 7gb or 15gb

Download This arc.ini And Replace In Masked Compression

SRXII 20-02-2017 02:13

ISDone.dll error
 
Everything works fine but when i open the installer it shows a error with tittle "ISDone.dll" and says 'Failed to open the archive in the module IS7zipExtract!'.
Please Help!!:confused:

rinaldo 20-02-2017 06:42

IS7zipExtract work only 7zip not working to Arc or masked

romulus_ut3 02-04-2017 06:13

I believe some of the tools included in this have been surpassed by newer iteration/implementations.

Would the author be so kind as to accommodate the changes?

panker1992 03-04-2017 05:35

IS7ZIPEXTRACT function isn't needed at all since 7zip is merely an internal compressor used by arc

Arc exe has it in ini so long that is true that function is useless

TWOELV 03-04-2017 13:21

any idea why .minizip files are not compressing at all i tried almost all methods like ultral1,ultral2,ultral3 and medium l2 and none of them compresses the file at all :/
i am using masked data 2.5.1 and yes i have also tried 2.5 but still the same problem

panker1992 03-04-2017 13:27

High entropy of some files negate their ability to be compressed this is why bik and other video files are incompressible , it's because they are already compressed once . You need to extract them first

TWOELV 03-04-2017 17:40

but if i extract them then is it possible to put it back to .minizip format again ?

FD_RLT 03-04-2017 19:52

Quote:

Originally Posted by TWOELV (Post 457772)
but if i extract them then is it possible to put it back to .minizip format again ?

or you could use pzlib on them and save time ? minizip files are very much recompressible with pzlib.

TWOELV 04-04-2017 04:36

in masked data one of the methods has pzlib in it but oh well i will try just pzlib but is there like a pzlib compressor like masked data ? cause i really don't know how to use pzlib :p

TWOELV 05-04-2017 17:21

so first i used only pzlib and it went from 5gb to 9gb then i used pzlib+srep+lzma that gave me this result
http://i.imgur.com/OIimzby.png

:/

FD_RLT 06-04-2017 02:06

^So what's wrong with it ? PZLIB inflates your zlib/deflate input so you get larger output, using a stronger compression on that output makes it smaller.

TWOELV 06-04-2017 04:25

as you can see in the picture the ratio was 85.84% i wanted it to go lower than that :/

panker1992 07-04-2017 08:33

pzlib makes file bigger, because it find precompressed streams and extract them. thus allowing for better compression to be implemented


All times are GMT -7. The time now is 06:02.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com