Knowledge Hub


Concatenate Picture

Concatenate

The Element Concatenate combines multiple audio- or video elements simply by playing one after another.

Inputs

input1

input2

input3

input4

input5

Parameters

JSON Example

{
   "id": "someid",
   "type": "Concat",
   "inputs": {
      "input1": "otherid",
      "input2": "otherid",
      "input3": "otherid",
      "input4": "otherid",
      "input5": "otherid"
   },
}