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

# GetVideoComponents - ComfyUI Built-in Node Documentation

> Complete documentation for the GetVideoComponents node in ComfyUI. Learn its inputs, outputs, parameters and usage.

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

## 概述

Get Video Components 节点可从视频文件中提取所有主要元素。它将视频分离为独立帧，提取音轨，并提供视频的帧率信息。这使您能够独立处理每个组件以进行后续处理或分析。

## 输入

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

## 输出

| 输出名称  | 数据类型  | 描述                    |
| ----- | ----- | --------------------- |
| `音频`  | IMAGE | 从视频中提取的独立帧，以单独图像形式呈现。 |
| `帧率`  | AUDIO | 从视频中提取的音轨。            |
| `fps` | FLOAT | 视频的帧率，以每秒帧数为单位。       |
