On Thu, Jan 3, 2019, at 9:06 PM, Ronak wrote:
> Hi,
>
> I'm trying to use FFmpeg in my iOS App; and would like to write data
> into an AVFrame that I can later filter using one of the filters in the
> libavfilter library (silenceremove, loudnorm or dynaudnorm for example).
>
> I noticed there's
Hi,
I'm trying to use FFmpeg in my iOS App; and would like to write data into an
AVFrame that I can later filter using one of the filters in the libavfilter
library (silenceremove, loudnorm or dynaudnorm for example).
I noticed there's a method to correctly write data into a frame in libavcodec