What broadcasters actually use
EBU R128 is a European Broadcast Union standard for loudness measurement. It defines three numbers:
- Integrated loudness (LUFS) — average loudness over the whole file. Podcasts target -16 LUFS. YouTube normalizes to about -14 LUFS.
- Loudness range (LRA) — dynamic range in LU. Lower = more compressed-sounding.
- True peak (dBTP) — peak level accounting for inter-sample peaks. -1 dBTP is the safe ceiling.
FFmpeg's loudnorm filter
Two-pass operation: first pass measures, second pass applies. The two-pass form is much more accurate than single-pass because the filter knows the actual loudness profile before adjusting. For podcasts, the routine is: measure once, encode once with the measurements supplied to the filter.