Fades in video
Fades in video, using the fade filter
If provided, the video will be faded in
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
true | named | false |
The frame the fade-in will start (by default, 0)
Type | Required | Position | PipelineInput |
---|---|---|---|
[UInt32] |
false | 1 | false |
The frame the fade-in will end (by default, 30)
Type | Required | Position | PipelineInput |
---|---|---|---|
[UInt32] |
false | 2 | false |
The fade color
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 3 | false |
Extension/FadeIn.rd.ext.ps1 -FadeIn [[-StartFadeAt] <UInt32>] [[-EndFadeAt] <UInt32>] [[-FadeColor] <String>] [<CommonParameters>]