brarcher / video-transcoder

Android app for video and audio transcoder, based on FFmpeg
GNU General Public License v3.0
481 stars 57 forks source link

Add ability to normalize audio #104

Open brarcher opened 6 years ago

brarcher commented 6 years ago

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/

novadeviator commented 5 years ago

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!