Visit ComfyUI Online for ready-to-use ComfyUI environment
Extracts original and processed video metadata for detailed analysis and manipulation.
The VHS_VideoInfoLoaded
node is part of the Video Helper Suite π₯π
₯π
π
’, designed to provide comprehensive information about a video file. This node extracts and returns both the original (source) and the processed (loaded) video metadata, including frame rate, frame count, duration, width, and height. By utilizing this node, you can gain insights into the video properties before and after processing, which is particularly useful for tasks that require precise video manipulation or analysis. This node is essential for AI artists who need to understand the detailed characteristics of their video files to ensure optimal processing and output quality.
This parameter expects a dictionary containing video metadata. The dictionary should include keys for both the source and loaded video properties, such as source_fps
, source_frame_count
, source_duration
, source_width
, source_height
, loaded_fps
, loaded_frame_count
, loaded_duration
, loaded_width
, and loaded_height
. This input is crucial as it provides the necessary data for the node to extract and return the detailed video information.
This output represents the frame rate (frames per second) of the original video. It indicates how many frames are displayed per second in the source video, which is essential for understanding the video's smoothness and playback speed.
This output provides the total number of frames in the original video. It helps in determining the length and the amount of data present in the source video.
This output indicates the total duration of the original video in seconds. It is useful for understanding the length of the video content.
This output represents the width of the original video in pixels. It is important for understanding the resolution and aspect ratio of the source video.
This output provides the height of the original video in pixels. Along with the width, it helps in determining the resolution and aspect ratio of the source video.
This output represents the frame rate (frames per second) of the processed video. It indicates how many frames are displayed per second in the loaded video, which is essential for understanding the video's smoothness and playback speed after processing.
This output provides the total number of frames in the processed video. It helps in determining the length and the amount of data present in the loaded video.
This output indicates the total duration of the processed video in seconds. It is useful for understanding the length of the video content after processing.
This output represents the width of the processed video in pixels. It is important for understanding the resolution and aspect ratio of the loaded video.
This output provides the height of the processed video in pixels. Along with the width, it helps in determining the resolution and aspect ratio of the loaded video.
video_info
input dictionary contains all the necessary keys for both source and loaded video properties to avoid missing data in the output.video_info
dictionary does not contain the key source_fps
.video_info
dictionary includes all required keys for both source and loaded video properties, such as source_fps
, source_frame_count
, source_duration
, source_width
, source_height
, loaded_fps
, loaded_frame_count
, loaded_duration
, loaded_width
, and loaded_height
.video_info
dictionary does not contain the key loaded_fps
.video_info
dictionary includes all required keys for both source and loaded video properties, such as source_fps
, source_frame_count
, source_duration
, source_width
, source_height
, loaded_fps
, loaded_frame_count
, loaded_duration
, loaded_width
, and loaded_height
.video_info
input is invalid or cannot be processed.Β© Copyright 2024 RunComfy. All Rights Reserved.