Skew Extension
Skews video, using the shear filter
If set, will skew video
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
true | named | false |
Skew factor in X-direction. Default value is 0. Allowed range is from -2 to 2.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Single] |
false | 1 | false |
Skew factor in Y-direction. Default value is 0. Allowed range is from -2 to 2.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Single] |
false | 2 | false |
Set the color used to fill the output area not covered by the transformed video.
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 3 | false |
Set interpolation type. Default is ‘bilinear’
Valid Values:
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 4 | false |
Extension/Skew.RoughDraft.Extension.ps1 -Skew [[-SkewX] <Single>] [[-SkewY] <Single>] [[-SkewFillColor] <String>] [[-SkewInteropolation] <String>] [<CommonParameters>]