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

# BriaRemoveVideoBackground - ComfyUI Built-in Node Documentation

> Complete documentation for the BriaRemoveVideoBackground 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/BriaRemoveVideoBackground/zh.md)

此节点使用 Bria AI 服务移除视频背景。它会处理输入视频，并将原始背景替换为您选择的纯色背景。该操作通过外部 API 执行，结果以新的视频文件形式返回。

## 输入参数

| 参数名                | 数据类型   | 必填 | 取值范围                                                                                                                                            | 描述                                        |
| ------------------ | ------ | -- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------- |
| `video`            | VIDEO  | 是  | N/A                                                                                                                                             | 将被移除背景的输入视频文件。                            |
| `background_color` | STRING | 是  | `"Black"`<br />`"White"`<br />`"Gray"`<br />`"Red"`<br />`"Green"`<br />`"Blue"`<br />`"Yellow"`<br />`"Cyan"`<br />`"Magenta"`<br />`"Orange"` | 用作输出视频新背景的纯色。                             |
| `seed`             | INT    | 否  | 0 到 2147483647                                                                                                                                  | 控制节点是否应重新运行的种子值。无论种子值如何，结果都是非确定性的。（默认值：0） |

**注意：** 输入视频的时长必须不超过 60 秒。

## 输出结果

| 输出名称     | 数据类型  | 描述                        |
| -------- | ----- | ------------------------- |
| `output` | VIDEO | 经过处理的视频文件，背景已被移除并替换为所选颜色。 |
