Knowledge Hub
Time Shift
The Element Time Shift
is used to shift a audio or video element by the specified offset. The offset time is filled with silence and transparency.
Inputs
input - The audio- or video input shifted by the specified time
Parameters
offset
The duration of the shift
Type: Timestamp
Default: 60
JSON Example
{
"id": "someid",
"type": "Timeshift",
"inputs": {
"input": "otherid"
},
"params": {
"offset": "60"
},
}