ComfyUI > Nodes > CRT-Nodes > Save Video With Path (CRT)

ComfyUI Node: Save Video With Path (CRT)

Class Name

SaveVideoWithPath

Category
CRT/Save
Author
CRT (Account age: 1707days)
Extension
CRT-Nodes
Latest Updated
2026-03-16
Github Stars
0.1K

How to Install CRT-Nodes

Install this extension via the ComfyUI Manager by searching for CRT-Nodes
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter CRT-Nodes in the search bar
After installation, click the Restart button to restart ComfyUI. Then, manually refresh your browser to clear the cache and access the updated list of nodes.

Visit ComfyUI Online for ready-to-use ComfyUI environment

  • Free trial available
  • 16GB VRAM to 80GB VRAM GPU machines
  • 400+ preloaded models/nodes
  • Freedom to upload custom models/nodes
  • 200+ ready-to-run workflows
  • 100% private workspace with up to 200GB storage
  • Dedicated Support

Run ComfyUI Online

Save Video With Path (CRT) Description

Converts image frames to high-quality videos with customizable output using FFmpeg.

Save Video With Path (CRT):

The SaveVideoWithPath node is designed to facilitate the process of saving video files from a series of image frames, providing a streamlined method for AI artists to convert their generated images into a cohesive video format. This node is particularly beneficial for those looking to create animations or video sequences from their AI-generated artwork. By leveraging the power of FFmpeg, a robust multimedia framework, the node ensures that the video output is of high quality and can include metadata such as prompts or additional information. The node's primary goal is to offer a user-friendly interface for saving videos, allowing you to specify the output path, filename, and other parameters to customize the video creation process. This functionality is essential for artists who wish to preserve their work in a widely compatible format like MP4, ensuring easy sharing and playback across various platforms.

Save Video With Path (CRT) Input Parameters:

activate

The activate parameter is a boolean flag that determines whether the video saving process should be executed. If set to False, the node will skip the video saving operation, allowing you to control when the video should be saved. This can be useful for testing or when video output is not required.

image

The image parameter expects a series of image frames that will be compiled into a video. These frames should be in a format compatible with the node's processing capabilities. If no image frames are provided, the node will not be able to create a video, resulting in an error.

folder_path

The folder_path parameter specifies the directory where the video file will be saved. It is important to ensure that the specified path has the necessary write permissions; otherwise, the node will raise an error.

subfolder_name

The subfolder_name parameter allows you to define a subdirectory within the folder_path where the video will be stored. This helps in organizing video outputs, especially when dealing with multiple projects or versions.

filename

The filename parameter is used to set the name of the output video file. It is crucial to provide a valid filename without any illegal characters to avoid errors during the file-saving process.

fps

The fps (frames per second) parameter determines the playback speed of the video. A higher FPS value results in smoother motion, while a lower value can create a more choppy effect. The choice of FPS should align with the desired artistic effect and the nature of the content.

frames_limit

The frames_limit parameter allows you to specify the maximum number of frames to include in the video. This can be useful for limiting the video length or managing resource usage. If set to -1, all provided frames will be used.

prompt

The prompt parameter is an optional field where you can include a textual description or prompt associated with the video. This metadata can be embedded into the video file, providing context or additional information about the content.

extra_pnginfo

The extra_pnginfo parameter allows you to include additional metadata in the video file. This can be useful for embedding custom information or annotations that may be relevant to the video content or its creation process.

Save Video With Path (CRT) Output Parameters:

ui

The ui output parameter provides feedback on the video saving process. It includes a message indicating the success of the operation, such as "Video saved (Lossless)," which confirms that the video has been successfully created and stored at the specified location.

Save Video With Path (CRT) Usage Tips:

  • Ensure that the folder_path and subfolder_name are correctly set and have the necessary write permissions to avoid errors during the video saving process.
  • Use the fps parameter to control the smoothness of your video. A standard value like 24 or 30 FPS is often suitable for most animations.
  • Take advantage of the prompt and extra_pnginfo parameters to embed useful metadata into your video, which can be helpful for documentation or sharing purposes.

Save Video With Path (CRT) Common Errors and Solutions:

āŒ ERROR: No input image provided to Save Video With Path (CRT).

  • Explanation: This error occurs when the image parameter is not supplied with any frames to process.
  • Solution: Ensure that you provide a valid series of image frames to the image parameter before executing the node.

Error: No write permissions for directory <directory_path>

  • Explanation: This error indicates that the specified folder_path or subfolder_name does not have the necessary permissions to write files.
  • Solution: Check the directory permissions and ensure that the application has the required access rights to write to the specified location.

FFmpeg failed: <error_message>

  • Explanation: This error suggests that the FFmpeg command used to compile the video encountered an issue.
  • Solution: Review the error message provided by FFmpeg for specific details and ensure that all input parameters, such as fps and filename, are correctly set. Additionally, verify that FFmpeg is properly installed and accessible from your system's PATH.

Save Video With Path (CRT) Related Nodes

Go back to the extension to check out more related nodes.
CRT-Nodes
RunComfy
Copyright 2025 RunComfy. All Rights Reserved.

RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Models, enabling artists to harness the latest AI tools to create incredible art.

Save Video With Path (CRT)