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

# GetVideoComponents - ComfyUI Built-in Node Documentation

> Get Video Components 节点从视频文件中提取所有主要元素。

Get Video Components 节点从视频文件中提取所有主要元素。它将视频分离为单独的帧，提取音轨，并提供视频的帧率、位深度和色彩空间。这使你能够独立处理每个组件，以便进一步处理或分析。

## 输入

| 参数   | 描述          | 数据类型  | 必需 | 范围 |
| ---- | ----------- | ----- | -- | -- |
| `视频` | 要从中提取组件的视频。 | VIDEO | 是  | -  |

## 输出

| 输出名称          | 描述                  | 数据类型  |
| ------------- | ------------------- | ----- |
| `images`      | 从视频中提取的各个帧，作为单独的图像。 | IMAGE |
| `audio`       | 从视频中提取的音轨。          | AUDIO |
| `fps`         | 视频的帧率，以每秒帧数表示。      | FLOAT |
| `bit_depth`   | 视频的位深度。             | COMBO |
| `color_space` | 视频的色彩空间。            | COMBO |

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/GetVideoComponents/zh.md)

***

**Source fingerprint (SHA-256):** `b57dbf1120105885d17361f07ec96c078aac9ae9a84beb63319885df679e4f81`
