Visit ComfyUI Online for ready-to-use ComfyUI environment
Merge images into video with audio for AI artists, enhancing storytelling and workflow efficiency.
The Combine Video node is designed to seamlessly merge a sequence of images into a cohesive video file, with the optional addition of an audio track. This node is particularly useful for AI artists who want to create dynamic visual presentations or animations from a series of still images. By converting images into a video format, you can enhance the storytelling aspect of your projects, making them more engaging and professional. The node handles the entire process, from preparing the image frames to encoding the video with the specified frame rate and audio, ensuring a smooth and efficient workflow.
This parameter accepts a sequence of images that will be combined to form the video. The images should be provided in a format that the node can process, typically as tensors or PIL images. The quality and resolution of these images will directly impact the final video output.
This string parameter specifies the prefix for the output video file's name. By default, it is set to "video\video". The node will use this prefix to generate the full path for the video file, ensuring that it is saved in the correct directory with an appropriate name.
This optional string parameter allows you to specify an audio file to be added to the video. If provided, the audio will be synchronized with the video frames, enhancing the overall viewing experience. If no audio file is specified, the video will be created without sound.
This integer parameter sets the frames per second (fps) for the video. It determines how many images are displayed per second in the final video. The default value is 30, with a minimum of 1 and a maximum of 60. Adjusting the fps can affect the smoothness and duration of the video.
This output parameter returns the path to the generated video file. It provides the location where the video has been saved, allowing you to easily access and use the video in your projects. The path includes the filename and extension, ensuring that you can locate the file without any issues.
<filename>
<filename>
© Copyright 2024 RunComfy. All Rights Reserved.