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

ramazan19833 16-03-2017 08:40

Hello there
 
buttignol
HELLO THERE

YOU LIKE YOU GAME INSTALLATION I WANT TO DO :confused:

buttignol 16-03-2017 14:38

Quote:

Originally Posted by ramazan19833 (Post 457200)
buttignol
HELLO THERE

YOU LIKE YOU GAME INSTALLATION I WANT TO DO :confused:

Modify question I use google translator
I do not understand the question

mikey26 16-03-2017 14:54

he wants your script

ramazan19833 16-03-2017 15:08

Help....
 
I play setup prepare make help

ramazan19833 16-03-2017 15:13

just like you Game setup is ready help

buttignol 16-03-2017 15:20

1 Attachment(s)
My script

Attachment 17740

ramazan19833 16-03-2017 18:26

Hello there
 
Again your Kullan compression Application
My script appropriate game compression Application

buttignol 16-03-2017 19:34

1 Attachment(s)
Quote:

Originally Posted by ramazan19833 (Post 457213)
again your kullan compression application
my script appropriate game compression application

Attachment 17743

ramazan19833 18-03-2017 20:55

Hello there
 
Hello there

Help Please..

http://i.hizliresim.com/gqopnR.jpg
GTA 5 ORIGINAL SIZE :[/B] 75 GB
GTA 5 COMPRESS : 37 GB
METHOD : -mpzlib+srep+lzma2
http://i.hizliresim.com/gqopkR.jpg

Arc.ini

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

[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]
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

mikey26 19-03-2017 00:06

Quote:

Originally Posted by ramazan19833 (Post 457247)
Hello there

Help Please..

http://i.hizliresim.com/gqopnR.jpg
GTA 5 ORIGINAL SIZE :[/B] 75 GB
GTA 5 COMPRESS : 37 GB
METHOD : -mpzlib+srep+lzma2
http://i.hizliresim.com/gqopkR.jpg

Arc.ini

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

[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]
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

wtf dude stop F****** spamming every F******* post. :mad::mad::mad:
Stop cross posting if that script does not belong in that post dont ask questions about it in another post.

its seems you jump from script to script every day that why you have tons of compressing issues.

Mods please delete his junk of the people posts its just spam nothing of relevance anyways.

L0v3craft 26-04-2017 00:42

Hi guys, I tried "4x4:lzma:a1:mfbt4:d200m:fb273:mc1000000000:lc 8" and it is better than "4x4:lzma:max" but with the installation fazip are using 2200-2300MB of ram and I would like put a limit to it for the ram usage. Anyone can help me ? I tried with Outlast 2.


All times are GMT -7. The time now is 11:36.

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