Robust Video Matting · Chroma key · FFmpeg compositor · Gradio UI
Studio matting pipeline with four switchable modes: chroma, RVM, hybrid, Replicate. Per-set presets declare the protected objects (gold balloon, teal fur seat, hair, skin, polka-dot patterns) so they survive the key.
The Gradio UI runs on Hugging Face Spaces (or your own server).
Clone, install, launch:
git clone https://github.com/maibauntourph-collab/rvm-ffmpeg
cd rvm-ffmpeg
pip install -r requirements.txt
python app.py
Opens at http://localhost:7860.
Three deployment paths included:
./scripts/deploy_cloudflare.shdocker build -t rvm-studio .