#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
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".