> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orisu.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Remove video background

> Remove the background from a video for compositing and overlays.

Remove Video Background strips the background from a video, producing a clip suitable for compositing and overlays.

## When to use

* Green-screen replacement
* Product demos
* Presenter cutouts

Common pattern: `upload_video → remove_video_background`.

## Inputs

<ParamField body="Video" type="video" required>
  The video to process. Required. Supports loop mode.
</ParamField>

## Outputs

<ParamField body="Video" type="video">
  The video with its background removed.
</ParamField>

## Configuration

<ParamField body="subjectIsPerson" type="boolean" default="true">
  Enables specialized human segmentation.
</ParamField>

<ParamField body="outputCodec" type="string" default="vp9">
  Output format. `vp9` produces a transparent WebM; `h264` produces an MP4 with a green-screen background.
</ParamField>

<ParamField body="refineForegroundEdges" type="boolean" default="false">
  Refine the edges of the foreground subject.
</ParamField>

<Note>
  This node consumes credits per run.
</Note>
