Okay, here's my problem. I've riped my series and have already done prefiltering and deinterlacing in avisynth. However, when I convert scenes in VDM, the result is sped up about 1.50. Nothing I've tried out has fixed it yet, here's the specs of everything.
Script"
Code: Select all
MPEG2source("C:\Documents and Settings\Vivaldi\My Documents\My clips\Noein VOBs\DGIndex\VTS_02_1.d2v", cpu=4)
deint = TDeint(mode=2, mtnmode=3, blim=100)
TFM(cthresh=4, slow=2, clip2=deint)
TDecimate(mode=1)
Deen("w3d",3,4,5)
Undot()
vmToon(sharpen=false)
The source is R1 Noein DVDs That are hybrids with mostly FILM. (I haven't checked in detail yet, but I believe offhand that the scenes where it's most obvious are the ones that are 95% or higher FILM. I'm using Lagirith.
Any ideas?