- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 1
Watermark Extension
James Brundage edited this page Apr 22, 2022
·
1 revision
Watermarks a video
Watermarks a video, using the overlay filter.
The path to the watermark file.
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[String] |
true | 1 | true (ByPropertyName) |
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 | Requried | Postion | 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 | Requried | Postion | PipelineInput |
---|---|---|---|
[Int32] |
false | 3 | false |
If set, will put the watermark at the center of the video. X and Y will be ignored
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[Switch] |
false | named | false |
Extension/Watermark.RoughDraft.ext.ps1 [-WatermarkPath] <String> [[-WatermarkX] <Int32>] [[-WatermarkY] <Int32>] [-CenterWatermark] [<CommonParameters>]