(LAME encoder - VBR) What are the 1-9 equivalent to the "Very Low" - "Very High" settings?

Asked by Pierre Gallaz

My general question is this one: according to the lame encoder documentation, there is a total of 9 different VBR quality settings (1-9), but there are only 6 options in Soundconverter, ranging from very low to extremely high. To which LAME 1-9 settings is each of them equivalent?

I have a second question, in direct relation to the first one. For my needs, I find that "normal" is too low and "high" results in big files, so I was hoping that lame V3 or V4 would be a good compromise between the 2, but it doesn't look like these seetings are available in Soundconverter. Is there a way to force Soundconverter to apply VBR settings that are not part of the basic options ?

Thank you very much (answer can come in French or English BTW).

Question information

Language:
English Edit question
Status:
Solved
For:
SoundConverter Edit question
Assignee:
No assignee Edit question
Solved by:
GautierPortet
Solved:
Last query:
Last reply:
Revision history for this message
Best GautierPortet (kassoulet) said :
#1

The vbr mp3 quality settings are here:
https://github.com/kassoulet/soundconverter/blob/master/soundconverter/ui.py#L1032

You can force the exact lame quality by not using SoundConverter to set the quality, but writing directly the wanted quality with gconf-editor, key: /apps/SoundConverter/mp3-vbr-quality.

Revision history for this message
Pierre Gallaz (pierregallaz) said :
#2

Thanks! Wonderful.

Revision history for this message
Pierre Gallaz (pierregallaz) said :
#3

Thanks GautierPortet, that solved my question.