So, I've been trying to deinterlace some episodes, and VirtualDubMod won't open anything that has to do with deinterlacing. It gives me various errors, but all of them only apply to deinterlacing filters. Some examples: TDeint (doesn't recognize it), TMF (doesn't recognize the parameters), TDecimate (doesn't recognize it). I've tried all of the options that apply to my clips that are in the Technical Guide, and I've reinstalled VirtualDubMod, AviSynth, and all of the plugins that come with the AMVapp multiple times, but nothing has solved the problem. This also happened a coupel of weeks ago with other DVDs, but I was able to force film those clips instead of regular deinterlacing, so I was able to get around the problem. BiCubicResize, MPEG2Source, and Deen all work fine.
Here's my preferred script (unless there's something better?):
MPEG2Source("J:\Documents\My Videos\Clannad\Clannad EP 1.d2v")
Deen("w3d",3,3,5)
deint = TDeint(mode=2, mtnmode=3, blim=100)
TFM(cthresh=4, slow=2, clip2=deint)
TDecimate(mode=1)
BiCubicResize(848,480)
If it helps any, the clips are, according to DGIndex, 29.970 fps, NTSC, and interlaced. They appear interlaced in VLC.
Help possibly?
Thanks