| --- |
| title: Magic Cut |
| emoji: ✂️ |
| colorFrom: purple |
| colorTo: pink |
| sdk: docker |
| pinned: false |
| --- |
| |
| # Magic Cut - Video Face Tracking & Split Screen Generator |
|
|
| Transform 16:9 videos into vertical shorts with automatic face detection and split-screen layouts. |
|
|
| ## Features |
| - Automatic face detection per frame (500ms intervals) |
| - Single face: Full frame with face tracking |
| - Multiple faces: Split-screen layout (top/bottom) |
| - Generates Cloudinary transformation URLs |
|
|
| ## API Endpoints |
| - `POST /jobs` - Submit video processing job |
| - `GET /jobs/{job_id}` - Get job status and result |
|
|