Fill Borders.
Fill Borders of a video.
Borders can be filled with a -FillBorderMode and a -FillBorderColor.
Edit-Media -InputPath "a.mp4" -FillBorder -FillBorderLeft 50 -FillBorderRight 50 -FillBorderTop 40 -FillBorderBottom 40 -FillBorderMode Reflect
If set, will fill borders.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Switch] |
true | named | false | FillBorders |
The Border Width. This value will be used for both left and right.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32] |
false | 1 | false |
The Border Height. This value will be used for both top and bottom.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32] |
false | 2 | false |
The Border Left Coordinate.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32] |
false | 3 | false |
The Border Right Coordinate.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32] |
false | 4 | false |
The Border Top Coordinate.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32] |
false | 5 | false |
The Border Bottom Coordinate.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32] |
false | 6 | false |
The Border Fill mode Coordinate.
Valid Values:
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 7 | false |
The color used to fill the border.
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 8 | false |
Extension/FillBorder.RoughDraft.Extension.ps1 -FillBorder [[-FillBorderWidth] <Int32>] [[-FillBorderHeight] <Int32>] [[-FillBorderLeft] <Int32>] [[-FillBorderRight] <Int32>] [[-FillBorderTop] <Int32>] [[-FillBorderBottom] <Int32>] [[-FillBorderMode] <String>] [[-FillBorderColor] <String>] [<CommonParameters>]