-
-
Notifications
You must be signed in to change notification settings - Fork 3
Skew Extension
James Brundage edited this page Apr 22, 2022
·
5 revisions
Skew Extension
Skews video, using the shear filter
If set, will skew video
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[Switch] |
true | named | false |
Skew factor in X-direction. Default value is 0. Allowed range is from -2 to 2.
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[Single] |
false | 1 | false |
Skew factor in Y-direction. Default value is 0. Allowed range is from -2 to 2.
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[Single] |
false | 2 | false |
Set the color used to fill the output area not covered by the transformed video.
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[String] |
false | 3 | false |
Set interpolation type. Default is 'bilinear'
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[String] |
false | 4 | false |
Extension/Skew.RoughDraft.Extension.ps1 -Skew [[-SkewX] <Single>] [[-SkewY] <Single>] [[-SkewFillColor] <String>] [[-SkewInteropolation] <String>] [<CommonParameters>]