Skip to content

FadeIn Extension

James Brundage edited this page Apr 22, 2022 · 4 revisions

Extension/FadeIn.rd.ext.ps1

Synopsis

Fades in video


Description

Fades in video, using the fade filter


Related Links


Parameters

FadeIn

If provided, the video will be faded in

Type Requried Postion PipelineInput
[Switch] true named false

StartFadeAt

The frame the fade-in will start (by default, 0)

Type Requried Postion PipelineInput
[UInt32] false 1 false

EndFadeAt

The frame the fade-in will end (by default, 30)

Type Requried Postion PipelineInput
[UInt32] false 2 false

FadeColor

The fade color

Type Requried Postion PipelineInput
[String] false 3 false

Syntax

Extension/FadeIn.rd.ext.ps1 -FadeIn [[-StartFadeAt] <UInt32>] [[-EndFadeAt] <UInt32>] [[-FadeColor] <String>] [<CommonParameters>]

Clone this wiki locally