Watermarks a video
Watermarks a video, using the overlay filter.
The path to the watermark file.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[String] |
true | 1 | true (ByPropertyName) | WatermarkInputPath |
The X coordinate for the watermark.
If the coordinate is positive, then it will be relative to the top.
If the coordinate is negative, it will be relative to the bottom.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32] |
false | 2 | false |
The Y coordinate for the watermark
If the coordinate is positive, then it will be relative to the top.
If the coordinate is negative, it will be relative to the bottom.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32] |
false | 3 | false |
If set, will put the watermark at the center of the video. X and Y will be ignored
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
false | named | false |
Extension/Watermark.RoughDraft.ext.ps1 [-WatermarkPath] <String> [[-WatermarkX] <Int32>] [[-WatermarkY] <Int32>] [-CenterWatermark] [<CommonParameters>]