Knowledge Hub


Audio Asset Picture

Trim

The Element Trim does exactly what the name hints upon - it trims an asset. You can give a start and end time (of the original asset), and everything befor the start and after the end time is removed. Very simple, but very important.

Inputs

input - Any audio- or video input

Parameters

start

The start time of the original asset - everything before this time will be removed

Type: Timestamp

end

The end time of the original asset - everything after this time will be removed

Type: Timestamp

JSON Example

{
   "id": "someid",
   "type": "Trim",
   "inputs": {
      "input": "otherid"
   },
   "params": {
      "start": "",
      "end": ""
   },
}