How is this different from turning the volume up?
Raising volume scales everything, including a single loud peak that limits how far you can go. Loudness normalisation targets perceived average level, which is what listeners actually notice.
Even out perceived loudness so a recording plays back at a consistent level. This uses broadcast loudness measurement rather than simply amplifying peaks, which is why the result sounds even rather than merely louder. It is free, needs no account, and adds no watermark to your result.
FFmpeg's loudnorm filter measures integrated loudness to the EBU R128 standard and applies the gain needed to reach the target, rather than just scaling to the loudest peak.
Where it stops: Normalisation adjusts level, not quality. Background hiss gets louder along with the voice, so clean up noise first if the recording is poor.
Raising volume scales everything, including a single loud peak that limits how far you can go. Loudness normalisation targets perceived average level, which is what listeners actually notice.
No, and it will make existing noise more audible. Denoise first if the recording has hiss or hum.
Around -16 LUFS is the common target for stereo podcast distribution, with streaming platforms typically nearer -14.
Raise or lower audio volume by a selected percentage or decibel amount and export a new audio file.
Generate a waveform visualization image from an audio file using FFmpeg showwavespic.
Reduce audio size by re-encoding to MP3 or AAC at a selected bitrate while preserving normal playback compatibility.
Inspect codec, sample rate, channels, duration, bitrate, tags and stream metadata using ffprobe.