This node removes the background from a video using the Bria AI service. It processes the input video and replaces the original background with a solid color of your choice. The operation is performed via an external API, and the result is returned as a new video file.

## Inputs

| Parameter | Description | Data Type | Required | Range |
| --- | --- | --- | --- | --- |
| `video` | The input video file from which the background will be removed. | VIDEO | Yes | N/A |
| `background_color` | The solid color to use as the new background for the output video. | STRING | Yes | `"Black"`<br>`"White"`<br>`"Gray"`<br>`"Red"`<br>`"Green"`<br>`"Blue"`<br>`"Yellow"`<br>`"Cyan"`<br>`"Magenta"`<br>`"Orange"` |
| `seed` | A seed value that controls whether the node should re-run. The results are non-deterministic regardless of the seed value. (default: 0) | INT | No | 0 to 2147483647 |

**Note:** The input video must have a duration of 60 seconds or less.

## Outputs

| Output Name | Description | Data Type |
| --- | --- | --- |
| `output` | The processed video file with the background removed and replaced by the selected color. | VIDEO |

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

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