overlay
Overlay a video source on top of the input.
Overlay a video source on top of the input.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
true | named | false |
set the x expression
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[String] |
false | 1 | false | overlay_x |
set the y expression
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[String] |
false | 2 | false | overlay_y |
Action to take when encountering EOF from secondary input
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Switch] |
false | named | false | overlay_eof_action |
specify when to evaluate expressions
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Switch] |
false | named | false | overlay_eval |
force termination when the shortest input terminates
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Switch] |
false | named | false | overlay_shortest |
set output format
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Switch] |
false | named | false | overlay_format |
repeat overlay of the last overlay frame
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Switch] |
false | named | false | overlay_repeatlast |
alpha format
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Switch] |
false | named | false | overlay_alpha |
Extension/Overlay.RoughDraft.Extension.ps1 -Overlay [[-OverlayX] <String>] [[-OverlayY] <String>] [-OverlayEof_action] [-OverlayEval] [-OverlayShortest] [-OverlayFormat] [-OverlayRepeatlast] [-OverlayAlpha] [<CommonParameters>]