Shuffles planes in video
Shuffles planes in a video stream.
A plane is essentially a color channel in a video frame.
For example, a video frame may have a red, green, blue, and alpha channel.
It’s an extension
If set, will shuffle planes
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Switch] |
true | named | false | ShufflePlanes |
The shuffle map. This is an array of integers that represent the destination indexes of input planes.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32[]] |
false | 1 | false |
Extension/ShufflePlanes.RoughDraft.Extension.ps1 -ShufflePlane [[-ShuffePlaneMap] <Int32[]>] [<CommonParameters>]