FredThompson
29th June 2003, 04:37
Is there a way to make this idea work?
AVISource(BlankClip(length=1,width=720,height=480),"DV Tape.avi",BlankClip(length=1,width=720,height=480))
GetParity() ? nop() : DoubleWeave().SelectOdd()
The idea is to add 1 blank frame at the beginning and end so the field conversion process for DV won't lose any fields. This is important for frame accurate editing and would remove the need to manually add padding. If the file is already TFF, the padding won't hurt because it's empty.
These settings are supposed to be for NTSC D1 resolution.
That's the idea anyhow.
AVISource(BlankClip(length=1,width=720,height=480),"DV Tape.avi",BlankClip(length=1,width=720,height=480))
GetParity() ? nop() : DoubleWeave().SelectOdd()
The idea is to add 1 blank frame at the beginning and end so the field conversion process for DV won't lose any fields. This is important for frame accurate editing and would remove the need to manually add padding. If the file is already TFF, the padding won't hurt because it's empty.
These settings are supposed to be for NTSC D1 resolution.
That's the idea anyhow.