From: Stefano S. <ste...@gm...> - 2010-08-24 19:50:48
|
On date Tuesday 2010-08-24 17:30:34 +0200, stefasab wrote: > On date Tuesday 2010-08-24 14:31:43 +0200, Niels Elburg wrote: [...] > > Hi, just to add to your list of projects, > > I think most of EffecTV's filters have already been ported to > > minimalistic frei0r > > and quite a bunch of other developers have been contributing frei0r effects, > > http://git.dyne.org/index.cgi?url=frei0r/tree/. > > Interesting, I should be able to write a frei0r wrapper for > libavfilter. Hi, try this patch: http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/116243 update your ffmpeg, apply the patch and configure with: configure --enable-frei0r then try for example: ffplay slow.flv -vf frei0r=/usr/lib/frei0r-1/rgbparade.so I should also be able to easily add frei0r sources. Have fun! |