[FFmpeg-devel] [WIP] libass subtitle renderer filter
Stefano Sabatini
stefasab at gmail.com
Sat Nov 26 10:47:54 CET 2011
On date Saturday 2011-11-26 09:41:01 +0100, Clément Bœsch encoded:
> On Sat, Nov 26, 2011 at 12:55:27AM +0100, Stefano Sabatini wrote:
> [...]
> > I also added support to more RGB formats, I'll push in a day or two if
> > I see no comments.
>
> I'm working on adding the YUV support and noticed there might be some code
> factoring possible with at least drawtext, and overlay video filters.
>
> > From cf0f13dc601d46b2d2a211730d4ec105cae317a2 Mon Sep 17 00:00:00 2001
> > From: Stefano Sabatini <stefasab at gmail.com>
> > Date: Sat, 17 Sep 2011 15:52:19 +0200
> > Subject: [PATCH] lavfi: add libass based subtitles renderer
> >
> > ---
> > configure | 5 +
> > doc/filters.texi | 16 +++
> > libavfilter/Makefile | 1 +
> > libavfilter/allfilters.c | 1 +
> > libavfilter/vf_ass.c | 242 ++++++++++++++++++++++++++++++++++++++++++++++
> > 5 files changed, 265 insertions(+), 0 deletions(-)
> > create mode 100644 libavfilter/vf_ass.c
> [...]
>
> The filter looks good to me (at least from a user perspective), maybe add
> a Changelog entry (and minor lavfi bump) when you push it.
Pushed.
--
FFmpeg = Fantastic Faithful Minimalistic Problematic Enlightening Game
More information about the ffmpeg-devel
mailing list