Visit ComfyUI Online for ready-to-use ComfyUI environment
Extracts key metadata from video files for analysis and processing.
The VHS_VideoInfo node is a part of the Video Helper Suite π₯π ₯π π ’, designed to provide detailed information about video files. This node extracts and returns key metadata from both the source video and the loaded video, such as frame rate, frame count, duration, width, and height. By utilizing this node, you can gain insights into the properties of your video files, which can be crucial for various video processing tasks. The main goal of this node is to facilitate the understanding and manipulation of video data by providing comprehensive and easily accessible video information.
The video_info
parameter is a required input that should be of type VHS_VIDEOINFO
. This parameter contains the metadata of the video file, including both the source and loaded video properties. The video_info
parameter is essential for the node to extract and return the relevant video information. Ensure that this parameter is correctly provided to avoid any issues with the node's execution.
This output parameter represents the frame rate (frames per second) of the source video. It is a floating-point value that indicates how many frames are displayed per second in the original video file.
This output parameter indicates the total number of frames in the source video. It is an integer value that provides the complete frame count of the original video file.
This output parameter represents the duration of the source video in seconds. It is a floating-point value that shows the total length of the original video file.
This output parameter indicates the width of the source video in pixels. It is an integer value that provides the horizontal resolution of the original video file.
This output parameter indicates the height of the source video in pixels. It is an integer value that provides the vertical resolution of the original video file.
This output parameter represents the frame rate (frames per second) of the loaded video. It is a floating-point value that indicates how many frames are displayed per second in the processed video file.
This output parameter indicates the total number of frames in the loaded video. It is an integer value that provides the complete frame count of the processed video file.
This output parameter represents the duration of the loaded video in seconds. It is a floating-point value that shows the total length of the processed video file.
This output parameter indicates the width of the loaded video in pixels. It is an integer value that provides the horizontal resolution of the processed video file.
This output parameter indicates the height of the loaded video in pixels. It is an integer value that provides the vertical resolution of the processed video file.
video_info
parameter is correctly provided to avoid any issues with the node's execution.<video_file>
video_info
parameter is correctly provided.video_info
parameter is not provided.video_info
parameter is included in the node's input and that it contains the necessary video metadata.Β© Copyright 2024 RunComfy. All Rights Reserved.