View Single Post
Old 26th May 2014, 18:00   #1  |  Link
otherman
Registered User
 
Join Date: Jun 2013
Posts: 19
Deinterlace and interpolate RGB channels

Hi!
I've this source
It's interlaced, and this is simple to resolve; the real problem is that odd fields lack blue channel, and the even fields lack red channel.
Before deinterlacing, I need to interpolate the blue channel from the even and put it on the odd fields, and interpolate the red channel from the odd fields and put it on the even.
Green channel is present in the odd and in the even fields, so it has full temphoral resolution, and I would like to use it to make a full motion estimation for red and blue channels interpolation.
I've a preatty cleare idea on how to do it with MVFlowFps, but I can't make this complex script. Anyone can help me?
otherman is offline   Reply With Quote