Update README.md
Browse files
README.md
CHANGED
|
@@ -55,4 +55,19 @@ Input videos display perfectly in browsers, but AI-generated videos often have m
|
|
| 55 |
- **qtfaststart**: Pure Python moov atom optimizer for web compatibility
|
| 56 |
- **moviepy**: Audio preservation and video editing capabilities
|
| 57 |
- **Multiple Codec Support**: H.264, XVID fallbacks for maximum compatibility
|
| 58 |
-
- **MyAvatar API**: Direct integration for seamless library management
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
- **qtfaststart**: Pure Python moov atom optimizer for web compatibility
|
| 56 |
- **moviepy**: Audio preservation and video editing capabilities
|
| 57 |
- **Multiple Codec Support**: H.264, XVID fallbacks for maximum compatibility
|
| 58 |
+
- **MyAvatar API**: Direct integration for seamless library management
|
| 59 |
+
|
| 60 |
+
# 🍹 Video Background Replacer
|
| 61 |
+
|
| 62 |
+
## 2-Stage Processing Pipeline
|
| 63 |
+
|
| 64 |
+
**Stage 1:** AI-powered person segmentation (MatAnyone/MediaPipe) → Clean green screen video
|
| 65 |
+
**Stage 2:** Advanced chroma key replacement → Green screen becomes your custom background
|
| 66 |
+
|
| 67 |
+
This approach ensures maximum quality and reliability compared to direct background replacement.
|
| 68 |
+
|
| 69 |
+
## Features
|
| 70 |
+
- MatAnyone AI for ultimate quality segmentation
|
| 71 |
+
- MediaPipe fallback for good quality processing
|
| 72 |
+
- Advanced chroma key algorithm with edge smoothing
|
| 73 |
+
- Optimized for iframe embedding in MyAvatar
|