Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Helix mp3 and EAC (Read 5380 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Helix mp3 and EAC

Can someone point me to switches and usage examples for encoding to helix mp3 from individual waves with the newest version of EAC?.

Helix mp3 and EAC

Reply #1
For ~160 kbps VBR:
Code: [Select]
hmp3enc input.wav output.mp3 -X2 -U2 -V90


For ~192 kbps VBR allowing high frequency encoding above 16 kHz, in this case the lowpass filter is set to 19.5 kHz:
Code: [Select]
hmp3enc input.wav output.mp3 -X2 -U2 -V120 -HF2 -F19500


Using the U2 parameter these commands require a CPU supporting SSE, at least a Pentium III.

 

Helix mp3 and EAC

Reply #2
Encode option > external encoders. pick "user defined encoder".

The additional command line option for ~224kbps VBR:
Code: [Select]
%source% %dest% -X2 -U2 -V150 -HF2