MP3 Bitrate Modes
MP3 encoding usually uses one of three bitrate modes: VBR, ABR, and CBR.
CBR (Constant Bitrate)
CBR means the bitrate is fixed over time.
For example, with 128 kbps CBR, each second is encoded at 128 kb. File size is predictable.
VBR (Variable Bitrate)
VBR has no fixed bitrate. The encoder dynamically uses higher bitrate for complex audio and lower bitrate for simple parts.
This often gives better quality/size balance.
ABR (Average Bitrate)
ABR targets an average bitrate. It is a compromise between CBR and VBR.
Compared with CBR at the same nominal bitrate, ABR usually gives better quality at similar size.
Use ffmpeg to Encode
Variable bitrate (VBR)
|
|
Constant bitrate (CBR)
|
|
Remove metadata
|
|