Knowledge Hub


HTML Picture

Fade Audio

The Element Fade Audio allows you to fade in or out the audio part of the input element (from and to black).

Inputs

input

Parameters

startDuration

The duration of the fade in. I.e. the new audio starts with complete silence and turns louder and louder during the here specified time.

Type: Timestamp

endDuration

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

Type: Timestamp

JSON Example

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