Knowledge Hub


Fade to Black Picture

Fade to Black

The Element Fade to Black allows you to fade in or out the video prt of the input element (from and to black).

Inputs

input

Parameters

startDuration

The duration of the fade in. I.e. the new video starts with complete black and turns brighter and brighter during the here specified time.

Type: Timestamp

endDuration

The duration of the fade out. I.e. the new video ends with complete black and starts turning darker and darker starting at the the here specified time before the end of the video.

Type: Timestamp

JSON Example

{
   "id": "someid",
   "type": "FadeToBlack",
   "inputs": {
      "input": "otherid"
   },
   "params": {
      "startDuration": "",
      "endDuration": ""
   },
}