FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Help with srep+lzma speed (https://fileforums.com/showthread.php?t=99016)

buttignol 15-03-2017 07:48

Help with srep+lzma speed
 
2 Attachment(s)
Friends you can help with the speed of unpacking
Example image
Attachment 17714

At the end of the installation a difference of 15 minutes

My method pack and temp folder of downloaded game
Attachment 17716

Thank you

shazzla 15-03-2017 08:03

try using SREP+ZSTD.
SREP makes the game almost half of its size.
decompression will be lightning fast. Approx. 100 MB/s.

Or try 4x4:lzma.

-m4x4:b100mb:lzma:a1:mfbt4:d200m:fb273:mc10000:lc8

buttignol 15-03-2017 08:11

Quote:

Originally Posted by shazzla (Post 457158)
try using SREP+ZSTD.
SREP makes the game almost half of its size.
decompression will be lightning fast. Approx. 100 MB/s.

Or try 4x4:lzma.

-m4x4:b100mb:lzma:a1:mfbt4:d200m:fb273:mc10000:lc8

use it like this

srep+zstd

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

Simorq 15-03-2017 08:18

Serp+Lzma2 Best Ratio and Fast SPPED

buttignol 15-03-2017 08:30

Quote:

Originally Posted by Simorq (Post 457160)
Serp+Lzma2 Best Ratio and Fast SPPED


Ok I'll test too.

shazzla 15-03-2017 08:57

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

Simorq 15-03-2017 10:35

[External compressor:srep]
packcmd = srep {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -mem512b -d - - <stdin> <stdout>

ramazan19833 15-03-2017 10:40

Hello there
 
Hello there

srep64.V

RAM : 32 GB
CPU : Intel® Core™ i7-5820K 6Core 3.30 GHz
SSD: 250 GB

Is this the best? Adjustment

GTA 5 GAME BEST SETTING WHAT?

HELP......

[External compressor:srep64]
header = 0
packcmd = srep64 {options} -m5f -d1g -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep64 -d -s - - <stdin> <stdout

Simorq 15-03-2017 14:18

Quote:

Originally Posted by ramazan19833 (Post 457171)
Hello there

srep64.V

RAM : 32 GB
CPU : Intel® Core™ i7-5820K 6Core 3.30 GHz
SSD: 250 GB

Is this the best? Adjustment

GTA 5 GAME BEST SETTING WHAT?

HELP......

[External compressor:srep64]
header = 0
packcmd = srep64 {options} -m5f -d1g -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep64 -d -s - - <stdin> <stdout

[External compressor:pZLib]
header = 0
packcmd = pZLib e -m2 -x -c256m -t100p - -o - <stdin> <stdout>
unpackcmd = pZLib d -t100p - -o - <stdin> <stdout>

[External compressor:pZLib+]
header = 0
packcmd = pZLib e -m2 -t100p $$arcdatafile$$.tmp -o $$arcpackedfile$$.tmp
unpackcmd = pZLib d -t60p - -o - <stdin> <stdout>
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp

[External compressor:srep]
header = 0
packcmd = srep64 {options} -m3f -d1g -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep64 {options} -d -s - - <stdin> <stdout>

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

pZLib+srep+Lzma2 38GB GTA V

ramazan19833 15-03-2017 14:29

Help....
 
Better result Is there an option I can take?

pZLib+srep+Lzma2 38GB GTA V

buttignol 15-03-2017 14:44

Simorq, shazzla

Failed to compact

Trying again like this

a\arc a -ep1 -r -w.\temp -msrep+zstd [email protected] -dp"%choice1%" .\Final\%dat%

[External compressor:srep]
;options = l%d (minimal match length, default=512)
header = 0
packcmd = srep{options} -m3f -a1 -l1024 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s -- <stdin> <stdout>

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

a\arc a -ep1 -lc -r -w.\temp -msrep+lzma2 [email protected] -dp"%choice1%" .\Final\%dat%

[External compressor:srep]
;options = l%d (minimal match length, default=512)
header = 0
packcmd = srep{options} -m3f -a1 -l1024 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s -- <stdin> <stdout>

[External compressor:lzma2]
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 = 7z x -txz -an -y -si -so <stdin> <stdout>

Game 52GB

ramazan19833 15-03-2017 14:58

Hello there
 
I'm getting an error :(

Failed to compact

[External compressor:lzma2]
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 = 7z x -txz -an -y -si -so <stdin> <stdout>

buttignol 16-03-2017 05:38

2 Attachment(s)
Thank you shazzla used 4x4

-msrep+4x4:lzma:a1:mfbt4:d158m:fb273:mc1000000000:l c8

Attachment 17734

Attachment 17735

Simorq I'm trying to lzma2 but it's giving error
Arc.exe stopped working

If you add your compress files
Bat, arc.ini, srep 7z
To try again serep+lzma2

Simorq 16-03-2017 07:18

Lzma2 LastVersion http://www.7-zip.org/a/7z1604-extra.7z (7z.exe and 7za.dll Rename 7z.dll)

False
Code:

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>
True
Code:

packcmd = 7z a -txz -an -mcrc=0 -m1=lzma2:d25:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=4 -mx9 -si -so <stdin> <stdout>
http://s9.picofile.com/file/8289710768/1.png
http://s9.picofile.com/file/8289710784/2.png
http://s9.picofile.com/file/8289710792/3.png

buttignol 16-03-2017 08:28

2 Attachment(s)
Thank you Simorq used srep64+lzma2 finished

Attachment 17737

Attachment 17738

Thank you all


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

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