← All models
High-fidelity keypoint-driven video object removal - minimal input, strong temporal consistency. Trained on licensed data for risk-free commercial video editing.
Example
Details
- Accepts
- video
Pricing
- Price
- 17.5 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| auto_trim | boolean | auto trim the video, to working duration ( 5s ) |
| keypointsrequired | array | Input keypoints [x,y] to erase or keep from the video. Format like so: {'x':100, 'y':100, 'type':'positive/negative'} |
| video_urlrequired | string | Input video to erase object from. duration must be less than 5s. |
| preserve_audio | boolean | If true, audio will be preserved in the output video. |
| output_container_and_codec | stringenum: mp4_h265, mp4_h264, webm_vp9, gif, mov_h264, mov_h265… | Output container and codec. Options: mp4_h265, mp4_h264, webm_vp9, gif, mov_h264, mov_h265, mov_proresks, mkv_h264, mkv_h265, mkv_vp9, mkv_mpeg4. |
Output
| Field | Type | Description |
|---|---|---|
| video | — | Final video. |