Resize Video for YouTube
Instantly resize your videos for YouTube. Get the perfect 1080p height without watermarks. Runs in your browser.
Drop your video here
or click to browse: MP4, MOV, AVI, WEBM, MKV
Related tools
What this tool does
YouTube's standard video player uses a 16:9 horizontal aspect ratio. While YouTube supports 4K, uploading massive high-resolution files takes hours and can stall on slow connections. This tool downscales your video to a clean 1080p HD height, which is the platform's standard for high definition delivery.
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
What is the recommended upload bitrate for YouTube 1080p?
For standard frame rate 1080p video, YouTube officially recommends an upload bitrate of 8 Mbps. Our tool uses a Constant Rate Factor (CRF) of 23, which dynamically adjusts the bitrate to maintain visual quality without generating massive, bloated files.
Does this tool add black bars to vertical videos?
No. If you feed this tool a vertical video, it will simply scale the height down to 1080 pixels and maintain your vertical aspect ratio. It will not force horizontal black bars onto your file. YouTube will handle adding pillar-boxes automatically in its player.
Will resizing my video reduce its quality?
The tool encodes the output using a Constant Rate Factor (CRF) of 23, a balanced default that looks good for streaming. We pair this with the 'ultrafast' preset so the processing finishes quickly in your browser.
Do I need an account to resize my YouTube video?
No, MediaBrew is completely free, doesn't require an account, and adds absolutely no watermarks to your content.
Last updated: 2026-08-02