FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   CLS-PrecompMT (Multi tasking) (https://fileforums.com/showthread.php?t=97961)

ZakirAhmad 12-03-2017 08:01

@L0v3craft
precompmt doesnt required arc.ini
include in compressor precomp64.exe precomp.exe cls-precompmt.dll cls-precompmt.ini
in precompmt.ini edit Temp=./ and
writr command for compression as -mprecompmt+srep+lzma...
also if source file is below 64mb only 1 thread will be used. if above64mb 2 and so on...

rinaldo 12-03-2017 10:06

1 Attachment(s)
Quote:

L0v3craft
pmt

L0v3craft 12-03-2017 10:42

Quote:

Originally Posted by ZakirAhmad (Post 457054)
@L0v3craft
precompmt doesnt required arc.ini
include in compressor precomp64.exe precomp.exe cls-precompmt.dll cls-precompmt.ini
in precompmt.ini edit Temp=./ and
writr command for compression as -mprecompmt+srep+lzma...
also if source file is below 64mb only 1 thread will be used. if above64mb 2 and so on...

Thanks but doesn't work with the compressor that I'm using. Probably something is wrong in the arc.ini file.

Quote:

Originally Posted by rinaldo (Post 457058)
pmt

Your compressor works but I want use my compressor.

I'm using this:

Code:

cut
can you make it working for me ? Thanks in advance.

rinaldo 12-03-2017 10:48

1 Attachment(s)
the mask has nothing to do with precompmt, just not to go out of the question ;)


to use mask with pmt, you just have to adapt the files for compression
metodo1,2,3,4,5 etc., then you have to adapt to your anthem scrip is simple but takes time for tests

L0v3craft 12-03-2017 13:17

Quote:

Originally Posted by rinaldo (Post 457060)
the mask has nothing to do with precompmt, just not to go out of the question ;)


to use mask with pmt, you just have to adapt the files for compression
metodo1,2,3,4,5 etc., then you have to adapt to your anthem scrip is simple but takes time for tests

Thanks but I solved my problem in a simple way:

I edited my arc.ini:

- I removed this part of the code:

Code:

[External compressor:precomp]
header = 0
packcmd = precomp64 -intense -v -o$$arcpackedfile$$.tmp  $$arcdatafile$$.tmp
unpackcmd = precomp64 -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp

- And changed this:

Code:

ultral24x4          = msc_frog+srep+delta+4x4:lzma:max/$void=srep+zstd/$deflate=precomp+srep+delta+4x4:lzma:max
with this

Code:

ultral24x4          = msc_frog+srep+delta+4x4:lzma:max/$void=srep+zstd/$deflate=precompmt+srep+delta+4x4:lzma:max
And all is working now :) But I don't understand the difference from "-mprecompmt" and "-precompmt". Is there some difference ?

rinaldo 12-03-2017 13:30

o yes code error

Code:

[External compressor:precomp]
header = 0
packcmd = precomp64 -intense -v -o$$arcpackedfile$$.tmp  $$arcdatafile$$.tmp
unpackcmd = precomp64 -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp

correct is
Code:

[External compressor:precomp64]
header = 0
packcmd = precomp64 -intense -v -o$$arcpackedfile$$.tmp  $$arcdatafile$$.tmp
unpackcmd = precomp64 -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp


chum 03-04-2017 07:59

Does precompmt ignore commands add in arc.ini? Or it only missing the option to disable MP3?

Schnaader say -t-3 disable MP3 compression, when i use it in Precomp045 that works fine but in precompmt it just ignoring this command. I need to disable MP3 compression because it cause error to my files.

Is there some solution Razor?

github 02-02-2021 16:19

Quote:

Originally Posted by chum (Post 457757)
Does precompmt ignore commands add in arc.ini? Or it only missing the option to disable MP3?

Schnaader say -t-3 disable MP3 compression, when i use it in Precomp045 that works fine but in precompmt it just ignoring this command. I need to disable MP3 compression because it cause error to my files.

Is there some solution Razor?

Unfortunately it doesn't take the -t-+ options

Ele 02-02-2021 17:31

Quote:

Originally Posted by github (Post 490221)
Unfortunately it doesn't take the -t-+ options

I guess BLACKFIRE69's cls-precomp.dll has this facility.
You can add your custom options into,

cls-precomp.ini >> [Precomp] >> Options= -cn -brute -t-+ ......

github 02-02-2021 20:46

Thanks, that one's working however it will force creating all the output files to where the .dll or arc.exe is, including the compressed file, the temp file folders as well as the log file.

And it seems when several precomp running in parallel to split the task, it will expose a problem I found:

Some zip, 7z files , when only a few files going to be compressed, they will fail the decompress on CRC checks. When they are included in a larger set of files, they will pass the decompress.
And with a large set of files, precomp running in parallel , they will fail to decompress because of CRC errors. I guess the reason is, when those zip, 7z files mixed with large set of files, they work fine. When precomp running in parallel , the whole file set been splitted into multiple sections, and the section doesn't have enough files to save those kids.

The zip,7z files have problems are when you try to run this command

Quote:

precomp.exe -cn -o1.pcf 121.zip
against them:

Quote:

None of the given compression and memory levels could be used.
There will be no gain compressing the output file.

I'll try -cl or -cb with precomp's builtin compressing;;

Ele 03-02-2021 01:16

Quote:

Originally Posted by github (Post 490223)
Some zip, 7z files , when only a few files going to be compressed, they will fail the decompress on CRC checks.

I also have this experience on xtool with -t100p.


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

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