[FFmpeg-devel] [PATCH] movtextdec: 3GPP TS 26.245 Timed Text Decoder.

Philip Langdale philipl at overt.org
Tue Jul 10 17:15:26 CEST 2012


On Thu,  5 Jul 2012 20:47:55 -0700
Philip Langdale <philipl at overt.org> wrote:

> This change introduces a basic decoder for 3GPP Timed Text subtitles,
> also known as TX3G, Quicktime subtitles, or "movtext" in the existing
> code.
> 
> This initial change doesn't attempt to parse styling information,
> and just reads the plain text of the subtitles. I intend to add
> support for styles eventually, but it's challenging due to a lack
> of existing players that support them.
> 
> Signed-off-by: Philip Langdale <philipl at overt.org>
> ---
>  Changelog                  |    1 +
>  doc/general.texi           |   21 ++++-----
>  libavcodec/Makefile        |    1 +
>  libavcodec/allcodecs.c     |    1 +
>  libavcodec/movtextdec.c    |  106

If there are no other issues, I intend to push this over the
weekend.

Thanks everyone,

--phil


More information about the ffmpeg-devel mailing list