Resize Video to 1080p

Downscale 4K videos to 1080p to drastically shrink file size while maintaining Full HD quality. Free, private, and runs entirely in your browser.

Free forever
No file uploads
No watermarks
Works offline

What this tool does

1080p (Full HD) is the universal sweet spot between visual clarity and manageable file size. While modern cameras and phones default to shooting in 4K, 4K files are notoriously massive and difficult to send over email, Slack, or WhatsApp. Downscaling from 4K to 1080p cuts the total pixel count by exactly 75% (from 8.2 million to 2.07 million pixels), drastically shrinking the file size while remaining incredibly sharp on modern displays.

Why use it

Resolution affects more than visual quality: it directly controls file size, upload time, processing speed in editing software, and whether a video meets a platform's dimensional requirements. TikTok and Instagram Reels require 9:16 vertical video. YouTube thumbnails and embeds are sized for 16:9. A video shot at 4K on a mirrorless camera is 4 to 6 times larger than the 1080p version a social platform will actually display.

Downsizing to the delivery resolution before uploading also avoids the double-compression problem: if you upload a 4K video to a platform that encodes it to 1080p, the platform's encoder runs on top of your encoder's work. Exporting at 1080p and uploading that directly typically produces a cleaner result.

How it works under the hood

For resolution presets, the tool uses scale=-2:H where H is the target height (2160, 1080, 720, 480, or 360). The -2 on the width tells FFmpeg to compute the width automatically while keeping it divisible by 2 (required by H.264). This preserves the original aspect ratio exactly without any cropping or letterboxing.

For platform presets that require a specific aspect ratio (TikTok, Instagram Reels at 1080x1920, Instagram Square at 1080x1080), the filter becomes scale=W:H:force_original_aspect_ratio=increase,crop=W:H. This first scales the video up until both dimensions meet the target, then crops the excess from the center. The tool warns you when a platform preset will crop your video. For custom width input, the tool rounds to the nearest even number before passing to FFmpeg. All outputs use libx264 at CRF 23 with the ultrafast preset and AAC audio at 128 Kbps.

Tips and best practices

Resizing up (upscaling) does not add detail: it just interpolates pixels that were never captured. If your source is 720p and you resize to 1080p, the output will be a blurry 1080p, not a sharp one. Only downscale unless the destination platform requires a minimum resolution.

For the platform presets that crop, compose your shot with the crop in mind. Vertical (9:16) presets cut roughly 44 percent of the width from a standard 16:9 landscape video. Subjects near the left or right edges of the frame will be lost.

Browser tool vs alternatives

Platform-specific export presets are a standard feature of desktop editors, but they require a project setup. FFmpeg can resize with a single command, but computing the exact scale and crop arguments for a specific platform aspect ratio (and remembering to keep dimensions even) requires looking up the math every time. This tool has the correct vf arguments for each platform preset built in and runs them locally with no setup.

Read the guide

How to Resize Video for TikTok, YouTube, and Instagram

What to do next

Frequently Asked Questions

How much smaller will the 1080p file be compared to 4K?

Because you are throwing away 75% of the pixels, the resulting file is usually significantly smaller, often reducing the file size by half or more, making it much easier to share or upload.

Does this tool crop my video?

No. The 1080p preset simply locks the height of your video to 1080 pixels and scales the width perfectly to maintain your original aspect ratio without cropping or distorting the image.

Will resizing my video reduce its quality?

The tool encodes the output using a Constant Rate Factor (CRF) of 23. This is a balanced default that provides excellent quality for 1080p delivery while ensuring the file size remains compact.

Do I need an account to resize my video?

No, MediaBrew is completely free, doesn't require an account, and adds absolutely no watermarks to your content.

Last updated: 2026-08-02