Table Of Content
HandBrake is an open-source video transcoder actively maintained since 2003. It is genuinely free — no hidden fees, ads, registration, or premium tiers. Originally designed for DVD ripping, it has evolved into a full-featured encoding tool used by Linux sysadmins, hobbyist editors, and archivists worldwide.
The application runs natively on Windows (10 and 11, 64-bit), macOS (10.13 High Sierra and later), and Linux (via Flatpak or PPA). Source code is hosted on GitHub for full transparency and community auditing.
HandBrake is a transcoder, not a general-purpose converter — it re-encodes video between codecs and formats, which means the output is functionally equivalent but never a perfect bit-for-bit clone.
So what can HandBrake actually do? The answer depends heavily on which direction you're going — input or output.
Input: Virtually any video format — MP4, MKV, AVI, WMV, MOV, FLV, MPEG, DVD VIDEO_TS folders, and unprotected Blu-ray structures. FFmpeg-compatible formats are generally supported.
Output: Strictly limited to three formats — MP4 (.mp4, .m4v), MKV (.mkv), WebM (.webm).
This is both HandBrake's strength and its critical weakness. No AVI, WMV, MOV, or FLV output. If you need a wider format basket, a converter built on a broader format engine is the right choice.
Supported codecs: H.264 (x264), H.265/HEVC (x265), VP9, AV1 (SVT-AV1).
HandBrake uses a Constant Quality (RF) system rather than bitrate targeting. Lower RF values mean higher quality and larger files. Standard recommendations: RF 18–22 for H.264, with RF 19 producing negligible visible quality loss versus RF 18 while reducing file size by roughly 15%. For H.265, target RF 20–22.
Granular controls include frame rate, resolution, cropping, deinterlacing, denoising, and sharpening filters.
HandBrake ships with over 50 presets organised by category: General, Web, Devices, Matroska, Hardware. Custom presets can be saved and reused.
Multiple files can be added sequentially through a manual queue system. You can configure per-file settings or apply a uniform preset across the whole batch — slightly more involved than folder-watch batch tools, but reliable.
In May 2017 (May 2–6), HandBrake's macOS download mirror was compromised. Users downloading during that window received versions bundled with Proton RAT, which gave attackers remote machine control including password and keychain access.
The HandBrake team detected the breach quickly, issued public advisories, provided SHA checksum verification instructions, and removed the compromised mirror. The incident affected macOS downloads exclusively from one mirror during a five-day window. The source code itself was never tampered with.
HandBrake is generally considered safe in 2026. The source code remains publicly auditable on GitHub, contains no adware, functions entirely offline, and receives regular security updates from a maintainer team.
Get-FileHash on Windows / shasum -a 256 on macOS, compared against the SHA published on the official download page.Pros
Cons
Step 1: Download and install. Visit handbrake.fr. Pick the installer matching your OS.
Step 2: Open your source video. Drag and drop, click Open Source, or pick a folder to queue an entire directory in one batch.
Step 3: Choose output settings. For a balanced quality/size starting point, pick MP4 + the Fast 1080p30 preset under General + select the output location.
Step 4: Configure advanced settings (optional). Video tab for RF / codec / preset, Audio tab for channel layout, Subtitles tab for burn-in vs soft subs, Dimensions tab for cropping and resolution.
Step 5: Start encoding. Click the green Start Encode button. Initial ETA estimates are wildly inaccurate. A 1-hour 1080p H.264 typically completes in 15–45 minutes on modern systems; H.265 / AV1 can take 2–3× longer.
HandBrakeCLI -i input.mkv -o output.mp4 --preset="Fast 1080p30" — streams the encode instead of loading the whole source into RAM.HandBrake cannot decrypt copy-protected DVDs. Only unprotected discs work out of the box.
HandBrake excels at its narrowly-defined purpose but struggles beyond those bounds. UniFab‘s Video Converter addresses the most common HandBrake pain points while maintaining a free tier.
Key difference: Format support. HandBrake restricts output to three formats. UniFab handles over 1,000 input and output formats — including AVI, WMV, MOV, FLV, and audio-only outputs like WAV and FLAC.
UniFab utilises GPU acceleration through NVIDIA CUDA, AMD, and Intel Quick Sync. The encoding-speed advantage widens with larger files — 2-hour 1080p sources often complete in roughly one-third of HandBrake's time on the same hardware.
Caveat: UniFab's converter is Windows / macOS only. The advanced AI Enhancer Suite (Upscaler, Denoise, Smoother) is a separate paid product.
| Feature | UniFab Video Converter | HandBrake |
| Price | Free | Free |
| Output Formats | 1,000+ | 3 (MP4 / MKV / WebM) |
| Input Formats | Most formats | Most formats |
| GPU Acceleration | CUDA, AMD, Intel Quick Sync | NVENC, QSV, VCE, VideoToolbox |
| Batch Processing | Folder-based batch | Manual queue |
| Learning Curve | Beginner-friendly | Steep |
| AI Enhancement | Yes (separate suite) | No |
| Copy Protection | Yes | No |
| Platform | Windows, macOS | Windows, macOS, Linux |
| Codec Support | H.264, H.265, and more | H.264, H.265, VP9, AV1 |
| Interface | Modern, intuitive | Technical |
| Subtitle Support | Yes | Yes |
For comprehensive video workflows, UniFab All-In-One bundles the converter with AI Enhancer, Upscaler, Smoother, Denoise, and HDR tools in a single 19-in-1 suite.
Best suited for: Linux sysadmins batch-encoding surveillance footage, video hobbyists fluent in encoding terminology, and budget-conscious users primarily needing MP4 or MKV output.
Poor fit for: Users converting iPhone videos for non-technical recipients, anyone needing output formats beyond the core three, those working with copy-protected media, or anyone expecting AI upscaling. In those cases UniFab Video Converter saves time and frustration.
Yes — completely free since 2003. GPLv2 licensed. No premium tier, no nag screens, no telemetry, no upsell flow. Donations are accepted but never required.
Yes, when downloaded from handbrake.fr. The 2017 Proton RAT incident affected only a compromised macOS mirror for five days and was resolved with full transparency. Verifying SHA checksums after download keeps you safe.
Yes — re-mux or re-encode MKV to MP4 in a single pass. Note: SSA / ASS subtitles can't transfer as soft subtitles into MP4; either burn them in or convert them to SRT first.
Encoding speed depends on codec, preset, hardware, and resolution. Switch to hardware-accelerated presets (NVENC / QSV / VideoToolbox) and you'll typically see 3–10× speed gains versus software x264 / x265.
No. CSS, AACS, and BD+ encryption cannot be bypassed by HandBrake alone. Some users install libdvdcss separately, but that depends on legal jurisdiction.
Some loss exists because HandBrake re-encodes rather than re-muxes. RF 18–20 for H.264 and RF 20–22 for H.265 produce output that is visually indistinguishable from the source on a normal screen.
HQ 1080p30 Surround under General is the highest-quality factory preset. For 4K archival, Production Standard plus RF 18 with x265 produces broadcast-grade output at a fraction of the size.
FFmpeg is a more flexible command-line transcoding engine; HandBrake is essentially a friendly GUI on top of x264/x265 with curated presets. For automation pipelines FFmpeg wins; for a graphical interactive workflow HandBrake wins.
It reads AVI as an input format, but cannot output AVI. If you need AVI output, use UniFab Video Converter or FFmpeg.
UniFab Video Converter is the strongest free alternative when HandBrake's three-format ceiling, missing AI features, or slow speed becomes a problem. It supports 1,000+ formats, ships with GPU acceleration, and matches HandBrake's "free with no watermark" promise.
HandBrake has rightfully earned its reputation as the go-to free video transcoder. It is genuinely free, respectfully designed, cross-platform, and powerful in skilled hands.
Real drawbacks: a three-format output ceiling, steep learning curve, and encoding speeds that lag commercial tools when software encoders are forced. Start with HandBrake. If you hit those limits inside the first hour, switch to UniFab Video Converter's free tier.