
- Time
- Post link
separatefields
selectevery(10,0,1,2,3,4,5,6,9)
weave
And that worked perfectly, but only for short pieces, because apparently those groups of 5 frames aren't consistent throughout a 2 hour movie. After reading ADM's tutorial I discovered what I had been trying to do is known as IVTC. I let GordianKnot spit out an IVTC script, which comes down to:
LoadPlugin("D:\PROGRA~1\GORDIA~1\DGMPGDec\DGDecode.dll")
mpeg2source("E:\Van Morrison\s1.d2v")
Telecide(order=1,guide=1).Decimate()
And added this to make it PAL:
Lanczos4Resize(720,576)
assumefps(25,1,true)
Now, the IVTC script does a pretty good job, but there are still some frames here and there that have interlace problems. Is there a better (flawless) way to IVTC? Or is this as good as it gets?
That's no moon. It's a LaserDisc.