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

2020-06-08 Thread Moritz Barsnick
On Fri, Jun 05, 2020 at 18:31:04 +0530, rohit khali wrote: > 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. this list is for the

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

2020-06-05 Thread rohit khali
On Fri, Jun 5, 2020 at 5:59 PM Paul B Mahol wrote: > On 6/5/20, rohit khali 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

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

2020-06-05 Thread Paul B Mahol
On 6/5/20, rohit khali 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] Silence, audio level and loudness measurement using FFMPEG

2020-06-05 Thread rohit khali
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. Thanks, Rohit Khali ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org