<div dir="ltr"><div>Recently I'm looking into ways of doing audio loudness normalization and came across ffmpeg filter `loudnorm` . </div><div><br></div><div>According to EBU R128 standard:  "measurement shall include a gating method as specified in ITU-R BS.1770" which requires a momentary measurement which is 400ms instead of the shortterm one (3sec) used in the loudnorm filter:</div><div><a href="https://github.com/FFmpeg/FFmpeg/blob/master/libavfilter/af_loudnorm.c#L473" target="_blank">https://github.com/FFmpeg/FFmpeg/blob/master/libavfilter/af_loudnorm.c#L473</a><br></div><div><br></div><div>Did I miss  something here? And is there a way to make the change in ffmpeg?</div><div><br></div><div>Jiming</div></div>