Automatically crop and reframe a specific video segment to your chosen aspect ratio using AI subject tracking.
About this model
Autocrop intelligently reframes any segment of a video to your target aspect ratio using AI-powered subject tracking. Simply provide the source video URL, start and end times, and the desired aspect ratio — the tool handles the rest, ensuring the key subjects stay centered in the frame throughout the clip.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | /bin/zsh.05 per clip + /bin/zsh.05/min | Competitive per-clip pricing with duration-based billing — ideal for short clips. |
| Fal.ai | Not available | Fal.ai does not offer an equivalent autocrop endpoint. |
| Replicate | Not available | Replicate does not offer an equivalent autocrop endpoint. |
Competitive per-clip pricing with duration-based billing — ideal for short clips.
Fal.ai does not offer an equivalent autocrop endpoint.
Replicate does not offer an equivalent autocrop endpoint.
* Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Video URL | string | The URL of the source video to crop. | https://storage.googleapis.com/gtv-videos-bucket/sample/ForBiggerBlazes.mp4 |
| Start Time (seconds) | int | Start time of the segment to crop in seconds. | 0 |
| End Time (seconds) | int | End time of the segment to crop in seconds. | 60 |
| Aspect Ratio | Enum (6 options) | The aspect ratio for the resulting clip. | 9:16 |
The URL of the source video to crop.
https://storage.googleapis.com/gtv-videos-bucket/sample/ForBiggerBlazes.mp4Start time of the segment to crop in seconds.
0End time of the segment to crop in seconds.
60The aspect ratio for the resulting clip.
9:16Developer documentation
Prepare your inputs
Submit the request
Retrieve results
Frequently asked
AI Clipping automatically discovers highlights from a full video. Autocrop lets you specify an exact segment (start and end time) and reframes it to your chosen aspect ratio — no highlight detection involved.
Currently supported aspect ratios are 9:16 (vertical), 1:1 (square), and 4:5.
Cost is based on the duration of the segment being cropped: /bin/zsh.05 per minute of input plus a fixed /bin/zsh.05 per clip.
Each request processes one segment. Submit multiple requests to crop different segments from the same video.