[FFmpeg-user] distortive video effects

James Lu luj125 at gmail.com
Fri Aug 5 20:20:42 CEST 2011


On Fri, Aug 5, 2011 at 12:59 PM, cameron <cmhjones at gmail.com> wrote:

> hi,
>
> i'm looking for some filters which can be used to distort a source video to
> produce some 'funky' effects. i've created some mirror effects using
> transpose filter, and can get greyscale through applying formats, but are
> there any other filters or configurations which produce distortive, yet
> appealing effects?
>
> I was thinking of creating half tone, sepia or swapping the color channels
> but it would seem i need to use eq2 fin mencoder for these types of color
> manipulations? is there anything like this possible from ffmpegs filters?
>
> i was also looking at creating a 'pixelated' effect, but it would need to
> be
> relatively clean, not so much as a result of lossy processing, is this
> possible?
>
> thanks!
> cam
>
> --
> View this message in context:
> http://ffmpeg-users.933282.n4.nabble.com/distortive-video-effects-tp3721703p3721703.html
> Sent from the FFmpeg-users mailing list archive at Nabble.com.
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>

Hey Cameron,

Initial research leads to me frei0r
http://ffmpeg.org/libavfilter.html#SEC24

Hope this gets you towards the right direction, it looks like that
libavfilter can connect to the frei0r filter API, so ffmpeg's -vf
frei0r=*effect:parameters
*seems able to perform some more complicated filters.

~James


More information about the ffmpeg-user mailing list