> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-partner-nodes-consolidate.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CreateVideo - ComfyUI Built-in Node Documentation

> The Create Video node generates a video file from a sequence of images.

The Create Video node generates a video file from a sequence of images. You can set the playback speed in frames per second, optionally add audio, and choose the bit depth and color space of the resulting video.

## 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`   | Auto uses 8-bit for sRGB and 10-bit for HDR. Explicit 8-bit and 10-bit choices are independent of colorspace. (default: "auto") | COMBO     | No       | `"auto"`<br />8<br />10               |
| `color_space` | Colorspace of the input images. HDR selects BT.2020/HLG and HDR PQ selects BT.2020/PQ. (default: "sRGB")                        | COMBO     | No       | `"sRGB"`<br />`"HDR"`<br />`"HDR PQ"` |

Note: When `bit_depth` is set to "auto", the node uses 10-bit for HDR and HDR PQ color spaces, and 8-bit for sRGB.

## Outputs

| Output Name | Description                                                         | Data Type |
| ----------- | ------------------------------------------------------------------- | --------- |
| `output`    | The generated video 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):** `2fa73f38b0609de4159e557b6abe73652c5bebab9d34ffdda743b0eac6049f13`
