Dan,

I'd like to implement a deinterlace mode similar to the VLC Yadifx2 filter that 
produces a unique frame from each field (bob) with interpolation. But I'm not 
sure if this is possible in MLT because the filter would have to change the 
frame rate of the producer.

One idea i have is to intercept the deinterlace mode in producer_avformat and 
attach the libavfilter yadif filter with mode=1
http://www.ffmpeg.org/ffmpeg-filters.html#yadif-1
But this seems like a hack.


Any other ideas of how I could go about this?

Basically, I'm looking for the best deinterlacer possible. CPU cycle cost is no 
object. I perceive yadif + doubling to be my best option.

~BM
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to