Deinterlace Extension
Deinterlace input video by applying Donald Graft’s adaptive kernel deinterling. Work on interlaced parts of a video to produce progressive frames.
If set, will use the interlace video filter.
| Type | Required | Position | PipelineInput |
|---|---|---|---|
[Switch] |
true | named | false |
Set the threshold which affects the filter’s tolerance when determining if a pixel line must be processed.
| Type | Required | Position | PipelineInput |
|---|---|---|---|
[Byte] |
false | 1 | false |
Paint pixels exceeding the threshold value to white if set.
| Type | Required | Position | PipelineInput |
|---|---|---|---|
[Switch] |
false | named | false |
Set the fields order.
| Type | Required | Position | PipelineInput |
|---|---|---|---|
[Switch] |
false | named | false |
Enable additional sharpening
| Type | Required | Position | PipelineInput |
|---|---|---|---|
[Switch] |
false | named | false |
Enable twoway sharpening
| Type | Required | Position | PipelineInput |
|---|---|---|---|
[Switch] |
false | named | false |
Extension/Deinterlace.RoughDraft.Extension.ps1 -Deinterlace [[-DeinterlaceThreshold] <Byte>] [-DeinterlaceMap] [-DeinterlaceOrder] [-DeinterlaceSharp] [-DeinterlaceTwoWay] [<CommonParameters>]