[FFmpeg-user] Silence, audio level and loudness measurement using FFMPEG

rohit khali khali.rohit at gmail.com
Fri Jun 5 16:01:04 EEST 2020


On Fri, Jun 5, 2020 at 5:59 PM Paul B Mahol <onemda at gmail.com> wrote:

> On 6/5/20, rohit khali <khali.rohit at gmail.com> wrote:
> > Hi,
> >
> > Is there a way to know about audio silence, loudness, peak, level as part
> > of FFMPEG decoding APIs or any other possible solution for the same.
>
> By using FFmpeg filtering API. See filters documentation.
>
> >
> > Thanks,
> > Rohit Khali
> > _______________________________________________
> > ffmpeg-user mailing list
> > ffmpeg-user at ffmpeg.org
> > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> >
> > To unsubscribe, visit link above, or email
> > ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".



Thanks,
All links I came across seem to be based on ffmpeg commands. Ex: ffmpeg.exe
-i .input.ac3  -filter_complex ebur128=peak=true op.wav
It will be great if you can point to some API usage with  filter options.

Regards,
Rohit Khali


More information about the ffmpeg-user mailing list