Skip to content

BlendVideo Extension

James Brundage edited this page Apr 24, 2022 · 6 revisions

Extension/BlendVideo.RoughDraft.Extension.ps1

Synopsis

BlendVideo Extension


Description

Blends Multiple Videos


Related Links


Parameters

BlendVideo

Type Requried Postion PipelineInput
[Switch] true named false

BlendMode

Type Requried Postion PipelineInput
[String] false 1 false

BlendColorMode

Type Requried Postion PipelineInput
[String[]] false 2 false

BlendExpression

Type Requried Postion PipelineInput
[String] false 3 false

BlendColorExpression

Type Requried Postion PipelineInput
[String[]] false 4 false

BlendOpacity

Type Requried Postion PipelineInput
[String] false 5 false

BlendColorOpacity

Type Requried Postion PipelineInput
[String[]] false 6 false

Syntax

Extension/BlendVideo.RoughDraft.Extension.ps1 -BlendVideo [[-BlendMode] <String>] [[-BlendColorMode] <String[]>] [[-BlendExpression] <String>] [[-BlendColorExpression] <String[]>] [[-BlendOpacity] <String>] [[-BlendColorOpacity] <String[]>] [<CommonParameters>]

Clone this wiki locally