[FFmpeg-devel] [PATCH] SubRip encoder

Aurelien Jacobs aurel at gnuage.org
Mon Mar 28 00:25:50 CEST 2011


On Fri, Jan 07, 2011 at 11:30:17PM +0100, Michael Niedermayer wrote:
> On Wed, Dec 22, 2010 at 12:56:48AM +0100, Aurelien Jacobs wrote:
> > Hi,
> > 
> > Attached patch implements a SubRip subtitle encoder.
> > The code used to parse ASS syntax and split it into basic elements
> > is in a file of its own. It will be useful for any other text subtitle
> > encoder.
> 
> It also will come in handy for a ass renderer :)
> 
> 
> > 
> > Aurel
> >  Changelog              |    2 
> >  MAINTAINERS            |    2 
> >  libavcodec/Makefile    |    1 
> >  libavcodec/allcodecs.c |    2 
> >  libavcodec/ass_split.c |  468 +++++++++++++++++++++++++++++++++++++++++++++++++
> >  libavcodec/ass_split.h |  172 ++++++++++++++++++
> >  libavcodec/avcodec.h   |    2 
> >  libavcodec/srtenc.c    |  301 +++++++++++++++++++++++++++++++
> >  8 files changed, 946 insertions(+), 4 deletions(-)
> > 66d4c3cf5b340d6581336e03af673ef767aab77f  srtenc.diff
> > commit 4a4450b014df10ec6d17567a74b28d86cccd5433
> > Author: Aurelien Jacobs <aurel at gnuage.org>
> > Date:   Tue Sep 14 05:55:12 2010 +0200
> > 
> >     add SubRip encoder
> 
> lgtm

Finally applied.

Aurel


More information about the ffmpeg-devel mailing list