[FFmpeg-devel] [PATCH] WIP: subtitles in AVFrame

Marton Balint cus at passwd.hu
Thu Nov 3 02:05:01 EET 2016


On Wed, 2 Nov 2016, Clément Bœsch wrote:

> ---
> So this is just a prototype that is starting to work. It needs a split
> (and completion of the long TODO list) before review but I wanted to
> share it for early feedbacks.

Great, thanks!

> So long story short: AVSubtitle → AVFrame, you have to use the new M:N
> API, and it's integrated into lavfi.
>
> Now a bit longer: the AVFrame->extended_data are
> AVFrameSubtitleRectangle (declared in lavu/frame).

Wouldn't it make sense to simply use video AVFrames here instead of a 
separate struct?

Thanks,
Marton


More information about the ffmpeg-devel mailing list