HandBrake Complete Guide: The Settings That Actually Matter

HandBrake has hundreds of options, but only a dozen change your results. A tab-by-tab walkthrough of presets, quality settings, hardware encoders, and batch workflows.

Victor LindqvistJun 12, 20269 min read

Originally published on Video Converters by Victor Lindqvist. Read on the original site

HandBrake is the rare piece of free software that professionals and beginners recommend with equal enthusiasm — and the rare one whose interface intimidates both. Open it for the first time and you face seven tabs, dozens of dropdowns, and a sidebar of forty-plus presets with names like "Super HQ 2160p60 4K HEVC Surround." Here's the secret that makes all of it manageable: perhaps a dozen settings meaningfully affect your results, and the rest exist for edge cases you may never hit. This guide walks the interface tab by tab, tells you which controls those dozen are, and gives concrete recommendations by content type — so you can stop cargo-culting settings from decade-old forum posts.

Start here: how HandBrake thinks

HandBrake's mental model is simple once stated plainly. You open a source (a file or disc folder), choose a preset (a saved bundle of every setting at once), optionally override individual settings in the tabs, then either encode immediately or add the job to a queue. Every tab you'll ever touch modifies the current job; presets are just snapshots of all tabs at once.

One thing HandBrake deliberately does not do: pass video through untouched. Every job re-encodes the video stream (audio can be passed through; video cannot). If you only want to change containers without re-encoding, that's a remux job for FFmpeg or MKVToolNix, not HandBrake.

Presets: the 40-item list, decoded

The preset sidebar looks overwhelming but follows a strict naming grammar: category, speed/quality tier, resolution, frame rate, codec. Once you can read it, the list collapses into a handful of families:

  • General — the workhorses. "Fast 1080p30" is the sane default for everyday conversions: x264, CRF 22, broadly compatible MP4. "HQ" variants use slower encoder presets for better compression; "Super HQ" slower still.
  • Web — tuned for smaller sizes and social-media-friendly output, including resolution caps.
  • Devices — conservative settings guaranteed to play on specific hardware (Apple TV, Fire TV, Chromecast, game consoles). Useful when a particular gadget is the destination.
  • Matroska — MKV-container versions, including the H.265 and AV1 presets most people should actually use for archiving.
  • Hardware — presets wired to your GPU's encoder (NVENC, Quick Sync, VideoToolbox), when speed beats maximum compression.

Strategy: pick the preset closest to your goal, adjust two or three settings as described below, then save your own preset (Presets → Save New Preset) so next time is one click. Custom presets are HandBrake's most underused feature.

The tabs, in the order they matter

Video tab: where 90% of quality is decided

Three controls dominate everything else in the application.

Video Encoder. Software options: H.264 (x264) for maximum compatibility, H.265 (x265) for ~30–50% smaller files on modern devices, AV1 (SVT-AV1) for the best compression where playback hardware is recent. Hardware options (NVENC, Quick Sync, VideoToolbox) appear here too — more on those below.

Quality: Constant Quality slider. This is CRF, the setting that matters most. Lower numbers mean higher quality and bigger files. Recommendations by content, using x264 values (add ~3 for x265; SVT-AV1 uses its own scale where 30–35 is a good range):

Content typex264 CRFWhy
Archival / one-time keepsakes18Effectively transparent; you can't re-shoot the wedding
Film & TV, general viewing20–22The sweet spot; differences from source are invisible at normal viewing distance
Screen recordings / tutorials20–22Text edges show artifacts early; don't go higher
Animation20–23Flat colors compress beautifully
Grainy or dark footage18–20Noise and shadows are where encoders fail first
Disposable shares24–26Visible on close inspection, fine in a chat window

Avoid the "Avg Bitrate" mode unless you need an exact file size — constant quality gives better results at equal sizes everywhere else.

Encoder Preset slider (ultrafast → placebo). This trades encoding time for compression efficiency at the same quality level. "Slow" typically shaves 10–20% off file sizes versus "Fast" with identical CRF. Use "Slow" for keepers, "Fast" for disposables, and never "placebo" — its name is honest.

Leave Framerate at "Same as source" with "Variable" ticked, unless a target device demands constant frame rate. Forcing frame rate changes is a classic source of stutter and audio drift.

Dimensions tab: resolution and cropping

HandBrake auto-detects black bars and crops them — usually correctly, occasionally not (dark opening scenes fool it). Glance at the preview; if the crop is wrong, switch Cropping to Custom and fix it.

Resolution Limit is the honest way to downscale: set "1080p" and 4K sources shrink while smaller sources stay untouched. Downscale when the viewing context can't use the pixels; never upscale — it spends bits inventing detail that isn't there.

Filters tab: mostly off, two exceptions

Filters process the picture before encoding. The defaults are sensible, and the golden rule is off unless you know why:

  • Deinterlace (Decomb): essential for old DVDs and camcorder footage with comb-tooth artifacts on motion. Leave on "Decomb" default; it detects and processes only interlaced frames.
  • Denoise (NLMeans): noisy footage murders compression, because encoders treat grain as detail to preserve. Light NLMeans denoising can cut file sizes dramatically on dim smartphone video and look cleaner. Use "Light" or "Medium"; strong settings turn faces to wax.
  • Sharpen, chroma smooth, colourspace: leave off for normal work.

Audio tab: passthrough is your friend

