Why FLAC Source Quality Matters
When you convert audio to MP3, the encoder analyzes the input signal and decides which parts of the audio to keep and which to discard. The better the input, the better the output.
FLAC preserves 100% of the original recording — every sample, every frequency, every dynamic nuance. This gives the MP3 encoder the richest possible source material to work with. Converting from an already-lossy format (like a 128 kbps MP3) means the encoder is working with degraded audio, and the result will always be worse than encoding from FLAC.
Bottom line: FLAC → MP3 produces the highest quality MP3 possible for any given bitrate. If you have the FLAC source, always convert from that rather than from another lossy format.
VBR vs CBR Explained
MP3 encoding uses one of two bitrate strategies:
- CBR (Constant Bit Rate) — uses the same number of bits for every second of audio, regardless of complexity. Simple passages waste bits; complex passages may lack them.
- VBR (Variable Bit Rate) — dynamically adjusts bits per frame based on audio complexity. Silence uses fewer bits, dense orchestral passages get more. The result is better quality at a smaller average file size.
For a deep dive into VBR vs CBR encoding with pros/cons and compatibility details, see our comprehensive VBR vs CBR comparison.
Recommended Settings by Use Case
Since FLAC gives you the best possible source, here are the optimal MP3 settings for different scenarios:
| Use Case | Recommended Setting | Avg Bitrate | File Size (4 min) |
|---|---|---|---|
| Audiophile / archival | VBR V0 or CBR 320 | ~245–320 kbps | ~7–9 MB |
| General music | VBR V2 (default) | ~190 kbps | ~5.5 MB |
| Podcasts / spoken word | VBR V4 | ~165 kbps | ~4.8 MB |
| Voice recordings | VBR V6 | ~130 kbps | ~3.8 MB |
| Live streaming | CBR 128–192 | 128–192 kbps | ~3.7–5.6 MB |
| Maximum quality (MP3 ceiling) | CBR 320 | 320 kbps | ~9.4 MB |
For most people converting their FLAC music collection, VBR V2 is the sweet spot — near-transparent quality with files roughly 5–10x smaller than the FLAC originals.
How Convertio Encodes FLAC to MP3
When you upload a FLAC file to Convertio, here's what happens under the hood:
- Decoding: The FLAC file is decoded to raw PCM audio (lossless — no quality change).
- Encoding: The PCM audio is encoded to MP3 using libmp3lame (LAME), the gold-standard open-source encoder refined over 25+ years.
- Stream handling: The
-vnflag strips any embedded video/image streams (like album cover art), producing a clean audio-only MP3.
By default, Convertio uses VBR V2 encoding. You can switch to CBR or adjust the bitrate using the encoding options panel in the converter widget above.
Tip: Need consistent volume across your converted files? You can also normalize loudness to a target LUFS level (Spotify, YouTube, podcasts) during conversion.