Reframe video
reframe_videoChange video aspect ratio (e.g., 16:9 to 9:16) with smart subject tracking. Paid render returns the reframed video URL.
Instructions
Reframe a video to a different aspect ratio (e.g. 16:9 master → 9:16 vertical) with smart subject tracking. Paid render; returns the served URL of the reframed video.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video | Yes | the source video URL | |
| aspectRatio | Yes | the target aspect ratio |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | the raw job result payload (e.g. images[] for carousel template ads) | |
| url | No | the served URL of the finished media (absent/null while still rendering) | |
| jobId | No | the render job id — poll get_job with this id to resume or inspect | |
| model | No | the product-facing label of the model that rendered it | |
| stillRendering | No | true when the render is still in progress — keep polling get_job with jobId |