-
-
Notifications
You must be signed in to change notification settings - Fork 3
FadeIn Extension
James Brundage edited this page Apr 22, 2022
·
4 revisions
Fades in video
Fades in video, using the fade filter
If provided, the video will be faded in
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[Switch] |
true | named | false |
The frame the fade-in will start (by default, 0)
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[UInt32] |
false | 1 | false |
The frame the fade-in will end (by default, 30)
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[UInt32] |
false | 2 | false |
The fade color
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[String] |
false | 3 | false |
Extension/FadeIn.rd.ext.ps1 -FadeIn [[-StartFadeAt] <UInt32>] [[-EndFadeAt] <UInt32>] [[-FadeColor] <String>] [<CommonParameters>]