Knowledge Hub


HTML Picture

Freeze

The Element Freeze allows you to exactly that: Freeze the video for a specific duration. The audio will keep on running, but the video will be holding the image shown at the specified start time until the specified end time.

Inputs

input

Parameters

starttime

time of freeze frame

Type: Timestamp

endtime

end time

Type: Timestamp

JSON Example

{
   "id": "someid",
   "type": "Freeze",
   "inputs": {
      "input": "otherid"
   },
   "params": {
      "starttime": "",
      "endtime": ""
   },
}