Visit ComfyUI Online for ready-to-use ComfyUI environment
Process video frames, extract detailed info, handle gaps, output comprehensive data for AI artists.
The "Unwrap Frame Set" node is designed to process a set of video frames and extract detailed information about the frames, including their images and framerate details. This node is particularly useful for AI artists who need to manipulate video frames for various creative projects. It allows you to handle gaps in the frame indices by either blending the frames, failing the operation, or reindexing the frames. This flexibility ensures that you can maintain the integrity of your frame sequences according to your specific needs. The node outputs a comprehensive set of data, including the images, framerate details, and frame indices, which can be used for further processing or analysis.
This parameter represents the set of video frames that you want to process. It is of the type FrameSet
, which contains the images and associated metadata such as framerate and indices. The frames parameter is essential as it provides the raw data that the node will process.
This parameter determines how the node handles gaps in the frame indices. It has three options: "BLEND", "FAIL", and "REINDEX". "BLEND" will blend the frames to fill in the gaps, "FAIL" will cause the node to throw an error if gaps are detected, and "REINDEX" will reindex the frames to remove any gaps. This parameter allows you to control the behavior of the node in the presence of gaps, ensuring that the output meets your requirements.
This output contains the processed images from the frame set. It is a tensor data representation of the images, which can be used for further image processing tasks.
This output provides the framerate of the frames as a floating-point number. It is useful for understanding the exact framerate of the video frames.
This output gives the rounded integer value of the framerate. It is useful for scenarios where an integer framerate is required.
This output provides the base value of the framerate. It is part of the framerate representation and is used in conjunction with the framerate divisor.
This output gives the divisor value of the framerate. It is used along with the framerate base to calculate the actual framerate.
This output provides the index of the first frame in the set. It is useful for understanding the starting point of the frame sequence.
This output gives the length of the indexed frames. It represents the number of frames in the set, taking into account any reindexing that may have occurred.
This output provides the total number of frames in the set. It is useful for understanding the overall size of the frame set.
{}
and {}
- cannot merge!© Copyright 2024 RunComfy. All Rights Reserved.