[FFmpeg-trac] #9352(avfilter:new): loudnorm filter goofs loudness measurements in some cases

FFmpeg trac at avcodec.org
Fri Jul 30 08:58:47 EEST 2021


#9352: loudnorm filter goofs loudness measurements in some cases
-------------------------------------+-------------------------------------
             Reporter:  Gregory      |                    Owner:  (none)
  Beauregard                         |
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  avfilter
              Version:  git-master   |               Resolution:
             Keywords:               |               Blocked By:
  loudnorm,ebur128                   |
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Comment (by richardpl):

 You are definitely resampling twice causing some overclipped output with
 aresample=osr=48000:dither_method=shibata,aformat=r=192000

 Anyway dithering should be always last step in processing IIRC

 you can fix your command with using float sample format as output like
 this:

 ffmpeg -i loudnorm_samp.mkv -af
 aresample=ocl=stereo:dither_method=shibata:osr=48000:osf=flt,loudnorm=print_format=json
 -f null -
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/9352#comment:15>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list