๐๏ธ Can Use Hardware Encoding
Checks if the specified hardware encoder is currently available to the Flow.
๐๏ธ Video Already Processed
A flow element that tests if a video file has already been processed, this is done by looking for the FileFlows comment in the video's metadata.
๐๏ธ Video Bit Check
Checks if a video if 8-Bit, 10-Bit, 12-Bit or unknown.
๐๏ธ Video Bitrate Greater Than
Tests if a videos bitrate is greater than a given bitrate.
๐๏ธ Video Codec
This is a logic processing node that will check if a video contains a specific codec. This can be an video or audio codec
๐๏ธ Video Duration Compare
Compares the original duration of a video with its final duration.
๐๏ธ Video Duration
Tests whether or not the duration of the video matches the given parameters.
๐๏ธ Video Has Errors
Performs a health check on a video file and tests if a video file contains any errors using FFmpeg.
๐๏ธ Video Has Stream
Tests if a video file contains a stream.
๐๏ธ Video Is 10-Bit
Tests if a video is 10-Bit or not.
๐๏ธ Video Is 12-Bit
Tests if a video is 12-Bit or not.
๐๏ธ Video Is 8-Bit
Tests if a video is 8-Bit or not.
๐๏ธ Video Is Interlaced
Tests if a video is interlaced or not.
๐๏ธ Video Resolution
Determines a video's resolution and outputs accordingly.