Video compression is one of those topics that sounds technical but directly affects the quality of everything you watch and share. Understanding a few core concepts — bitrate, codecs, and resolution — lets you make better decisions every time you export, compress, or convert a video. This guide breaks it all down in plain English.
Why Video Files Need Compression
An uncompressed 1080p video at 30fps would require approximately 1.5–3 GB per minute of storage. A one-hour video would be hundreds of gigabytes. Compression reduces this by a factor of 100–1000x, making video practical to store and stream — at the cost of some quality loss, depending on the method used.
Lossy vs. Lossless Compression
All common video compression is lossy — meaning some visual information is permanently discarded to achieve smaller file sizes. The encoder makes decisions about which details the human eye is less likely to notice and removes them. With aggressive settings, this produces visible artifacts (blockiness, blurring, banding). With conservative settings, the difference from the original is imperceptible.
Lossless compression preserves all data but produces much larger files (typically 4–10x larger than a good lossy encode). It's used in professional production workflows, not for distribution.
What Is Bitrate?
Bitrate is the amount of data used per second of video, measured in Megabits per second (Mbps) or Kilobits per second (Kbps). It's the single most direct control over quality and file size:
- Higher bitrate = more data per second = higher quality = larger file
- Lower bitrate = less data per second = lower quality = smaller file
| Resolution | Recommended Bitrate | Use Case |
|---|---|---|
| 480p | 1–2 Mbps | Mobile, email attachments |
| 720p (HD) | 2.5–5 Mbps | Web sharing, presentations |
| 1080p (Full HD) | 5–12 Mbps | YouTube, Vimeo, general upload |
| 4K (UHD) | 15–50 Mbps | Premium streaming, archiving |
What Is a Codec?
A codec (co-mpressor/dec-ompressor) is the algorithm used to compress and decompress video data. The codec determines how efficiently it can encode video at a given quality level — newer codecs achieve the same visual quality at lower bitrates.
- H.264 (AVC) — the universal standard. Works everywhere: phones, browsers, TVs, consoles. Best choice for compatibility.
- H.265 (HEVC) — about 40–50% more efficient than H.264 at the same quality. Slower to encode; not supported on all older devices.
- VP9 — Google's open codec. Used by YouTube. Similar efficiency to H.265.
- AV1 — the newest generation. 30–50% more efficient than H.265. Still encoding slowly but increasingly supported for streaming.
Resolution vs. Bitrate: Which Matters More?
Both matter — but they interact. A 4K video at 2 Mbps will look worse than a 1080p video at 8 Mbps, even though the 4K source has more pixels. This is because the codec doesn't have enough bits to represent those pixels accurately, producing visible compression artifacts. The general rule: don't upscale resolution without also increasing bitrate, and don't heavily compress a high-resolution source without considering downscaling.
Why Recompressing Already-Compressed Video Hurts Quality
Every time you compress a video, you lose some quality. If you compress a video, then compress the output again, quality loss compounds. This is why you should always compress from the highest-quality source available — the original camera file, not a previously exported copy. If you need to reprocess video (trim, watermark, change speed), do all operations together from the source, then do a single final compress at the end.