cobo
15th October 2006, 16:40
For some reason the second field of one frame in a TFF telicined clip is messed up. How can I replace it with a feild derived from the first field of the frame? The two previous frames are interlaced and the following two are not.
The only thing I could come up with so far is to replace it with a copy of the first field, but that makes it appear to bob:
SeparateFields()
FreezeFrame(21271,21271,21270)
Weave()
It's only noticable when stepping through the clip not when it's played, but I wondered if there was some better way of doing it.
The only thing I could come up with so far is to replace it with a copy of the first field, but that makes it appear to bob:
SeparateFields()
FreezeFrame(21271,21271,21270)
Weave()
It's only noticable when stepping through the clip not when it's played, but I wondered if there was some better way of doing it.