[FFmpeg-devel] [WIP] libass subtitle renderer filter

Clément Bœsch ubitux at gmail.com
Sat Nov 26 09:41:01 CET 2011


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.

Thanks!

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20111126/f132ef7c/attachment.asc>


More information about the ffmpeg-devel mailing list