[FFmpeg-devel] [PATCH] lavfi: add fade filter

Stefano Sabatini stefano.sabatini-lala
Wed Feb 23 23:24:20 CET 2011


On date Monday 2011-02-21 14:24:52 +0100, Michael Niedermayer encoded:
> On Mon, Feb 21, 2011 at 12:02:57PM +0100, Stefano Sabatini wrote:
> > From: Brandon Mintern <bmintern at gmail.com>
> > 
> > Port fade filter from libavfilter soc repo, with minor fixes by
> > Stefano.
> > ---
> >  doc/filters.texi         |   33 +++++++++
> >  libavfilter/Makefile     |    1 +
> >  libavfilter/allfilters.c |    1 +
> >  libavfilter/vf_fade.c    |  170 ++++++++++++++++++++++++++++++++++++++++++++++
> >  4 files changed, 205 insertions(+), 0 deletions(-)
> >  create mode 100644 libavfilter/vf_fade.c
> 
> commited
> 
> ideas for future work:
> allow multiple fade in / out per filter
> allow times in seconds instead of frame numbers
> regression test

Ping (I'd like to avoid too much divertion between the two
repos). Working on the other features.
-- 
FFmpeg = Freak Fanciful Miracolous Power Enhanced God



More information about the ffmpeg-devel mailing list