Really need help with framerate and such....

The old Video Software Help forum, left visible as an archive.
jediphoenix
Joined: Fri Oct 15, 2004 1:44 pm
Org Profile

Post by jediphoenix » Wed Mar 30, 2005 11:26 pm

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.

Locked

Return to “Video Software Help Archive”