Page 1 of 2

[SOLVED] Where is custom cmdline encoder button?

Posted: Fri Apr 12, 2024 9:22 am
by bruraschi
I seem to remember that in some ancient version there was a button to define a customized exe encoder with parameters given manually. What happened to him? Can it be gotten back?

Unfortunately xrecode adds unwanted parameters even in manual mode. I don't know if it's a bug but I would like that when I choose to write the parameters manually the xrecode program doesn't have to add further parameters or mix anything up in any way.

Re: Where is custom cmdline encoder button?

Posted: Fri Apr 12, 2024 10:22 am
by admin
For which output format?

Re: Where is custom cmdline encoder button?

Posted: Fri Apr 12, 2024 12:28 pm
by bruraschi
Various. MP3, OGG, ...

Re: Where is custom cmdline encoder button?

Posted: Fri Apr 12, 2024 12:40 pm
by admin
Please post the manual command line you'd like to use for the MP3 encoder.

Re: Where is custom cmdline encoder button?

Posted: Fri Apr 12, 2024 5:37 pm
by bruraschi
For example, HELIX,
hmp3 - {OutputFileName} -X0 -EC -B128 -M1 -HF1

Re: Where is custom cmdline encoder button?

Posted: Sun Apr 14, 2024 9:00 am
by admin
Please install the latest beta version - viewtopic.php?t=40
Then point the mp3 encoder to the Helix encoder and add the custom command line like this - https://imgur.com/b128fzS

Re: Where is custom cmdline encoder button?

Posted: Sun Apr 14, 2024 10:15 am
by bruraschi
It does nothing, it freezes and crashes the interface
This is the encoder maintained
https://github.com/maikmerten/hmp3

EDIT....

Only works when specify {InputFileName} instead of pipeling, however with foreign char (latin chars in my case) does not close the encoding progress, seems to hangs-up.

In summary, pipeling input doesn't work straight, and with latin or other special char hangsup on the end of encoding.

Code: Select all

14/04/2024 12:27:03: ERROR: C:\Users\utente\Downloads\TESTàèìé.wav / C:\Users\utente\Music\TESTàèìé.mp3 : TExtStdInEncoder: Internal error. [1] Waited 30000 for process to close "C:\Users\utente\Music\TESTàèìé.mp3, Error=2".

Re: Where is custom cmdline encoder button?

Posted: Sun Apr 14, 2024 10:46 am
by admin
I built the encoder from the link and used the following settings https://imgur.com/W7bKr88
It worked fine for me.
Input file - TESTàèìé.wav
Output file - TESTàèìé.mp3
It also worked when I just run the hmp3.exe TESTàèìé.wav TESTàèìé.mp3

Are you using the latest version of hmp3?
I checked the changes log and the unicode file name support was added there not that long time ago - https://imgur.com/PfEtWY5

Re: Where is custom cmdline encoder button?

Posted: Sun Apr 14, 2024 11:11 am
by bruraschi
It doesn't work for me like it does for you.

This is how I am: Windows 7 x64 machine, hmp3 cross-compiled with x86_64-w64-mingw32-gcc

I have the xrecode portable version, I deleted and extracted everything from scratch. Can you pass me the version you compiled to see if that's the problem?

Re: Where is custom cmdline encoder button?

Posted: Sun Apr 14, 2024 11:55 am
by admin
I just released updated Beta version
XRECODE 3 [64-bit] - 1.147 [Beta 2024-04-14/2465]

Also, please add -D -IL (disable progress and ignore the input file length) to the command line, e.g.
- {OutputFileName} -X0 -EC -B128 -M1 -HF1 -D -IL