Interlace Extension
Apply Interlace effect to the video.
Simple interlacing filter from progressive contents.
This interleaves upper (or lower) lines from odd frames with lower (or upper) lines from even frames.
This halves the frame rate and preserves the image height.
If set, will use the interlace video filter.
| Type | Required | Position | PipelineInput |
|---|---|---|---|
[Switch] |
true | named | false |
This determines whether the interlaced frame is taken from the
even (tff - default) or odd (bff) lines of the progressive frame.
bff may feel like it is jumping back in time.
tff may feel like it is jumping forward in time.
Valid Values:
| Type | Required | Position | PipelineInput |
|---|---|---|---|
[String] |
false | 1 | false |
Vertical lowpass filter to avoid twitter interlacing and reduce moire patterns.
off will not filter
linear blends the interlace.
complex smoothes the interface.
Valid Values:
| Type | Required | Position | PipelineInput |
|---|---|---|---|
[String] |
false | 2 | false |
Extension/Interlace.RoughDraft.Extension.ps1 -Interlace [[-InterlaceScan] <String>] [[-InterlaceLowPass] <String>] [<CommonParameters>]