Each source audio track gets a row. The decision per track: re-encode or pass through untouched. "Auto Passthru" copies the original when the container supports it — zero quality loss, zero effort, and the right call when the source audio is already AAC or AC-3 at a sane bitrate. When you do re-encode, AAC at 160 kbps stereo is transparent for essentially everything; use 384–448 kbps E-AC3 if you're keeping 5.1 surround for a media server. Delete tracks you don't need (foreign dubs, commentary) — free space savings people forget.

Subtitles tab: the one that surprises people

Two very different operations live here. Soft subtitles ride along as toggleable tracks — MKV handles SRT/ASS/PGS gracefully, MP4 only a basic text format. Burned-in subtitles are rendered permanently into the picture — required for stylized subtitles going into MP4, or for players too dumb for subtitle tracks. The "Foreign Audio Scan" pseudo-track is cleverer than it looks: it finds subtitles that appear only during foreign-language dialogue (think elvish in a fantasy film) and can burn just those.

Chapters tab

If the source has chapters (discs, most MKVs), leave "Create chapter markers" ticked — it costs nothing and players honor them. You can rename chapters inline or import names from a CSV.

Settings panel of a video encoding application on a desktop monitor

Hardware encoders vs. software: the honest comparison

HandBrake exposes your GPU's dedicated encoding hardware — NVENC (NVIDIA), Quick Sync (Intel), VCN (AMD), and VideoToolbox (Apple silicon) — and choosing between them and software x264/x265 is the most consequential decision after CRF.

The trade is straightforward. Hardware encoders are built for real-time work, so they're typically 4–10× faster and barely load your CPU. Software encoders spend that time searching harder for compression opportunities, so at equal file sizes they produce visibly better quality — or equivalently, equal quality at 15–30% smaller sizes. Recent hardware has narrowed the gap (NVENC AV1 on RTX 40/50-series is genuinely strong, and Apple's VideoToolbox HEVC is respectable), but the ranking hasn't flipped.

Practical guidance:

  1. Archiving, or size matters: software x265 or SVT-AV1, preset Slow. Let it run overnight for big libraries.
  2. One-off conversions you'll watch once: hardware encoder, quality slider 2–4 points lower (better) than you'd use in software to compensate.
  3. Laptop on battery, or the machine must stay usable: hardware, no contest.
  4. Old GPUs (pre-2018): their encoders are markedly worse; prefer software.

Queue and batch workflows

The queue is what turns HandBrake from a converter into a pipeline. Configure a file, press Add to Queue instead of Start, repeat, then run the whole batch. Better still: open a folder as the source and HandBrake lists every title inside, letting you queue them all with the current preset via "Add All."

Three settings worth knowing: When Done (Preferences) can sleep or shut down the computer after a night-long batch; the queue survives application restarts; and failed items report errors without stopping the rest of the batch. For recurring jobs, the combination of a saved custom preset plus "Add All" reduces a 50-file library conversion to about four clicks. Power users can go further with the HandBrakeCLI command-line companion and script it entirely.

Common mistakes (learn from other people's ruined weekends)

  • Re-encoding already-compressed files at higher quality settings. CRF 18 from a CRF 23 source recovers nothing and triples the size. Quality only ever flows downhill.
  • Using Avg Bitrate mode with a number copied from an old forum. Bitrate needs depend on content and codec; constant quality mode exists precisely so you don't have to guess.
  • Judging results from the preview image. Encode a 60-second sample of a demanding scene (Preview window → live preview) before committing to a 4-hour encode.
  • Forgetting Web Optimized. For MP4s destined for browsers or streaming, tick "Web Optimized" in the Summary tab so playback can start before the download completes.
  • Burning subtitles by accident — or the reverse, expecting soft subtitles in an MP4 to keep their styling. Check the Subtitles tab on every job that has subtitle tracks.
  • Comparing hardware and software encodes at the same slider value. The scales aren't equivalent; hardware needs a lower (better) number for matching output.

FAQ

Why is my encode slower than the "Fast" preset name implies?

Preset names describe encoder effort, not wall-clock promises. 4K sources, denoise filters, and AV1 encoding are all expensive. Check Activity Log for the fps rate; anything above your source frame rate means faster-than-real-time.

Can HandBrake rip copy-protected DVDs or Blu-rays?

Out of the box, no — HandBrake deliberately ships without decryption. It converts unprotected discs and files. Whether and how to back up protected discs you own depends on the law where you live.

HandBrake or FFmpeg — which should I learn?

Both, honestly, but for different jobs. HandBrake for interactive work where you want previews, presets, and a queue; FFmpeg for remuxing, automation, and formats HandBrake doesn't output. HandBrake uses the same encoder libraries, so quality is identical at equivalent settings.

What's the best all-around custom preset to save?

For most people: MKV container, x265, CRF 23, encoder preset Slow, audio Auto Passthru with AAC 160k fallback, chapters on, decomb on. Compatible with every modern media player and a good size/quality balance.

Does the quality slider behave the same for every encoder?

No — that's the trap. x264 and x265 use similar but offset scales (x265 needs ~3 points lower on the slider for matching quality), SVT-AV1 uses a 0–63 scale, and hardware encoders interpret quality values differently again. Re-test whenever you switch encoders.

Closing advice

HandBrake rewards a one-time investment: spend an evening encoding the same two-minute clip — one dark scene, one action scene — at three CRF values with your chosen encoder, and look at the results on your actual TV or monitor. Those twenty minutes calibrate your eye better than any guide, this one included. After that, save your preset, trust the queue, and let the checklist above keep you off the well-worn paths to wasted weekends.

Originally published on Video Converters by Victor Lindqvist. Read on the original site

You might also like