Skip to main content

Video Has Stream

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.

Fields

Type

The type of stream to look for

  • Video
  • Audio
  • Subtitle

Title

A regular expression or string to test the stream title against. If this is left blank, this test will be skipped. If not left blank, the title MUST match

Codec

A regular expression or string to test the stream codec against. If this is left blank, this test will be skipped. If not left blank, the codec MUST match.

Language

A regular expression or string to test the stream language against. If this is left blank, this test will be skipped. If not left blank, the language MUST match.


Outputs

  1. Contains a matching stream
  2. Does not contain a matching stream