On Fri, Jun 5, 2020 at 5:59 PM Paul B Mahol <[email protected]> wrote:
> On 6/5/20, rohit khali <[email protected]> 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 > > [email protected] > > https://ffmpeg.org/mailman/listinfo/ffmpeg-user > > > > To unsubscribe, visit link above, or email > > [email protected] with subject "unsubscribe". > _______________________________________________ > ffmpeg-user mailing list > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [email protected] 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 _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
