Visit ComfyUI Online for ready-to-use ComfyUI environment
Divide video frames into two parts based on specified number for focused manipulation or analysis.
The Frame Set Split Beginning [DVB] node is designed to help you divide a sequence of frames into two distinct parts. This node is particularly useful when you need to isolate the initial segment of a frame set for further processing or analysis. By specifying the number of frames you want to extract from the beginning, this node will split the frame set into two separate sets: one containing the specified number of initial frames and the other containing the remaining frames. This functionality is essential for tasks that require focused manipulation or examination of specific portions of a video sequence, such as creating previews, applying effects to the beginning of a video, or segmenting content for different processing pipelines.
This parameter represents the input frame set that you want to split. It is a collection of frames that will be divided into two parts based on the specified number of entries. The frame set should be of type FrameSet
.
This parameter specifies the number of frames to extract from the beginning of the frame set. It determines how many frames will be included in the first output set. The minimum value for this parameter is 1, and the default value is also 1. Adjusting this value allows you to control the size of the initial segment extracted from the frame set.
This output parameter contains the initial segment of the frame set, consisting of the specified number of frames. It is a new frame set that includes only the frames from the beginning up to the number specified by the num_entries
parameter. This segment can be used for further processing or analysis.
This output parameter contains the remaining frames of the original frame set after the initial segment has been extracted. It is a new frame set that includes all frames from the position after the num_entries
value to the end of the original frame set. This segment can be used for different processing tasks or combined with other frame sets.
num_entries
parameter to control the size of the initial segment you want to extract. This is useful for creating previews or applying specific effects to the beginning of a video.frames
input is a valid frame set to avoid errors during the splitting process.frames
input is not a valid frame set.frames
parameter is a valid FrameSet
object.num_entries
value is greater than the total number of frames in the input frame set.num_entries
parameter to be less than or equal to the total number of frames in the input frame set.© Copyright 2024 RunComfy. All Rights Reserved.