Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
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

ParameterData TypeRequiredRangeDescription
videoVIDEOYesN/AThe input video file from which the background will be removed.
background_colorSTRINGYes"Black"
"White"
"Gray"
"Red"
"Green"
"Blue"
"Yellow"
"Cyan"
"Magenta"
"Orange"
The solid color to use as the new background for the output video.
seedINTNo0 to 2147483647A seed value that controls whether the node should re-run. The results are non-deterministic regardless of the seed value. (default: 0)
Note: The input video must have a duration of 60 seconds or less.

Outputs

Output NameData TypeDescription
outputVIDEOThe processed video file with the background removed and replaced by the selected color.