Video Reframe
Generated on PixelDojo with Video Reframe. Produced by PixelDojo's generation pipeline.
Video Reframe costs 1.5 credits per second of output, rounded up, so a 5-second clip runs 8 credits and the 30-second maximum comes to 45 credits. It changes a video's aspect ratio between seven supported ratios instead of just cropping to a fixed box. This page covers the exact per-second math, the aspect ratio list, and the crop controls read from the tool's own schema.
The per-second price and the crop controls
1.5 credits per second, rounded up
A 5-second output costs 8 credits, a 10-second output costs 15 credits, and the 30-second maximum costs 45 credits. The charge scales directly with the video_duration you request.
Seven aspect ratios, not just portrait and landscape
16:9, 9:16, 1:1, 4:3, 3:4, 21:9, and 9:21 are all accepted values. Any other ratio string is rejected before the job runs.
Grid position for coarse framing
grid_position_x and grid_position_y offset where the source frame sits inside the new aspect ratio, without hand-picking exact pixel coordinates.
Pixel-level crop for precise control
x_start, x_end, y_start, and y_end define an exact crop region in pixels from the source frame, for when the grid offsets are not precise enough.
An optional prompt steers the fill
A prompt field is accepted alongside the aspect ratio and duration, letting the model use context beyond the raw pixels when deciding how to fill the new frame.
1.5 credits per second, rounded up. 8 credits at 5 seconds, 45 credits at the 30-second cap.
Why Choose Pixel Dojo for Video Reframe
Professional-quality results with cutting-edge AI technology
1.5 credits a second, clear math
Multiply your target duration by 1.5 and round up. No hidden multipliers for aspect ratio choice.
Seven ratios in one tool
Square, portrait, landscape, and both ultra-wide orientations are all one enum value away.
Two levels of framing control
A quick grid offset for most jobs, or exact pixel crop bounds when you need precision.
How It Works
How a Video Reframe job gets priced and run:
Pick a target aspect ratio
Choose from 16:9, 9:16, 1:1, 4:3, 3:4, 21:9, or 9:21.
Set the duration, which sets the price
video_duration times 1.5 credits per second, rounded up, is the exact charge, up to a 30-second maximum.
Run it in the app or over the API
From the tool page, or POST to /api/v1/models/video-reframe/run. Add grid or pixel crop fields if the default framing needs adjustment.
Loved by creators on PixelDojo
Real feedback from people using PixelDojo, pulled from our in-product surveys.
So many different models to try out
You keep adding to it to stay up to date and that is GOLD.
very easy to use and good support
Very easy to use
super easy to use
it's very easy to use
Explore more AI tools on PixelDojo
AI Tools
Compare & Switch
- Best AI Image Generators
- Best AI Video Generators
- Midjourney Alternatives
- Civitai Alternatives
- Runway Alternatives
- Leonardo Alternatives
- Pika Alternatives
- Luma Alternatives
- Magnific Alternatives
- Veo Alternatives
- Flux Alternatives
- Freepik Alternatives
- Seedance Alternatives
- Seedream Alternatives
- Pixverse Alternatives
- GPT Image Alternatives
- Synthesia Alternatives
- Playground Alternatives
- NightCafe Alternatives
- Canva AI Alternatives
- ElevenLabs Alternatives
- ComfyUI Alternatives
- Fal Alternatives
- Replicate Alternatives
Common Questions
Everything you need to know about Video Reframe
What does Video Reframe cost?
1.5 credits per second of output, rounded up. A 5-second clip costs 8 credits, and the 30-second maximum costs 45 credits.
Which aspect ratios does it support?
16:9, 9:16, 1:1, 4:3, 3:4, 21:9, and 9:21. Any other value is rejected before the job is submitted.
How do I control what stays in frame?
Use grid_position_x and grid_position_y for a coarse offset, or x_start, x_end, y_start, and y_end for an exact pixel crop region from the source video.
How does the price compare to Video Autocaption?
Video Autocaption is a flat 5 credits regardless of length. Video Reframe scales with duration at 1.5 credits per second, so it is cheaper than Autocaption below about 3.3 seconds and more expensive above it.
How does it compare with Runway Aleph on price?
Runway Aleph bills 7 credits per second, roughly 4.7 times Video Reframe's 1.5 credits per second. Reframe only changes aspect ratio; Aleph restyles the video content itself with a prompt.
How do I call it from the API?
POST to /api/v1/models/video-reframe/run with your API key, a video URL, video_duration, and an aspect_ratio from the supported list.