It was just working for my last project.. dunno what happen well anyway here is the code:
LoadPlugin("C:\Documents and Settings\Administrator\Desktop\encode\dgindex\DGDecode.dll")
MPEG2Source("C:\Documents and Settings\Administrator\Desktop\encode\encoder.d2v")
this works all and well but my footage is interlaced and its obvious.
this is where my problem arises when I add new code such as:
FieldDeinterlace() or this
Telecide(order=1)
Decimate(cycle=5, mode=3, threshold=1.0)
both of these codes give a simular error that the code doesn't work. That specific line of code it says "there is no function as"
Well thats the problem, please help
