video-transcoder icon indicating copy to clipboard operation
video-transcoder copied to clipboard

Add ability to normalize audio

Open brarcher opened this issue 6 years ago • 1 comments

Normalizing audio requires two passes, one to determine the peak audio value and one to perform the necessary filter.

https://peterforgacs.github.io/2018/05/20/Audio-normalization-with-ffmpeg/

brarcher avatar Jun 20 '18 01:06 brarcher

there are two ways:

Loudnorm filter

http://ffmpeg.org/ffmpeg-all.html#loudnorm (single and two-pass)

dynaudionorm filter

http://ffmpeg.org/ffmpeg-all.html#dynaudnorm (seems like single pass?)

that would be really beneficial if it would be included in the near future!

novadeviator avatar Sep 22 '18 16:09 novadeviator