VID · Video tools

Video Resizer

Shareable link

Settings are written to the URL as you change them. Nothing differs from the defaults yet.

Change a video’s frame size. Pick a resize mode, give it a number, and export. The output keeps the source container, so an MP4 stays an MP4.

Resize modes

Mode What you give it What comes out
Fixed width one width that width, with the height taken from the source ratio
Scale (%) a percentage both sides scaled by it
Fit inside (W×H) a width and height the largest version of the picture that fits inside them, ratio intact
Cover (W×H) a width and height exactly those numbers, with the overflow cut from the center

The first three never change the shape of the picture, so nothing is cut and nothing is padded. Only Cover does, which is the trade for getting an exact frame.

Fit inside against Cover

These two take the same pair of numbers and treat them differently.

Fit inside reads them as a limit. A 1920x1080 clip told to fit inside 1080x1080 comes out 1080x608, because that is the biggest it can be without breaking out of the box. It also refuses to upscale: a smaller source is left alone.

Cover reads them as the answer. The same clip told to cover 1080x1080 comes out exactly 1080x1080, with 420 pixels cut from each side.

Use Fit inside when a platform gives you a ceiling. Use Cover when it gives you a spec.

What Cover cuts

The kept area is marked on the preview while you set it up, so the loss is visible before you export. It is always centered, which suits a subject in the middle of the frame and not much else.

Going from 16:9 to 9:16 is the expensive case: the tallest 9:16 slice of a 1920x1080 frame is 608 pixels wide, so 68% of the width goes. To choose which part survives, crop the video first and resize the result.

Upscaling

Fixed width, Scale and Cover will all make a video larger if the numbers say so. The encoder interpolates between the pixels that exist, so no detail comes back, the file grows with the pixel count, and compression artifacts in the source grow with it.

It is worth doing when something rejects anything under a fixed size. It is not worth doing to improve the footage. Fit inside sidesteps the question by never scaling up.

Quality and audio

Changing the frame size rules out a stream copy, so every frame is decoded, drawn at the new size, and encoded again. That adds one generation of compression at a high bitrate. Resizing once is close to invisible; resizing the same file repeatedly is not.

The soundtrack is copied packet for packet when the output container accepts its codec, and re-encoded when it does not. Remove audio drops the track entirely, which is worth doing for a silent background loop.

To change container or codec, run the result through the video converter. When the target is a file size rather than a frame size, the compressor takes that number directly.

Frequently Asked Questions

Fixed width sets the width and lets the height follow the source ratio. Scale takes a percentage of the original. Fit inside scales the picture down until it sits inside a width and height without changing its shape. Cover fills an exact frame and cuts whatever hangs over the edge.

Fit inside keeps the whole picture and the output ends up whatever size that fit produces, so it is rarely the exact numbers you typed. Cover gives you exactly the numbers you typed and pays for it by cutting the sides or the top and bottom.

Use Fixed width or Scale. Both derive the other side from the source, so nothing is cut and nothing is padded.

Fixed width, Scale and Cover will upscale if you ask them to. Fit inside never does, it stops at the original size. Upscaling interpolates, so the file gets bigger without getting sharper.

H.264 encodes even dimensions only, so each side rounds to the nearest even number. A requested 851x315 frame exports as 852x316.

Yes. Changing the frame size means every frame is decoded, drawn at the new size, and encoded again, which adds one generation of compression. The audio track is copied untouched when the container accepts it.

Resize when you need a particular output size and centered framing is fine. Crop when you need to choose which part of the picture survives, since the crop box can be dragged over the preview.

Already know the size you need?

Resize video to a specific size

Explore Our Tools

Browse all tools