ProMatte is a real-time AI background removal and replacement filter for OBS Studio that processes everything locally on your computer. The plugin works as a filter added directly to your camera source, giving you seven distinct background modes: remove the background entirely for transparency, blur it, replace it with a solid color, an image, a video, another OBS source, or dim it. A model analyzes each camera frame and generates a per-pixel matte, which is then upscaled using joint-bilateral filtering guided by the full-resolution image to snap soft edges onto real contours. The render thread never waits for inference because the model runs on its own thread with a latest-frame-wins mailbox, so OBS maintains its frame rate even when the AI is slower than the camera. GPU acceleration works through DirectML on NVIDIA, AMD and Intel hardware, with automatic CPU fallback when no compatible GPU is available.

