FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Question [Compressor] (https://fileforums.com/showthread.php?t=99437)

Simorq 06-08-2017 09:46

Question [Compressor]
 
Code:

Srep TMP
[External compressor:srep]
header = 0
packcmd  = SREP64 {options} -m5f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = SREP64 -d {options} -s - - <stdin> <stdout>

Code:

Srep TMP+Stdout
[External compressor:srep]
packcmd = srep64 {options}-m5f $$arcdatafile$$.tmp - <stdout>
unpackcmd = srep64 -d {options} - - <stdin> <stdout>

Code:

Srep Stdin
[External compressor:srep]
header = 0
packcmd  = SREP64 {options} -m5f - - <stdin> <stdout>
unpackcmd = SREP64 -d {options}  -s - - <stdin> <stdout>

Which method is better?

78372 06-08-2017 09:54

1st one is slow, but generally never fails. 2nd one is fast, but you will have trouble understanding remaining time and progress. Third one is almost same as second one, but fails sometimes.

EzzEldin16 06-08-2017 09:55

Quote:

[External compressor:srep]
;options = l%d (minimal match length, default=512)
header = 0
mem = 1024
packcmd = srep {options} -a1 -m5f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
i use this one it works good and it is not a method it's compressor configuration

Simorq 06-08-2017 09:57

Quote:

Originally Posted by 78372 (Post 461461)
1st one is slow, but generally never fails. 2nd one is fast, but you will have trouble understanding remaining time and progress. Third one is almost same as second one, but fails sometimes.

Thanks
Ratio does not change?

78372 06-08-2017 09:58

Nope


All times are GMT -7. The time now is 15:14.

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