[FFmpeg-devel] [RFC] QuickTime CC mux support

Jason Livingston jason at cpcweb.com
Fri Oct 19 19:45:12 CEST 2012


(Sorry for top replying, I will get my email fixed ASAP.)

Carl, the raw CC data is compatible with many different containers, but the wrapping/embedding process is different in each, and some conversions are quite complicated.  I can only work on the QuickTime track for now.

This will fix ticket 846, because it will write the correct headers for this type of track.

Given the above, is it better to copy the packets as-is or to demux/remux the data within the packets?  I have tried both approaches and they both work.  The latter is more complicated code and more potential to break things though.

Jason



More information about the ffmpeg-devel mailing list