|
#1
|
|||
|
|||
|
Note:created custom implimintation of fastlz refer to post #10
arc.ini \/ Code:
[External compressor:fstlz] packcmd=6pack.exe -2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp unpackcmd=6unpack.exe $$arcpackedfile$$.tmp known issues file/mem size issue,use MTX to fix mtx varient of arc.ini \/ Code:
[External compressor:fstlz]
packcmd=6pack.exe -2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd=6unpack.exe $$arcpackedfile$$.tmp
; ================== MTX Settings ==================
; default = -t100p --logs --basePath=".\..\..\" --cfgfile="$basePath$\arc.ini"
; packcmd = MTX.exe a -mprecomp64 -c128m {options} - - <stdin> <stdout>
; packcmd = MTX.exe a -mprecomp64 -c128m {options} - $$arcpackedfile$$.tmp <stdin>
; packcmd = MTX.exe a -mprecomp64 -c128m {options} $$arcdatafile$$.tmp - <stdout>
; packcmd = MTX.exe a -mprecomp64 -c128m {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
; unpackcmd = MTX.exe x -mmpz32 {options} - - <stdin> <stdout>
; unpackcmd = MTX.exe x -mmpz32 {options} - $$arcdatafile$$.tmp <stdin>
; unpackcmd = MTX.exe x -mmpz32 {options} $$arcpackedfile$$.tmp - <stdout>
; unpackcmd = MTX.exe x -mmpz32 {options} $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
[External compressor:fstlzx]
header = 0
default = -t100p --basePath=".\..\..\" --cfgfile="$basePath$\arc.ini"
packcmd = MTX\Win64\MTX64.exe a -mfstlz -c256m {options} - - <stdin> <stdout>
unpackcmd = MTX\Win64\MTX64.exe x -mfstlz {options} - - <stdin> <stdout>
; ================== MTX Settings ==================
Last edited by LeVx; 01-06-2023 at 10:08. Reason: fixed issue, |
| The Following User Says Thank You to LeVx For This Useful Post: | ||
ScOOt3r (30-05-2023) | ||
| Sponsored Links |
|
#2
|
|||
|
|||
|
When testing it shows this error
Quote:
|
|
#3
|
|||
|
|||
|
Quote:
also by very good ratio,the output data is likely corrupt Last edited by LeVx; 31-05-2023 at 14:17. |
|
#4
|
|||
|
|||
|
btw the error appears when specifying a temp directory actually using -w.\tmp
will try MTX however thanks |
|
#5
|
|||
|
|||
|
could you also send the input data you used so i can try to rectify the errorlevel
|
|
#6
|
|||
|
|||
|
i used this in plain arc
Quote:
in MTX 2.0.0.1 however Quote:
Quote:
|
|
#7
|
|||
|
|||
|
,can you tell me how to mtx 2.0.0.1 step by step
|
|
#8
|
||||
|
||||
|
Quote:
Quote:
Last edited by soulfit15; 31-05-2023 at 21:49. |
|
#9
|
|||
|
|||
|
im guessing its a bit limit (the exe is a 32bit exe and not 64,so my guess it needs to be ported to 64 bit),and the worse compression ratio is likely correct,but i would test decompression to see if it compressed it correctly
|
|
#10
|
|||
|
|||
|
Quote:
refer to post https://fileforums.com/showthread.php?t=105936 Last edited by LeVx; 01-06-2023 at 09:50. Reason: new version i built |
| The Following User Says Thank You to LeVx For This Useful Post: | ||
L33THAK0R (01-06-2023) | ||
|
#11
|
|||
|
|||
|
Compression ratio difference those 6/7pack compressors compare than FLZMA2 or ZSTD or any codec??
|
|
#12
|
|||
|
|||
|
^^
Why don't you benchmark them and let us know?
|
![]() |
| Tags |
| compressor |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tools for Repacking | Masquerade | Conversion Tutorials | 178 | 18-05-2026 13:29 |
| [Compressor] DAX | TheGh0stie13 | Conversion Tutorials | 0 | 18-12-2022 20:30 |
| [Compressor] LZHAM | TheGh0stie13 | Conversion Tutorials | 0 | 10-12-2022 18:24 |
| Question [Compressor] | Simorq | Conversion Tutorials | 4 | 06-08-2017 09:58 |