Resolution Basics: What the Numbers Mean
Video resolution describes the number of pixels in each frame of your video. It is expressed as width × height — for example, 1920 × 1080 means each frame contains 1,920 horizontal pixels and 1,080 vertical pixels. The total pixel count is the product of these two numbers: 1920 × 1080 = 2,073,600 pixels per frame.
The shorthand names you see everywhere — 4K, 1080p, 720p, 480p — refer to the vertical pixel count. The "p" stands for progressive scan, meaning all lines of each frame are drawn sequentially (as opposed to interlaced scanning, which alternates odd and even lines). All modern devices use progressive scan.
The aspect ratio for all standard resolutions listed here is 16:9 — the widescreen format used by YouTube, Netflix, smartphones, and virtually all modern screens. Older content may use 4:3 (e.g., classic TV), and some cinema content uses 21:9 (ultrawide), but 16:9 is the default for consumer video.
| Common Name | Resolution | Total Pixels | Aspect Ratio |
|---|---|---|---|
| 4K (UHD) | 3840 × 2160 | 8,294,400 | 16:9 |
| 1080p (Full HD) | 1920 × 1080 | 2,073,600 | 16:9 |
| 720p (HD) | 1280 × 720 | 921,600 | 16:9 |
| 480p (SD) | 854 × 480 | 409,920 | ~16:9 |
4K contains exactly four times the pixels of 1080p (8.3M vs 2.1M). This is why it is called "4K" — the horizontal pixel count (3,840) is approximately four thousand. Some professional cinema formats use "true" 4K at 4096 × 2160 (DCI 4K), but consumer devices and YouTube use the 3840 × 2160 variant known as UHD.
Resolution Comparison: Pixels, File Size, and Use Cases
The following table compares all four standard resolutions side by side. File sizes are estimates for 1 minute of H.264 video at a typical quality level (CRF 23) with AAC 128 kbps stereo audio.
| Resolution | Pixel Count | Pixels vs 720p | ~File Size (1 min) | Best Use Case |
|---|---|---|---|---|
| 4K | 8,294,400 | 9× | ~120 MB | Professional production, large screens |
| 1080p | 2,073,600 | 2.25× | ~60 MB | Standard for most uses |
| 720p | 921,600 | 1× | ~30 MB | Mobile, web, email |
| 480p | 409,920 | 0.44× | ~15 MB | Legacy devices, low bandwidth |
Notice the relationship: doubling both dimensions quadruples the pixel count and roughly quadruples the file size. Going from 720p to 1080p increases pixels by 2.25×, and from 1080p to 4K increases pixels by 4×. File size scales proportionally because the encoder needs more bits to represent more pixels at the same quality level.
File Size Impact: How Resolution Affects Storage
Resolution is the single biggest factor in video file size. A higher-resolution video has more pixels per frame, and each frame requires more data to encode at the same quality level. Here is what you can expect for a 1-hour video encoded with H.264 at CRF 23:
| Resolution | ~1 Hour File Size | Relative to 720p |
|---|---|---|
| 4K | 8 – 12 GB | ~4× |
| 1080p | 2 – 3 GB | ~2× |
| 720p | 1 – 1.5 GB | 1× |
| 480p | 0.5 – 0.8 GB | ~0.5× |
These numbers depend heavily on the video content. Fast-moving action footage (sports, gaming) produces larger files because the encoder needs more data to capture motion between frames. A talking-head video or slideshow presentation produces much smaller files at the same resolution because adjacent frames are nearly identical.
The CRF (Constant Rate Factor) setting also has a major impact. CRF 18 produces near-visually-lossless quality but files roughly twice the size of CRF 23. CRF 28 cuts file size in half again but introduces visible softness. The default CRF 23 is a good balance between quality and size for most content.
When 1080p Is Enough
For the vast majority of video content, 1080p is the sweet spot. Here is why:
- Phone screens — Even flagship smartphones with 6.7-inch OLED displays have a native resolution of around 1080 × 2400. Playing a 4K video on a phone screen offers zero visible improvement because the screen physically cannot display the extra pixels. Every pixel beyond 1080p is downscaled by the phone's GPU before reaching your eyes.
- Social media — Instagram maxes out at 1080p. Twitter/X caps at 1080p. Facebook compresses everything heavily regardless of source resolution. TikTok's vertical format uses 1080 × 1920. Uploading 4K to these platforms wastes bandwidth without improving the viewer's experience.
- Web viewing — Most website video players are displayed in a box that is between 640 and 1280 pixels wide. At these display sizes, 1080p source material is actually being downscaled to fit the player, so the full 1080p detail is not even used.
- Monitors up to 27 inches — At a typical desk viewing distance of 60–80 cm, the human eye cannot distinguish individual pixels on a 27-inch 1080p display. You would need to sit closer than 50 cm to see the difference between 1080p and 4K on a 27-inch screen.
On phone screens specifically, the difference between 720p and 1080p is barely visible at arm's length. Many streaming services default to 720p on mobile data connections for this reason — the quality reduction is imperceptible on a small screen, and the bandwidth savings are significant.
When 4K Actually Matters
There are specific scenarios where 4K provides a meaningful advantage:
- Large TVs and monitors (50 inches and above) — On a 55-inch or 65-inch 4K TV at typical living room distance (2–3 meters), the difference between 1080p and 4K is clearly visible. Text is sharper, fine textures in landscapes are more detailed, and the overall image appears more lifelike.
- Professional video production — Shooting in 4K gives editors room to crop, stabilize, and reframe footage while still delivering a 1080p final output. A 4K source can be cropped to 50% and still maintain full 1080p resolution, which is invaluable for multi-camera interviews and documentary work.
- Future-proofing archival content — If you are recording events (weddings, conferences, family milestones) that you want to preserve for years, 4K ensures the footage will look sharp on future displays. Screens will only get bigger and sharper; source material cannot be upgraded after the fact.
- YouTube uploads — YouTube allocates a significantly higher bitrate to 4K uploads. More importantly, 4K uploads are encoded with VP9 or AV1 codecs, while 1080p uploads often receive the lower-quality AVC (H.264) codec. This means a 4K upload actually looks better even when viewed at 1080p, because the underlying encode quality is higher.
YouTube's 4K bitrate advantage: A 4K upload to YouTube receives approximately 40–50 Mbps for VP9 encoding, while a 1080p upload receives only 8–12 Mbps for AVC. Even when the 4K video is viewed at 1080p, the higher source bitrate preserves more detail. This is the strongest argument for uploading 4K to YouTube even if most viewers watch at 1080p.
Downscaling: Reducing Resolution for Size Savings
Downscaling means converting a video from a higher resolution to a lower one. This is one of the most effective ways to reduce file size because it directly reduces the number of pixels the encoder must represent.
- 4K → 1080p: approximately 75% file size reduction
- 1080p → 720p: approximately 50% file size reduction
- 4K → 720p: approximately 87% file size reduction
Downscaling does not degrade the video the way heavy compression does. Instead of adding compression artifacts (blockiness, banding, mosquito noise), downscaling simply reduces the number of pixels. The remaining pixels are sharp and clean because each output pixel is calculated by averaging multiple source pixels — a process called anti-aliased downsampling.
In FFmpeg, you can downscale while converting MOV to MP4:
ffmpeg -i input.mov -vf "scale=1920:1080" -c:v libx264 -crf 23 output.mp4
This command takes any input resolution (including 4K) and scales it to 1920 × 1080 using FFmpeg's default bilinear scaler. For slightly sharper results, add the Lanczos scaler:
ffmpeg -i input.mov -vf "scale=1920:1080:flags=lanczos" -c:v libx264 -crf 23 output.mp4
To scale to 720p instead, change the dimensions to 1280:720. FFmpeg will handle the aspect ratio automatically as long as both dimensions match the target ratio.
Why Upscaling Is Pointless
Upscaling is the opposite of downscaling — taking a lower-resolution video and increasing its pixel dimensions. For example, converting a 720p video to 1080p resolution. This is almost always a bad idea for one simple reason: you cannot add detail that was never captured.
When you upscale from 720p to 1080p, the encoder must invent 1,152,000 new pixels (the difference between 2,073,600 and 921,600). The only information available is the original 720p data, so those new pixels are calculated by interpolating between existing ones. The result is a slightly blurred image at a larger file size.
Common upscaling misconceptions:
- "Upscaling to 1080p makes my video HD" — No. The video was captured at 720p. Changing the resolution number does not change the actual captured detail. The video will look exactly the same (or slightly worse due to interpolation) but consume more storage space.
- "YouTube requires 1080p for HD quality badge" — YouTube determines quality based on the uploaded resolution, but upscaled content will still look like 720p to the viewer. YouTube's own compression will further soften the upscaled areas.
- "I need 1080p for my platform" — If a platform requires 1080p minimum, it is better to add black bars (letterbox/pillarbox) or submit the native 720p and let the platform handle scaling, rather than upscaling your source and inflating the file size.
AI upscaling is a separate technology that uses machine learning to predict and add plausible detail. Tools like Topaz Video AI or Real-ESRGAN can produce visually impressive results, but they are computationally expensive, slow, and the added detail is fabricated — it is an educated guess, not the original scene data. AI upscaling has its place in restoration work, but it is not a substitute for capturing at the right resolution in the first place.
Platform Recommendations
Different platforms have different requirements and viewer behaviors. Here is a practical guide to choosing the right resolution for each:
| Platform | Recommended | Why |
|---|---|---|
| YouTube | 4K if available | Higher bitrate allocation, VP9/AV1 encoding, better quality even at 1080p playback |
| 1080p | Platform caps at 1080p. Feed videos display at ~600px wide on phones. | |
| TikTok | 1080p (vertical) | 1080 × 1920 vertical. Higher resolution brings no benefit on mobile. |
| Twitter / X | 1080p | Platform limit is 1080p. Heavy re-compression regardless of source quality. |
| Discord | 720p | 8 MB file limit for non-Nitro users. 720p keeps files small enough to upload. |
| Email attachment | 480p – 720p | Must fit under 25 MB (Gmail). 720p CRF 28 fits ~3-4 min. 480p for longer clips. |
| 720p | 16 MB limit. WhatsApp re-compresses everything anyway, so source quality above 720p is wasted. | |
| Vimeo | 4K | Higher-quality encoding pipeline than YouTube. 4K uploads receive excellent treatment. |
The general rule: match the resolution to the viewing context. If viewers are watching on phones, 1080p is the ceiling of usefulness. If your content will be displayed on large screens or you want the best possible quality on YouTube/Vimeo, upload 4K. For messaging and email, optimize for file size with 720p or 480p.
Practical Summary
Resolution choices come down to three factors: viewing device, file size constraints, and source quality. Here is the decision framework:
- Keep 4K if the video will be viewed on a large TV, used in professional production, uploaded to YouTube/Vimeo, or archived for the future. Accept the 4× storage cost.
- Use 1080p for general-purpose content: social media, website embeds, presentations, and sharing with friends and colleagues. This is the safe default for 2026.
- Use 720p when file size matters: email attachments, messaging apps (WhatsApp, Discord, Telegram), mobile-only viewing, and situations with limited bandwidth.
- Use 480p only when you need very small files (under 15 MB per minute) or when targeting legacy devices and very slow connections.
When in doubt, downscale to 1080p. It is the resolution that works everywhere, looks good on every screen under 40 inches, and keeps file sizes manageable. You can always convert your MOV video to MP4 at any resolution using the converter above.