ffmpeg-normalize 1.28.3
Normalize audio via 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. Batch processing of several input files is possible, including video files.
- Website: https://github.com/slhck/ffmpeg-normalize
- Licenses: Expat
- Package source: gnu/packages/video.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ffmpeg-normalize 1.28.3
as follows:
guix install ffmpeg-normalize@1.28.3
Or install the latest version:
guix install ffmpeg-normalize
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.