On 09/18/2012 04:34 PM, Andrew Crowe wrote: > I'm hoping that somebody has done some work on handling generic data types
Currently libav has some generic data support and I have a patch to add support for text data in nut (I used a worse version of it to sample data along video and audio and keep it in sync), I'll send soon a patchset with the textdata avdevice and the nut support. Adding support for it is quite straightforward: - add a codec id for the format - append to the ff_nut_data_tags introduced with my patch the fourcc that could be used (better if there is a standardization effort. According to the website the data is stored in some mpeg container so probably it will be a bit more complex on extracting it but at least it is documented. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
