Video Has Stream
Tests if a video file contains a stream.
This evaluates each condition as an AND operation. So if you only wish to check a codec for example, leave the rest blank.
Type
The type of stream to look for
- Video
- Audio
- Subtitle
Title
Uses String Operations to match. If this is left blank, this test will be skipped. If not left blank, the title MUST match
Codec
Uses String Operations to match. If this is left blank, this test will be skipped. If not left blank, the codec MUST match.
Language
Will lookup the ISO-639-1, ISO-639-2 and English name of the stream. Then uses String Operations to match against each of those values.
If any match, it will treat it as matching.
If this is left blank, this test will be skipped.
Channels
Only available when Type
is set to Audio
. Allows you to specify a match for the number of channels in a stream. If this is left blank, this test will be skipped.
See Math for example about math units available for use.
Check Deleted
If deleted tracks should also be checked
Forced
If this stream should be a forced stream or not.
Value | Description |
---|---|
Any | Any value is accepted, i.e. this check is skipped |
Forced | This stream must be marked forced |
Not Forced | This sream must not be marked forced |
Default
If this stream should be a default stream or not.
Value | Description |
---|---|
Any | Any value is accepted, i.e. this check is skipped |
Default | This stream must be marked default |
Not Default | This sream must not be marked default |
Invert
Inverts the result, so effectively becomes Video Does Not Have Stream
Outputs
- Contains a matching stream
- Does not contain a matching stream