View Single Post
Old 16th September 2004, 04:25   #17  |  Link
Mug Funky
interlace this!
 
Mug Funky's Avatar
 
Join Date: Jun 2003
Location: i'm in ur transfers, addin noise
Posts: 4,555
you need to define Forder...

try it with just "order=1"

[edit]

oh, if you're using DV as a source, you should go "order=0" i think.

or use this to determine it:
Code:
#assumetff()
assumebff()

order = (last.getparity==true)? 1 : 0

tdeint(order=order)
unless you're making a customized function, there's probably not much need for all that, and a simple 1 or 0 would suffice.
__________________
sucking the life out of your videos since 2004

Last edited by Mug Funky; 16th September 2004 at 04:27.
Mug Funky is offline   Reply With Quote