FurryCurry wrote:You have so much stuff there in the wrong order, I don't even know where to begin.
Let's just say the proper order is more like:
source line
Telecide
decimator (decimate or smart decimate)
(any cleaning)
resize
fps adjustment
assuming your footage is top field first, like your script indicates, give this a try instead:
mpeg2source("C:\Paradise\Paradise.d2v",cpu=4)
Telecide(order=1,guide=1)
Decimate(cycle=5, mode=2)
LanczosResize(640,480)
ConvertToRGB32()
AssumeFPS(24)
Hopefully you'll get 24 fps IVTC'd footage from that.
thank you. I didn't know it needed to go in a specific order.