Choosing LAME MP3 settings
What is the difference between MP3 V0 and 320 kbps?
MP3 V0 is a high-quality variable-bitrate setting, while 320 kbps is a fixed-bitrate CBR setting. This guide explains the practical difference between MP3 V0 and MP3 320, including file size, bitrate behaviour and when each choice makes sense.
MP3 V0 vs 320: the short answer
V0 is usually more efficient: it varies the bitrate according to the audio and commonly produces a smaller file than 320 kbps CBR. 320 kbps is fixed: it uses the same nominal bitrate throughout and is useful when a fixed maximum MP3 bitrate or simple compatibility rule is required.
Neither option is lossless, and 320 kbps is not automatically audibly better than a well-encoded V0 file. For most music libraries, V0 or V2 is the more space-efficient starting point.
What bitrate means
Bitrate is the amount of data used per second of audio. Higher bitrate usually means a larger MP3 file and more room for the encoder, but it does not automatically mean every listener will hear a difference. The source material, encoder mode, listening equipment and listener all matter.
With MP3, the encoder also uses psychoacoustic decisions and a bit reservoir, so a single frame bitrate is not a perfect quality score. Bitrate is useful for understanding file size and encoder behaviour, but listening tests remain important.
Recommended starting points
These are practical choices rather than strict rules. Replace lame.exe with the actual executable name from your download package.
VBR, CBR and ABR
VBR
Variable bitrate lets LAME spend more bits on complex passages and fewer bits on simpler passages. This is usually the best balance for music.
CBR
Constant bitrate uses the same nominal bitrate across the file. It is simple and predictable, but often less efficient than VBR.
ABR
Average bitrate aims for a target average. It sits between VBR and CBR, but most users should choose VBR or CBR unless they have a specific reason.
Understanding LAME V settings
The -V scale controls normal LAME VBR quality. Lower numbers are more conservative and usually larger.
Where cVBR and cVBRb fit
Normal VBR remains a practical default for most users. cVBR and cVBRb are advanced options for people who want stricter bitrate control or extra margin. They are not a promise that every listener will hear an improvement.
The key difference is behaviour: strict cVBR enforces the requested minimum bitrate more tightly, while cVBRb adds optional boost levels that shift more frames toward higher bitrates. See the VBR, cVBR and cVBRb comparison for measured results.
Command Prompt vs EAC
Normal Windows Command Prompt examples include the input and output filenames:
lame.exe -V0 -b 192 --vbr-min-strict input.wav output.mp3
Exact Audio Copy usually needs only the encoder options because EAC supplies the temporary WAV source and MP3 destination itself:
-V0 -b 192 --vbr-min-strict
For screenshots and EAC setup, see the Exact Audio Copy LAME guide.
Is 320 kbps always better?
Not always in a practical sense. CBR 320 is the largest standard MP3 CBR setting and can be a reasonable choice when simplicity, compatibility or a fixed bitrate is more important than efficiency. However, high-quality VBR often gives a better size-to-quality balance because the encoder can adapt to the material.
CBR 320 and high-quality VBR use different bitrate-allocation strategies. Neither setting guarantees identical output to the lossless source, and perceived differences depend on the material, playback conditions and listener.
If you cannot hear a difference between V2, V0 and 320 kbps on your own material, the smaller transparent option is usually the better practical choice. When in doubt, use familiar music and compare blindly rather than relying only on sighted impressions.