Visit ComfyUI Online for ready-to-use ComfyUI environment
Merge images/latent representations into videos with customizable parameters for AI artists, supporting advanced features like ping-pong looping and audio integration.
The VHS_VideoCombine node is designed to seamlessly merge multiple images or latent representations into a cohesive video file. This node is particularly useful for AI artists who want to create animations or video sequences from a series of generated images or latent frames. By leveraging this node, you can specify various parameters such as frame rate, loop count, and output format to tailor the final video to your specific needs. The node also supports advanced features like ping-pong looping, audio integration, and metadata embedding, making it a versatile tool for creating dynamic and engaging video content.
This parameter sets the number of frames displayed per second in the resulting video. A higher frame rate results in smoother motion but requires more frames. The default value is typically 24, which is standard for most video content.
Defines how many times the video should loop. Setting this to a higher number will repeat the video sequence multiple times. The default value is usually 1, meaning the video will play once.
An optional parameter that accepts a list of images to be combined into the video. If not provided, the node will use latent representations instead.
An optional parameter that accepts a list of latent representations to be combined into the video. This is useful if you are working with latent space data rather than raw images.
Specifies the prefix for the output video file name. The default value is "AnimateDiff".
Determines the output format of the video. Common options include "image/gif" for GIFs and "video/mp4" for MP4 videos. The default format is "image/gif".
A boolean parameter that, when set to true, makes the video play forward and then backward, creating a ping-pong effect. The default value is false.
A boolean parameter that determines whether the output video should be saved to disk. The default value is true.
An optional text prompt that can be embedded into the video metadata for reference.
Allows you to add additional PNG metadata to the video frames. This is useful for embedding extra information into the video.
An optional parameter to add an audio track to the video. The audio file should be in a compatible format like MP3 or WAV.
A unique identifier for the video, useful for tracking and managing multiple video outputs.
An optional parameter for advanced users to manually configure format-specific settings.
An optional parameter for handling meta-batch processing, useful for large-scale video generation tasks.
An optional parameter to specify a Variational Autoencoder (VAE) for encoding or decoding latent representations.
Indicates the frame rate of the generated video, measured in frames per second. This value is crucial for understanding the smoothness of the video playback.
Represents the total number of frames in the generated video. This value helps in determining the length and complexity of the video.
Specifies the total duration of the video in seconds. This is calculated based on the frame rate and the number of frames.
Indicates the width of the video in pixels. This value is important for understanding the resolution and aspect ratio of the video.
Indicates the height of the video in pixels. This value complements the width to define the overall resolution and aspect ratio.
Β© Copyright 2024 RunComfy. All Rights Reserved.