The Computer Oracle

How can I normalize audio using ffmpeg?

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Track title: CC B Schuberts Piano Sonata No 16 D

--

Chapters
00:00 Question
00:27 Accepted answer (Score 317)
07:20 Answer 2 (Score 7)
07:49 Answer 3 (Score 7)
09:30 Answer 4 (Score 3)
11:35 Thank you

--

Full question
https://superuser.com/questions/323119/h...

Accepted answer links:
[loudnorm]: https://ffmpeg.org/ffmpeg-all.html#loudn...
[ffmpeg-normalize]: https://github.com/slhck/ffmpeg-normaliz...
[dynaudnorm]: https://ffmpeg.org/ffmpeg-all.html#dynau...
[speechnorm]: https://ffmpeg.org/ffmpeg-all.html#speec...
[examples here]: https://ffmpeg.org/ffmpeg-all.html#Examp...
[Audio Volume Manipulation]: https://trac.ffmpeg.org/wiki/AudioVolume
[a Python program to normalize media files]: https://github.com/slhck/audio-normalize
[available on PyPi as well]: https://pypi.python.org/pypi/ffmpeg-norm...
[download ffmpeg]: https://ffmpeg.org/download.html
[adding its directory to ]: https://unix.stackexchange.com/questions...
[README]: https://github.com/slhck/ffmpeg-normaliz...
[download a recent version]: https://ffmpeg.org/download.html
[-vn]: https://ffmpeg.org/ffmpeg.html#Stream-se...
[-sn]: https://ffmpeg.org/ffmpeg.html#Stream-se...
[-dn]: https://ffmpeg.org/ffmpeg.html#Stream-se...
[volume]: https://ffmpeg.org/ffmpeg-filters.html#v...
[MP3 VBR guide]: http://trac.ffmpeg.org/wiki/Encoding%20V...
[this answer]: https://superuser.com/a/370637/48078
[AAC encoding guide]: https://trac.ffmpeg.org/wiki/Encode/AAC

Answer 4 links:
[NormaWave]: http://fixfolder.com/normawave
[volume]: https://ffmpeg.org/ffmpeg-filters.html#v...
[loudnorm]: https://ffmpeg.org/ffmpeg-filters.html#l...
[loudnorm]: https://ffmpeg.org/ffmpeg-filters.html#l...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#audio #ffmpeg

#avk47