Video5 min read

How to Compress a Video Without Losing Quality

Video compression is a trade-off — you exchange some quality for a smaller file. But the amount of quality lost depends entirely on how you compress. With the right settings, you can reduce a video to a fraction of its original size while keeping it visually indistinguishable from the original. This guide explains how.

01

How Video Compression Actually Works

Video compression uses a codec (like H.264) to discard redundant information between frames. Rather than storing every pixel in every frame, the codec stores a full keyframe periodically and then only stores the changes between frames. This is why a video of a talking head (little movement) compresses much more efficiently than a fast-action sports video.

The key parameter controlling compression is the CRF (Constant Rate Factor). A lower CRF means higher quality and larger files; a higher CRF means smaller files with more visible compression artefacts. H.264 at CRF 18 is visually lossless to most viewers; CRF 28 is noticeably compressed.

02

Choosing the Right Compression Preset

MediaFormatter's Compress Video tool offers three presets: Fast, Balanced, and Quality. Fast uses CRF 28 with ultrafast encoding — produces the smallest file in the shortest time, but shows visible compression on detailed footage. Balanced uses CRF 23 — the H.264 default — and is suitable for most sharing and uploading needs. Quality uses CRF 18, producing near-lossless output at the cost of a larger file and longer processing time.

For most use cases — sharing via WhatsApp, attaching to email, uploading to a platform — Balanced is the right choice. For archival copies or content you plan to re-edit, use Quality. For maximum size reduction when visual quality is secondary, use Fast.

Quick Reference
  • Fast preset: best for sharing on messaging apps where file size matters more than quality
  • Balanced preset: best for YouTube, TikTok, and Instagram uploads
  • Quality preset: best for archival copies and content you will edit again
  • If the compressed file still looks too large, try Fast — but keep the original
03

What to Expect in Terms of File Size Reduction

The compression ratio you achieve depends on the source video's original codec, bitrate, and content type. A high-bitrate source (like iPhone 4K at 60fps) compresses dramatically — 70–80% reduction is common. A video already encoded at a low bitrate will see less benefit because there is less redundancy to remove.

Screen recordings compress very well because most pixels do not change between frames. Fast-action footage with lots of motion compresses poorly in comparison. As a rough guide: expect 40–70% size reduction on typical camera footage with the Balanced preset.

Quick Reference
  • Always keep your original file before compressing
  • Never compress a file that has already been compressed — each round reduces quality further
  • For very large files over 100 MB, consider desktop tools like HandBrake for the initial compression