Log in

View Full Version : How Do I Stop directshowsource from Deinterlacing?


rec
31st October 2008, 21:51
Here's the problem - I'm using directshowsource to open a 60i mpeg2 hi-def video clip (from an HDV camera). The clip opens successfully in Virtualdub, but a blend deinterlace has automatically been applied to it. Not good. I want the unaltered 60i picture. Is there some setting where I can turn off this deinterlacing?

Thanks!

DigitalDeviant
31st October 2008, 21:56
Deactivate the deinterlacing in whatever decoder is being used or use DGDecode instead of directshowsource.

rec
31st October 2008, 22:12
How do I figure out what decoder is being used?

DigitalDeviant
31st October 2008, 22:26
GraphStudio (http://forum.doom9.org/showthread.php?t=133928) is a good place to start.

Leak
31st October 2008, 22:58
Here's the problem - I'm using directshowsource to open a 60i mpeg2 hi-def video clip (from an HDV camera).
Any particular reason why you're not using DGMPGDec to open the video?

np: Luomo - Robert's Reason (Convivial)

rec
1st November 2008, 18:57
Problem solved, twice!

1) Using Graphstudio, I found Sonic Cineplayer decoder had inserted itself before ffdshow. I disabled it with Radlight Filter Manager and all is bliss.

2) I had tried using dgmpgdec (v1.4.8), but it garbled these particular mpeg files. But then I upgraded to v1.50 and it worked.

Thanks for the help.