How to resize a video without cropping
Keep the whole frame when changing video size. Compare fitting, padding and stretching, with a worked 1920x1080 to 1080x1920 example.
To resize a video without cropping, keep its aspect ratio and fit it inside the output frame. If the output has a different shape, add a background or padding around the picture. Filling a different shape without padding while keeping every part of the original picture requires distortion.
Use our free video size calculator and select Fit whole frame. Enter your source dimensions to see the fitted picture size and the space around it. The calculator works with numbers; you do not upload a video.
First check whether the shape is changing
Resizing a 1920x1080 landscape video to 1280x720 keeps the same 16:9 shape. Every part of the picture can remain visible, with fewer output pixels.
Changing that landscape video to a 1080x1920 portrait frame is different. The output is much taller relative to its width. An editor has to decide what to do with the mismatch:
| Option | Whole scene visible? | Result |
|---|---|---|
| Fit with padding | Yes | Original proportions, space around the picture |
| Crop to fill | No | Frame filled, part of the original scene removed |
| Stretch | Yes | Width and height scaled differently, shapes distorted |
For a group photo turned into a video, a screen recording or a slide with text near the edges, fitting often preserves something a crop would remove. For a close-up of one person, cropping may give that person more room on screen.
Worked example: landscape inside a vertical frame
Assume a 1920x1080 source with square pixels and a 1080x1920 output. Fitting uses the smaller of the width and height scale factors:
- Width:
1080 / 1920 = 0.5625 - Height:
1920 / 1080 ≈ 1.7778 - Scale the whole picture by
0.5625to keep it inside the frame.
The ideal fitted picture is 1080x607.5 pixels. An export needs whole pixels, so an editor may round the height, commonly to about 608 pixels. That leaves approximately 656 pixels above and below a centred picture. Exact rounding depends on the editor and encoding settings.
The large background area is expected. It comes from placing a wide picture inside a tall frame. Making the subject larger reduces that space but eventually moves the picture’s sides outside the frame.
Try the same calculation for your clip in the fit calculator. It also lets you compare the crop that would fill the output instead.
What to look for in an editor
Choose an editor with a canvas, background, padding or fit option. These names vary, so check the preview rather than relying on the label alone.
- Set the output aspect ratio and resolution.
- Fit the original picture inside that canvas with proportions locked.
- Choose a plain or blurred background if the editor supports it.
- Preview the full clip. Check faces, subtitles and anything near the edges.
- Export a copy and keep the source file for later changes.
A blurred background fills the empty area visually; it does not make the main picture taller or recover detail. Text over that background still needs enough contrast to read.
The distinction between scaling and adding a canvas also appears in FFmpeg’s scale and pad filters: scaling changes the picture dimensions, while padding supplies extra area around it.
When cropping is the better choice
If the subject fits inside the target shape, a crop can make it easier to see on a phone. Our Android cropping guide walks through positioning a 9:16 crop and checking movement before export.
Cropzen offers cropping, trimming and resizing on Android, with free 1080p exports and no watermark. For the padding workflow above, choose an editor with an explicit fit or background feature; cropping controls alone do not provide it.