Knowledge Hub


Transition Picture

Transition

The Element Transition allows you to concatenate two videos with a specified transition (i.e. a fading rather than a hard transition as in Concatenate).

Inputs

input1

input2

Parameters

duration

The time that the transition will take.

Type: Timestamp

Default: 1

type

Currently the only following Operators are supported: Fade: Input1 is blending over into Input2; slide; wipe; the Duration of the process is specified under Duration above

Type: String

Default: fade

origin

For slide and wipe: N, E, S, W

Type: String

Default: W

JSON Example

{
   "id": "someid",
   "type": "Transition",
   "inputs": {
      "input1": "otherid",
      "input2": "otherid"
   },
   "params": {
      "duration": "1",
      "type": "fade",
      "origin": "W"
   },
}