VBR, CBR, V0, V2, 192 kbps and 320 kbps explained
MP3 settings can look more complicated than they need to be. This guide gives practical choices for normal LAME VBR, fixed-bitrate CBR, strict cVBR and cVBRb testing.
MP3 settings can look more complicated than they need to be. This guide gives practical choices for normal LAME VBR, fixed-bitrate CBR, strict cVBR and cVBRb testing.
For most music, start with -V2. Use -V0 if you want a more conservative normal VBR encode. Use -b 320 if you specifically want fixed 320 kbps CBR. Use cVBR or cVBRb if you want stricter minimum-bitrate control from the lamemp3.co.uk advanced builds.
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.
These are practical choices rather than strict rules. Replace lame.exe with the actual executable name from your download package.
| Use case | Setting | Command | Why choose it? |
|---|---|---|---|
| Most music collections | VBR V2 | lame.exe -V2 input.wav output.mp3 |
A good balance of quality and file size for everyday listening. |
| More conservative VBR | VBR V0 | lame.exe -V0 input.wav output.mp3 |
Larger than V2, useful when you want the highest normal LAME VBR setting. |
| Simple fixed bitrate | CBR 320 | lame.exe -b 320 input.wav output.mp3 |
Easy to understand and widely compatible, but often larger than necessary. |
| Strict minimum testing | cVBR | lame_cVBRb_x64.exe -V0 -b 192 --vbr-min-strict input.wav output.mp3 |
Keeps VBR behaviour while enforcing the requested minimum more strictly. |
| Extra VBR margin | cVBRb | lame_cVBRb_x64.exe -V0 -b 192 --vbr-min-strict --bitrate-boost=2 input.wav output.mp3 |
Adds a bitrate boost on top of strict cVBR for a more conservative encode. |
Variable bitrate lets LAME spend more bits on complex passages and fewer bits on simpler passages. This is usually the best balance for music.
Constant bitrate uses the same nominal bitrate across the file. It is simple and predictable, but often less efficient than VBR.
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.
The -V scale controls normal LAME VBR quality. Lower numbers are more conservative and usually larger.
| Setting | Summary | Good for |
|---|---|---|
-V0 |
Highest normal LAME VBR setting | Archiving to MP3, cautious listening, testing cVBR/cVBRb |
-V2 |
Recommended high-quality everyday setting | Most music libraries and portable listening |
-V4 |
Smaller VBR files | Portable use when storage matters more |
-V6+ |
Smaller, more aggressive compression | Speech, casual use, or space-limited situations |
Normal VBR is still an excellent 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.
Normal Windows Command Prompt examples include the input and output filenames:
lame_cVBRb_x64.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.
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.
Some listeners describe 320 kbps CBR MP3 as smooth, slightly softened or less sharp than the original lossless source. That can be pleasant on bright or harsh material, but it should not be confused with higher fidelity. MP3 is a lossy psychoacoustic format, so even high-bitrate encodes can subtly alter fine texture, ambience, transients or complex high-frequency detail.
A smoother sound is not always a more accurate sound. If a 320 kbps MP3 seems smoother than the source, it may be because some fine detail or edge has been softened. Some listeners like that effect; others prefer the source or a high-quality VBR encode.
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.