This could be from integer scaling of an interlaced image. The top portion could be from one field, the bottom portion from the other field.
Consider the following algorithm where all variables are integers:
for (y=0; y<dest_height; y++)
{
____source_y = (y * source_height) / dest_height;
____(copy a line of pixels from source at source_y, to dest at y)
}
If source_height is exactly 2 * dest_height you get one field. But for other sizes you get sometimes one field, sometimes the other.
+ Reply to Thread
Results 31 to 34 of 34
-
-
i m not doing any interlacing here.
i just capture at half vertical resolution. n i do this on my windows 98 by using only wdm funcion.
and also i want to know message for overlaying in wdm -
When are you going to get this through your head? Your camera always outputs an interlaced image. Your capture driver always captures an interlaced image. You (WDM) are scaling an interlaced image. Deinterlacing an interlaced image is not the same as starting with a progressive scan image. If you want a non-interlaced image you have to get a progressive scan camera.
Similar Threads
-
interlaced PAL problem
By PAL sucks in forum Video ConversionReplies: 23Last Post: 26th Feb 2011, 21:08 -
Converting DV to H.264 and comparing interlaced/de-interlaced
By amirh1 in forum Video ConversionReplies: 5Last Post: 23rd Jun 2010, 09:16 -
ASSUS TV TUNER interlaced problem
By Docoptik in forum Capturing and VCRReplies: 15Last Post: 15th Aug 2009, 08:11 -
I have problem with interlaced or deinterlaced video.
By DVDNow in forum MacReplies: 1Last Post: 11th Jul 2007, 07:18 -
Problem with Interlaced video & Encoding
By miluv2u7 in forum MacReplies: 0Last Post: 19th Jun 2007, 10:55