2019-03-21 21:41 GMT+01:00, Swaraj Hota <[email protected]>: > 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 _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
