Skip to content

Watermark Extension

James Brundage edited this page Apr 22, 2022 · 1 revision

Extension/Watermark.RoughDraft.ext.ps1

Synopsis

Watermarks a video


Description

Watermarks a video, using the overlay filter.


Parameters

WatermarkPath

The path to the watermark file.

Type Requried Postion PipelineInput
[String] true 1 true (ByPropertyName)

WatermarkX

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

WatermarkY

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

CenterWatermark

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

Syntax

Extension/Watermark.RoughDraft.ext.ps1 [-WatermarkPath] <String> [[-WatermarkX] <Int32>] [[-WatermarkY] <Int32>] [-CenterWatermark] [<CommonParameters>]

Clone this wiki locally