# Create Video Node

The Create Video node generates a video file from a sequence of images. You can specify the playback speed using frames per second and optionally add audio to the video. The node combines your images into a video format that can be played back with the specified frame rate.

## Inputs

| Parameter | Description | Data Type | Required | Range |
|-----------|-------------|-----------|----------|-------|
| `images` | The images to create a video from. | IMAGE | Yes | - |
| `fps` | The frames per second for the video playback speed (default: 30.0). | FLOAT | Yes | 1.0 - 120.0 |
| `audio` | The audio to add to the video. | AUDIO | No | - |
| `bit_depth` | Bit depth of the created video. 10-bit keeps smoother gradients with less banding, but some players and downstream nodes may not support it (default: 8). | INT | No | 8 - 10 |

## Outputs

| Output Name | Description | Data Type |
|-------------|-------------|-----------|
| `output` | The generated video file containing the input images and optional audio. | VIDEO |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/CreateVideo/en.md)

---
**Source fingerprint (SHA-256):** `7d9484da73946ee69608e16608307de7334a8f920b5c5ec5c7a6f227934e3318`
