Why FLAC Files Need Normalization
FLAC is lossless — it preserves every sample of the original recording, including its native loudness level. A classical piano recording might sit at -24 LUFS, while a modern pop master could be -8 LUFS. That's a 16 dB difference, which means one track sounds roughly 3x louder than the other.
When you convert a FLAC collection to MP3 for portable use, this volume inconsistency transfers directly. Without normalization, you're constantly adjusting the volume between songs. Loudness normalization solves this by bringing every track to the same perceived loudness.
FLAC advantage: Because FLAC preserves the full source signal, loudness measurement and normalization produce the most accurate results possible. Normalizing from an already-lossy MP3 works on degraded data — FLAC gives the encoder the cleanest input.
Which LUFS Target to Choose
Each platform has its own loudness standard. Here are the targets for the three presets available in the converter above:
| Preset | Target | True Peak | Best For |
|---|---|---|---|
| Podcast (-16 LUFS) | -16 LUFS | -1.5 dBTP | Apple Podcasts, spoken word, audiobooks |
| Streaming (-14 LUFS) | -14 LUFS | -1 dBTP | Spotify, YouTube, Tidal, Amazon Music |
| Broadcast (-23 LUFS) | -23 LUFS | -1 dBTP | EBU R128, European TV/radio |
Most common choice: If you're converting your FLAC library for Spotify or YouTube, use Streaming (-14 LUFS). For podcast episodes, use Podcast (-16 LUFS).
How Normalization Works During Conversion
When you upload a FLAC file and select a normalization preset, Convertio performs two operations in a single pass:
- FLAC → MP3 conversion: The lossless audio is decoded and re-encoded to MP3 using libmp3lame (VBR V2 by default)
- Loudness normalization: FFmpeg's
loudnormfilter analyzes the audio's integrated loudness (LUFS) and applies a constant gain adjustment to reach the target level
The normalization is linear — a single gain value applied uniformly across the entire file. It does not compress dynamics, alter frequency response, or change the stereo image. A true peak limiter at -1 dBTP prevents clipping if the gain boost would push any peaks above the safe ceiling.
FLAC and Dynamic Range
Audiophiles value FLAC specifically for its ability to preserve dynamics. A well-mastered FLAC file might have a Loudness Range (LRA) of 15+ LU — the difference between the quietest and loudest passages. Heavily compressed pop recordings may have an LRA of only 4–6 LU.
Loudness normalization preserves this dynamic range entirely. It shifts the whole waveform up or down without squashing the difference between quiet and loud parts. Your carefully mastered classical recording will sound exactly as intended — just at the correct loudness for the platform.
Normalization vs compression: Normalization = volume knob (preserves dynamics). Compression = squashes dynamics (loud parts get quieter, quiet parts get louder). Convertio uses only normalization — your audio's natural dynamics are never altered.
When Should You Normalize?
- Converting a FLAC music library: Different albums mastered at different loudness levels. Normalize to -14 LUFS for consistent portable playback
- Preparing podcast episodes: Spoken-word FLAC recordings often need normalization to -16 LUFS for Apple Podcasts compliance
- Uploading to Spotify or YouTube: These platforms normalize incoming audio anyway — it's better to deliver at the target loudness than let the platform adjust it
- Mixing sources from different origins: Live recordings, studio tracks, and field recordings all sit at different levels. Normalization evens them out
For a deep dive into LUFS measurement, the EBU R128 standard, and platform-specific targets, see our complete LUFS guide. For choosing the right MP3 bitrate from your FLAC files, see the bitrate guide.