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: LAME Custom Switches in b13 (Read 1416 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

LAME Custom Switches in b13

In 0.8.3 I use this command to encode to MP3 using LAME

Code: [Select]
--priority 1 -q 0 -V1 --vbr-new - %d


This results in very low CPU usage during the encoding or conversion.

I tried the same in 0.9 b13 and the 'priority' is not honored. I see LAME uses 90+% during encoding or conversion.

This was working in b11 b12 I believe.