Re: [FFmpeg-user] Proper way to write data into an AVFrame

2019-01-04 Thread Lou Logan
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

[FFmpeg-user] Proper way to write data into an AVFrame

2019-01-03 Thread Ronak
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