Visit ComfyUI Online for ready-to-use ComfyUI environment
Automate video saving with ffmpeg encoding for AI artists, supporting metadata inclusion and various formats.
The JNodes_SaveVideo
node is designed to facilitate the process of saving video files from a series of image frames. This node leverages the powerful ffmpeg
tool to encode and save video files in various formats, ensuring high-quality output. It is particularly useful for AI artists who need to convert generated image sequences into video format for presentations, animations, or further processing. The node also supports the inclusion of metadata, which can be useful for maintaining detailed information about the video content. By automating the video saving process, this node helps streamline workflows and enhances productivity.
This parameter expects a list of image frames that will be compiled into a video. Each frame should be in a format compatible with ffmpeg
, typically raw RGB data. The quality and resolution of these frames directly impact the final video output.
The frame rate determines how many frames are displayed per second in the resulting video. A higher frame rate results in smoother motion but requires more frames. Common values are 24, 30, or 60 frames per second. The default value is typically 30.
This is the base name for the output video file. The node will append appropriate extensions and counters to this base name to generate the final file name. Ensure the filename is valid for your operating system.
This parameter specifies the video file format extension, such as mp4
, avi
, or mkv
. The chosen format affects the video compression and compatibility with different media players.
A boolean parameter that indicates whether to save metadata along with the video. If set to True
, the node will generate and include metadata in the video file. This can be useful for storing additional information about the video content.
The directory path where the video file will be saved. Ensure this path is writable and has sufficient space to store the video file.
The path to the saved video file. This output parameter provides the exact location of the generated video, which can be used for further processing or playback.
save_metadata
parameter to True
and ensure the metadata is correctly formatted.ffmpeg
tool is not installed or not found in the system's PATH.ffmpeg
and ensure it is accessible from the command line. You can download it from the official ffmpeg
website and follow the installation instructions.ffmpeg
command used to include metadata.© Copyright 2024 RunComfy. All Rights Reserved.