[FFmpeg-devel] [PATCH 2/4] matroska: Mark S_TEXT/UTF-8 as Subrip encoded subtitles.
Nicolas George
nicolas.george at normalesup.org
Sun Aug 12 23:29:05 CEST 2012
Le sextidi 26 thermidor, an CCXX, Philip Langdale a écrit :
> While not explicitly stated in the specs, the original author
> has stated that S_TEXT/UTF-8 is expected to be text using Subrip
> markup, but without Subrip in-band timing.
>
> So, now that we have a decoder that conforms to this expectation,
> let's use it.
>
> Signed-off-by: Philip Langdale <philipl at overt.org>
> ---
> libavformat/matroska.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavformat/matroska.c b/libavformat/matroska.c
> index b386d74..5350af3 100644
> --- a/libavformat/matroska.c
> +++ b/libavformat/matroska.c
> @@ -53,7 +53,7 @@ const CodecTags ff_mkv_codec_tags[]={
> {"A_VORBIS" , AV_CODEC_ID_VORBIS},
> {"A_WAVPACK4" , AV_CODEC_ID_WAVPACK},
>
> - {"S_TEXT/UTF8" , AV_CODEC_ID_TEXT},
> + {"S_TEXT/UTF8" , AV_CODEC_ID_SUBRIP},
> {"S_TEXT/UTF8" , AV_CODEC_ID_SRT},
> {"S_TEXT/ASCII" , AV_CODEC_ID_TEXT},
> {"S_TEXT/ASS" , AV_CODEC_ID_SSA},
Now that you mention it (in another thread), we may want to be able to mux
TEXT too, I think.
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/20120812/ac6d2075/attachment.asc>
More information about the ffmpeg-devel
mailing list