How to Compress Videos Without Wrecking the Quality

A twenty-minute recording of your kid's recital is 8 GB. You want to email it, or fit it on a drive, or stop it from eating your cloud storage. So you run it through a compressor, and it comes back blocky, smeary, and worse than the memory deserved.

That outcome isn't inevitable. Video compression done correctly can cut a file by 70 to 85 percent with quality loss that's genuinely invisible at normal viewing. Done badly, it destroys the footage permanently.

The difference comes down to understanding four settings.

Why video files are enormous

A single frame of 4K video is about 8 megapixels — roughly a photo. Video at 60 frames per second is 60 of those per second. Uncompressed, that's over a gigabyte per second.

Every video file you've ever seen is already compressed, heavily, by the camera. What we're talking about here is compressing it further, and the question is how much more you can squeeze before it shows.

The trick every video codec uses: instead of storing each frame, store one full frame and then only the changes for the frames after it. A static shot of someone talking has very little change between frames, so it compresses brilliantly. A handheld shot of confetti falling changes everywhere at once and compresses badly.

This is why two videos of identical length and resolution can differ in size by a factor of five, and why compressing a shaky outdoor clip produces worse results than compressing an interview.

The four settings that matter

1. Resolution

How many pixels per frame. 4K is 3840×2160. 1080p is 1920×1080 — a quarter the pixels.

This is the single biggest lever. Going from 4K to 1080p cuts the data by roughly 75 percent before any other setting comes into play.

Here's the part people find hard to believe: on a phone screen, a laptop, or a typical living room television at typical viewing distance, most viewers cannot reliably distinguish well-encoded 1080p from 4K. The pixels are smaller than your eye can resolve at that distance.

4K matters if you're going to view on a large screen up close, or if you plan to crop or stabilize in editing. For a family archive that gets watched on phones, it's storage spent on nothing.

Practical rule: archive irreplaceable footage at its original resolution. Compress everything else to 1080p.

2. Bitrate

How much data per second the file uses. This is the actual quality dial.

Rough guidance for H.264:

Resolution Good quality Acceptable
4K/30 35–45 Mbps 25 Mbps
1080p/30 8–12 Mbps 5 Mbps
1080p/60 12–18 Mbps 8 Mbps
720p/30 4–6 Mbps 2.5 Mbps

Phone footage typically records well above these numbers — often 50 Mbps or more for 4K — because the camera encodes in real time and has no opportunity to optimize. Re-encoding with a slower, smarter pass gets equivalent quality at much lower bitrate.

Better than setting bitrate directly: use quality-based encoding if your tool offers it. In many tools this appears as a CRF value (Constant Rate Factor), a number from roughly 0 to 51 where lower means better.

  • CRF 18 — visually indistinguishable from the source. Use for archival.
  • CRF 20–23 — excellent. Most people can't tell. This is the sweet spot.
  • CRF 24–26 — good. Fine for casual clips and sharing.
  • CRF 28+ — visible degradation. Avoid.

CRF is better than a fixed bitrate because it adapts: the encoder spends more data on the confetti scene and less on the static interview, hitting a consistent quality rather than a consistent file size.

Start at CRF 21. Adjust from there if you need smaller or better.

3. Codec

The compression method itself.

H.264 is the universal standard. Everything plays it — every phone, browser, TV, and editing program made in the last fifteen years. It's not the most efficient, but it is the most compatible, and compatibility is what determines whether a file is still watchable in twenty years.

H.265 / HEVC is roughly 40 to 50 percent more efficient — same quality at half the size. Support is now broad but not universal; some older devices and some software still struggle with it.

AV1 is newer and more efficient still, with support growing but not yet everywhere.

What to use: H.264 for anything you're archiving long-term or sharing with people whose devices you don't control. H.265 when file size genuinely matters and you know your playback situation.

For a family archive, H.264 is the right call. The extra storage is cheap; a folder of files your grandchildren can't open is not.

4. Frame rate

