Video Duration
Video Duration
Tests whether or not the duration of the video matches the given parameters.
Match
The match condition to run
Name | Expression |
---|---|
Equals | = |
Not Equals | != |
Less Than | < |
Less Than Or Equal | >= |
Greater Than | > |
Greater Than Or Equal | >= |
Between | ` |
Not Between | ` |
Duration
The time of to match against. When using Between
or Not Between
the time of the video will be matched against two time values.
Outputs
- Video duration matches
- Video duration does not match