2012/2/2 Mika Rajala <[email protected]>: > 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 _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
