> into the decoders. The decoder approch would also not work for insertion of > closed captions (for h.264 that would be x264, and I can't see that CC has a > place there really). I'm uncertain enough that I would prefere to here the > opinion here before submitting a patch. As far as I can see it now:
It would work with x264 actually because x264 could read the side data from an AVFrame. See how it's done here: https://github.com/kierank/obe-vod/blob/master/input/scc.c You will have problems making sure the input to x264 is cfr however. Kieran _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel