[Libav-user] Looking for a tutorial on libavfilter

Andrey Utkin andrey.krieger.utkin at gmail.com
Fri Feb 3 09:54:20 CET 2012


2012/2/2 Mika Rajala <mika_rajala_2 at hotmail.com>:
> Hi
>
> Here's the thing:
>
> http://stackoverflow.com/questions/9112521/how-do-i-use-libavfilter-to-deinterlace-frames-in-my-video-player-software
>
> Or in short..
>
> I got my video player working, how do i apply the 'yadif' filter to the
> frames?
>
> Any tutorial on libavfilter anywhere?
>
> Any sample programs I could look at?
>
> I got some ideas from ffmpeg.c, but i'm unable to figure out how to set up
> the filters
>
> thanks
>
> -mika
>

See doc/examples/filtering.c in git tree.
Also you can look at my application:
https://github.com/krieger-od/imgs2video/blob/master/imgs2video.c
-- 
Andrey Utkin


More information about the Libav-user mailing list