Mirror Extension
Mirrors video vertical, horizontally, or in quadrants.
Edit-Media -InputPath "a.mp4" -Mirror # Mirror vertically
Edit-Media -InputPath "a.mp4" -Mirror -HorizontalMirror # Mirror horitonztally
Edit-Media -InputPath "a.mp4" -Mirror -QuadMirror # Mirror four quadrants.
If set, will mirror video. If no other parameters are provided, will mirror horizontally.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
true | named | false |
If set, will create a QuadMirror, mirroring the upper left.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
false | named | false |
If set, will create a horizontal mirror instead of a vertical mirror.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
false | named | false |
Extension/Mirror.RoughDraft.Extension.ps1 -Mirror [-QuadMirror] [-HorizontalMirror] [<CommonParameters>]