[FFmpeg-devel] [PATCH] avformat/flvdec: added support for KUX container

Carl Eugen Hoyos ceffmpeg at gmail.com
Fri Mar 22 00:18:35 EET 2019


2019-03-21 21:41 GMT+01:00, Swaraj Hota <swarajhota353 at gmail.com>:
> The title is in unicode so I guess we can just encode it to utf8.
> I can write a simple C code to do that.
> What should I change in the patch though regarding this?
> Can you give me more details on what exactly to implement?

There is metadata in FFmpeg, for example the tag "title" is known
and shown by "ffmpeg -i".
You can use av_dict_set() (as done elsewhere in flvdec.c) to set
the tag "title" to whatever is in the unicode block we both see.

Carl Eugen


More information about the ffmpeg-devel mailing list