Audio Normalization for Python/ffmpeg
A utility for batch-normalizing audio using ffmpeg.
This program normalizes media files to a certain loudness level using the EBU R128 loudness normalization procedure. It can also perform RMS-based normalization (where the mean is lifted or attenuated), or peak normalization to a certain target level.
pip3 install ffmpeg-normalize
ffmpeg-normalize /path/to/your/file.mp4
normalized/file.mkv
)Check out our documentation for more info!
The only reason this project exists in its current form is because @benjaoming‘s initial PRs. Thanks for everyone’s support!