Cyber Akuma
6th October 2007, 10:34
After reading over the commands in lame produced by "- ?" switch, here is the command I eventually constructed that I typically use when converting the source audio to MP3 in LAME:
lame -t -V 0 -b 128 -F source.wav destination.mp3
I have been using this command for a while, and I value audio quality over filesize but I don't want to produce 15meg mp3s for a typical 5 minute song (not that this does, but i'm just giving an example). I have a few questions to ask about this:
1. the -b 128 command (keep in mind I am also using the -V command), is there any point is limiting the lowest setting of a VBR to 128? Will this produce any higher quality audio then if I set the minimum to 96 or didnt set a lowest limit at all? Do any players have problems with mp3s below 128 or 96khz?
2. The -V 0 command, how much larger a file would this produce than using the default (which would be the equivelent of -V 4), and is the quality difference noticable? What setting would you recommend?
3. The - F command, why does it need to force it to obey the - b 128 command? I noticed it encodes below 128 anyway unless this command is used. Whats the point of having a command to set minimum VBR bitrate if it will not listen to you unless you force it?
What set of switches would you recommend I use in lame to produce the best sounding files? (I understand that there are other higher quality audio formats like OGM, AT3, etc but mp3 is the most compatible (and has the least CPU impact) to date out of these formats)
Thanks
lame -t -V 0 -b 128 -F source.wav destination.mp3
I have been using this command for a while, and I value audio quality over filesize but I don't want to produce 15meg mp3s for a typical 5 minute song (not that this does, but i'm just giving an example). I have a few questions to ask about this:
1. the -b 128 command (keep in mind I am also using the -V command), is there any point is limiting the lowest setting of a VBR to 128? Will this produce any higher quality audio then if I set the minimum to 96 or didnt set a lowest limit at all? Do any players have problems with mp3s below 128 or 96khz?
2. The -V 0 command, how much larger a file would this produce than using the default (which would be the equivelent of -V 4), and is the quality difference noticable? What setting would you recommend?
3. The - F command, why does it need to force it to obey the - b 128 command? I noticed it encodes below 128 anyway unless this command is used. Whats the point of having a command to set minimum VBR bitrate if it will not listen to you unless you force it?
What set of switches would you recommend I use in lame to produce the best sounding files? (I understand that there are other higher quality audio formats like OGM, AT3, etc but mp3 is the most compatible (and has the least CPU impact) to date out of these formats)
Thanks