Wilbert
10th September 2002, 10:21
PAL movie deinterlacer does the following: swap fields followed by a phase shift. The following two-line script does the same:
clip.SwapFields.AssumeBFF
SeparateFields.DeleteFrame(0).AssumeFieldBased.Weave
Variants of this without AssumeBFF doesn't seem to work. Can it be done without AssumeBFF?
clip.SwapFields.AssumeBFF
SeparateFields.DeleteFrame(0).AssumeFieldBased.Weave
Variants of this without AssumeBFF doesn't seem to work. Can it be done without AssumeBFF?