Visit ComfyUI Online for ready-to-use ComfyUI environment
Divide video frames for independent processing with smooth transitions and creative effects.
The Frame Set Splitter [DVB] node is designed to divide a set of video frames into two separate halves, allowing you to manage and manipulate video content more effectively. This node is particularly useful when you need to process or analyze different segments of a video independently. By splitting the frames, you can apply different effects, edits, or analyses to each half, enhancing your creative workflow. The node also supports an overlap feature, which ensures a smooth transition between the two halves by including a specified number of overlapping frames. This capability is essential for maintaining continuity and avoiding abrupt changes in the video sequence.
This parameter represents the set of video frames that you want to split. It is of the type FrameSet
, which is a collection of indexed images that make up the video. The frames parameter is essential as it provides the raw data that the node will process and split into two halves.
The overlap parameter specifies the number of frames that should overlap between the two halves of the split frame set. This ensures a smooth transition between the two segments. The overlap value is an integer with a default value of 0, meaning no overlap. The minimum value is 0, and there is no specified maximum value, but it should be less than or equal to the number of frames in the smaller half to avoid excessive overlap.
This output parameter represents the first half of the split frame set. It is of the type FrameSet
and includes the initial segment of the video frames, along with any overlapping frames specified by the overlap parameter. This allows you to work with the first portion of the video independently.
This output parameter represents the second half of the split frame set. It is also of the type FrameSet
and includes the latter segment of the video frames, along with any overlapping frames specified by the overlap parameter. This allows you to work with the second portion of the video independently.
DVB_UnwrapFrameSet
with the gap_mode
set to BLEND
to handle gaps.{}
and {}
- cannot merge!DVB_FrameSetReindex
to adjust the framerate if necessary.© Copyright 2024 RunComfy. All Rights Reserved.