[FFmpeg-devel] [PATCH] MP4 Subtitle support

Nicolas George nicolas.george at normalesup.org
Thu Oct 4 16:08:31 CEST 2012


Le duodi 12 vendémiaire, an CCXXI, Benjamin Rainer a écrit :
> +const CodecMime ff_codec_movsubtitle_mimetypes[] = {
> +    { "text/srt", 	AV_CODEC_ID_SRT },	/* extend */
> +    { "text/subip",	AV_CODEC_ID_SUBRIP },
> +    { "text/webvtt", 	AV_CODEC_ID_WEBVTT },
> +    { "text/rtext", 	AV_CODEC_ID_REALTEXT },
> +    { "text/subV",  	AV_CODEC_ID_SUBVIEWER },
> +    { "",		AV_CODEC_ID_NONE },
> +};

I see none of these MIME types in
http://www.iana.org/assignments/media-types/text/index.html
Do you have a reference?

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20121004/92725b84/attachment.asc>


More information about the ffmpeg-devel mailing list