> ## 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.

# GetVideoComponents - ComfyUI Built-in Node Documentation

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

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

## 输入

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

## 输出

| 输出名称          | 描述                 | 数据类型  |
| ------------- | ------------------ | ----- |
| `图像`          | 从视频中提取的单独帧，作为独立图像。 | IMAGE |
| `音频`          | 从视频中提取的音轨。         | AUDIO |
| `帧率`          | 视频的帧率，单位为帧/秒。      | 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`