How many frames per second. Most phone video is 30 or 60 fps.

Halving 60 fps to 30 fps roughly halves the data. Motion looks slightly less fluid, and for most content that's imperceptible — 30 fps is what most film and television has used forever.

Keep 60 fps for genuinely fast motion: sports, action. Drop to 30 for everything else.

Never convert 30 fps up to 60. It adds file size and no information.

The workflow

For a typical over-large video you want to shrink:

  1. Work on a copy. Never compress over your only original.
  2. Set the container to MP4 and the codec to H.264.
  3. Set resolution to 1080p unless you have a specific reason for 4K.
  4. Set quality to CRF 21 (or bitrate around 10 Mbps at 1080p if CRF isn't offered).
  5. Set frame rate to 30 fps unless the content is fast motion.
  6. Set audio to AAC at 128–192 kbps. Audio is a tiny fraction of the file; don't over-compress it, because bad audio is far more noticeable than bad video.
  7. Choose a slower encoding preset if offered. Slower presets produce smaller files at the same quality — it just takes longer. On a file you'll keep forever, letting it run an extra twenty minutes is worth it.
  8. Watch the result before deleting the original. Check a high-motion section, not just the opening.

Typical result: an 8 GB 4K recording becomes 800 MB to 1.2 GB, and looks the same on any screen you'll actually use.

The rule that prevents disasters

Never compress a file more than once.

Video compression is lossy. Each pass throws away data permanently, and it throws away data based on what's already there — so a second pass is compressing an already-degraded image and making decisions on bad information. Quality falls off a cliff.

This means:

  • Always compress from the original, never from a previously compressed version.
  • If you need a smaller file later, go back to the original and re-encode with different settings. Don't compress the compressed one.
  • Keep originals of anything that matters until you're certain the compressed version is what you want.

The "make a copy of a copy of a copy" problem is how family videos end up looking like they were filmed through a screen door.

When not to compress at all

Irreplaceable footage. The interview with your grandfather, the wedding ceremony, the first steps. Storage is cheap and these can't be re-shot. Keep them at full quality and buy a bigger drive.

Anything you plan to edit. Compress after editing, not before. Editing compressed footage and re-exporting means two lossy passes.

Short clips. A 30-second phone video is maybe 100 MB. Compressing it saves 70 MB and costs you time and quality. Not worth the bother.

Anything already small. If the file is under a few hundred megabytes, leave it.

Compression is for the long recordings that dominate your storage. In most libraries, a handful of multi-gigabyte files account for most of the space — compressing just those solves the problem.

Compressing for specific purposes

Email attachments. Most services cap at 20–25 MB, which is about a minute of decent 1080p. Better approach: upload to a cloud service and send a link. Compressing a video down to email size means destroying it.

Text and messaging. Messaging apps compress automatically and aggressively — the version your sister receives is dramatically worse than what you sent. If quality matters, share a link instead.

Websites and product listings. 1080p, H.264, CRF 23, and keep it short. Page load speed matters more than pixel count. Many platforms re-encode your upload anyway, so uploading a huge file just means their compressor works from your file rather than saving you anything.

YouTube and social platforms. Upload the highest quality you reasonably can — these platforms re-encode everything, and giving them a better source produces a better result. This is the one case where uploading a large file is correct.

Playback on an old TV or device. 720p, H.264, and check the device's supported formats first.

What to do about your existing library

If you have a video folder that's grown out of control:

  1. Sort by size. In most libraries, the top twenty files account for half the storage.
  2. Look at those twenty. Most will be long recordings shot at 4K that nobody has watched since the day they were made.
  3. Split them into two piles: irreplaceable (leave alone) and merely long (compress).
  4. Compress the second pile at 1080p / CRF 21 / H.264.
  5. Watch each result before deleting originals.
  6. Then change your camera setting to 1080p so the problem stops growing.

That last step is the one that matters most. Compression fixes the backlog; the camera setting prevents the next one.


Next in this series: A Photo Naming System That Still Works in 10 Years