HandBrake Video Compression — The Free, Open-Source Way to Shrink Video Files by 80%

Using HandBrake with the x265 (HEVC) encoder, CRF 22-24, and Preset set to Medium, you can compress a phone-shot MP4 from 1.2 GB down to roughly 220 MB — an 80%

Using HandBrake with the x265 (HEVC) encoder, CRF 22-24, and Preset set to Medium, you can compress a phone-shot MP4 from 1.2 GB down to roughly 220 MB — an 80% size reduction with quality differences that are hard to spot with the naked eye. The key isn't the software itself, but two parameters: the "CRF value" and "encoder choice." Most people's compression attempts fail because they used the default Fast 1080p30 preset, which relies on the decade-old H.264 encoder. Why Video Files Get So Large Video size is determined by bitrate, not resolution. When an iPhone 15 records at 4K 60fps, the default bitrate is around 100 Mbps — about 750 MB of file per minute. The same footage encoded in HEVC at 15 Mbps is nearly indistinguishable to the human eye at normal viewing distance, yet the file is only one-seventh the size. The difference comes from encoder compression efficiency. "H.265/HEVC can reduce bitrate by approximately 50% compared to H.264 at the same subjective quality" (source: ITU-T H.265 Recommendation) . That means you don't need to sacrifice quality — you just need to switch encoders. Cameras and phones universally use low-compression-efficiency settings for the sake of real-time processing speed during capture: their priority is not dropping frames, not saving space. What HandBrake does is re-encode an already-recorded file. At that point there's no real-time pressure, so you can use the most computationally expensive but most space-efficient encoding parameters available. What HandBrake Is, and Why It's Free HandBrake is an open-source video transcoding tool released in 2003 under the GPLv2 license, supporting Windows, macOS, and Linux. It isn't an encoder itself — it's a graphical front end for open-source encoders like FFmpeg, x264, x265, and SVT-AV1, organizing dozens of command-line parameters into a clickable interface. Its free status isn't a trial-version strategy. The official HandBrake website clearly states the project is maintained by volunteers

FAQ

Why Video Files Get So Large

Video size is determined by bitrate, not resolution. When an iPhone 15 records at 4K 60fps, the default bitrate is around 100 Mbps — about 750 MB of file per minute. The same footage encoded in HEVC at 15 Mbps is nearly indistinguishable to the human eye at normal viewing distance, yet the file is only one-seventh the size. The difference comes from encoder compression efficiency. "H.265/HEVC can reduce bitrate by approximately 50% compared to H.264 at the same subjective quality" (source: ITU-T

What HandBrake Is, and Why It's Free

HandBrake is an open-source video transcoding tool released in 2003 under the GPLv2 license, supporting Windows, macOS, and Linux. It isn't an encoder itself — it's a graphical front end for open-source encoders like FFmpeg, x264, x265, and SVT-AV1, organizing dozens of command-line parameters into a clickable interface. Its free status isn't a trial-version strategy. The official HandBrake website clearly states the project is maintained by volunteers: no paid version, no watermarks, no file-co

Common Mistakes and How to Spot Them

The most common misstep is applying "Fast 1080p30" straight from the Presets list on the left. That template uses x264, CRF 22, and Preset veryfast, and it downscales 4K video to 1080p — the file does get smaller, but because the resolution was cut, not because compression efficiency improved. If your source is 4K and you don't notice, you've permanently lost that resolution. The second issue is the hardware-acceleration trade-off. Choosing H.265 (VideoToolbox) or H.265 (NVENC) encodes on the GP

Related Guidebooks

Reviewed and verified by FeiYueh · Last verified 2026-09-15. Independently maintained — not AI-generated boilerplate.

← Back to Blog