[SOLVED] Where is custom cmdline encoder button?

Ask questions on how to do this and that here.
bruraschi
Posts: 11
Joined: Fri Feb 22, 2019 8:32 pm

[SOLVED] Where is custom cmdline encoder button?

Post 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.
admin
Site Admin
Posts: 971
Joined: Wed Nov 17, 2010 12:56 pm

Re: Where is custom cmdline encoder button?

Post by admin »

For which output format?
bruraschi
Posts: 11
Joined: Fri Feb 22, 2019 8:32 pm

Re: Where is custom cmdline encoder button?

Post by bruraschi »

Various. MP3, OGG, ...
admin
Site Admin
Posts: 971
Joined: Wed Nov 17, 2010 12:56 pm

Re: Where is custom cmdline encoder button?

Post by admin »

Please post the manual command line you'd like to use for the MP3 encoder.
bruraschi
Posts: 11
Joined: Fri Feb 22, 2019 8:32 pm

Re: Where is custom cmdline encoder button?

Post by bruraschi »

For example, HELIX,
hmp3 - {OutputFileName} -X0 -EC -B128 -M1 -HF1
admin
Site Admin
Posts: 971
Joined: Wed Nov 17, 2010 12:56 pm

Re: Where is custom cmdline encoder button?

Post 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
bruraschi
Posts: 11
Joined: Fri Feb 22, 2019 8:32 pm

Re: Where is custom cmdline encoder button?

Post 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".
admin
Site Admin
Posts: 971
Joined: Wed Nov 17, 2010 12:56 pm

Re: Where is custom cmdline encoder button?

Post 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
bruraschi
Posts: 11
Joined: Fri Feb 22, 2019 8:32 pm

Re: Where is custom cmdline encoder button?

Post 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?
admin
Site Admin
Posts: 971
Joined: Wed Nov 17, 2010 12:56 pm

Re: Where is custom cmdline encoder button?

Post 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
Post Reply