Content-aware reframing
The service detects subjects and action in each frame and positions the crop window to keep important content visible at the target aspect ratio.
Content-aware aspect ratio conversion with subject tracking and optional trim
You send a video URL and a target aspect ratio (e.g. 9:16, 1:1, 4:5). The service analyzes the video to detect subjects and important content, then reframes (crops and pans) each frame so that key content stays in view at the new aspect ratio. Optional trim (start/end in seconds or hh:mm:ss) lets you process only a portion of the video. An optional smart camera pan mode smooths the reframing motion for a natural look. Async: submit job, poll until completed, download the reframed video.
The service detects subjects and action in each frame and positions the crop window to keep important content visible at the target aspect ratio.
Target any standard ratio: 9:16 (vertical/Reels/TikTok), 1:1 (square/Instagram), 4:5 (portrait), or custom.
Specify start and/or end (seconds or hh:mm:ss) to process only a portion of the video. Reduces processing time and billed duration.
Optional smooth panning mode that produces natural, cinematic camera movement instead of hard cuts between crop positions.
Convert 16:9 horizontal video to 9:16 vertical for Reels, TikTok, or Shorts, keeping subjects centered.
Produce square (1:1) and portrait (4:5) versions from one master horizontal video.
Trim + reframe in one step: extract a 30-second highlight from a long video and reframe it for vertical.
Input
Video URL, target aspect ratio, optional start/end for trim, optional smart_camera_pan
Output
Reframed video URL (async job result)
Prerequisites
POST with the video URL, target aspect ratio, and optional trim/pan settings.
{
"videoUrl": "https://example.com/video.mp4",
"aspect_ratio": "9:16",
"start": 10,
"end": 40
}Response
{
"status": "accepted",
"job_id": "job_reframe_abc",
"service": "studio-smart-reframe"
}Poll the job endpoint until completed; then use the output URL to download the reframed video.
When the job is completed, the result contains the output video URL at the target aspect ratio.
Content-aware aspect ratio conversion. Detects subjects and reframes to keep important content visible. Supports trim and smart camera pan. Async.
/v1/proxy/studio-smart-reframe
Billed per second of source video (after trim if applied).
| Service | Unit | Price |
|---|---|---|
| Smart Reframe | second | $0.04/second |
A: Any ratio in 'W:H' format. Common values: 9:16, 1:1, 4:5, 16:9.
A: Yes. The original audio is preserved in the output.
A: When enabled, the crop window moves smoothly between frames instead of jumping, producing cinematic panning.
A: Yes. Use start and/or end to trim before reframing. This also reduces billing.
1.0 (2026-01-26)
1.1 (2026-02-23)