> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/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.

> 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/GetVideoComponents/en.md)

The Get Video Components node extracts all the main elements from a video file. It separates the video into individual frames, extracts the audio track, and provides the video's framerate information. This allows you to work with each component independently for further processing or analysis.

## Inputs

| Parameter | Data Type | Required | Range | Description                           |
| --------- | --------- | -------- | ----- | ------------------------------------- |
| `video`   | VIDEO     | Yes      | -     | The video to extract components from. |

## Outputs

| Output Name | Data Type | Description                                                        |
| ----------- | --------- | ------------------------------------------------------------------ |
| `images`    | IMAGE     | The individual frames extracted from the video as separate images. |
| `audio`     | AUDIO     | The audio track extracted from the video.                          |
| `fps`       | FLOAT     | The framerate of the video in frames per second.                   |
