Comparison
HandBrake Alternatives for Mac (Without the Settings Maze)
The right HandBrake alternative on a Mac depends on why you want one. HandBrake is free, actively maintained, and better at real transcoding than anything we sell. If all you want is a smaller file without first learning what RF 22 means, QuickTime Player’s Export As will do it badly for nothing, and Smol ($29) will do it in one drop.
First, the thing most pages on this query get wrong. HandBrake is not abandoned. The most recent commit on the master branch of HandBrake/HandBrake is e40ccade, dated 25 September 2026, and it adds a contextual menu item to the macOS queue. Version 1.11.2 shipped on 7 June 2026. The repository has 24,501 stars. Anyone selling you a HandBrake replacement on the grounds that the project has stalled is not paying attention.
The real complaint is different, and it is specific: the control labeled for speed also changes file size, the control that governs file size is labeled quality, and its scale runs backwards. Worse, the scale flips direction depending on which encoder you picked. The section below explains exactly why, with HandBrake’s own documentation as the source, and it is worth reading even if you never leave HandBrake.
We make Smol, so read the comparison with that in mind. Where HandBrake wins we have said so, at length, because on most of these axes it does.
Smol vs HandBrake: feature by feature
| Feature | Smol | HandBrake |
|---|---|---|
| Price | $29 one-time, 1 Mac | Free, GPLv2 |
| Open source | — | ✓ |
| Runs on | macOS only | Windows, Mac, Linux |
| What it processes | Images, PDFs, video, audio, documents, tables, fonts | Video only |
| Video containers out | MP4, MOV, WebM, MKV | MP4, MKV, WebM |
| Video encoders | H.265 (HEVC) by default | x264, x265, SVT-AV1, VP9, plus VideoToolbox, NVENC, QSV and VCN |
| Presets to choose between before you start | Three menus: format, quality, resolution | 88 official presets in six categories |
| Encoder speed presets | Nine, ultrafast to veryslow | The encoder’s own list, ultrafast to placebo |
| Quality control | CRF 0–63 | RF slider, scale differs per encoder |
| Apple VideoToolbox hardware encoding | — | H.264, H.265, H.265 10-bit |
| Subtitles | — | Soft and burned-in, incl. DVD and Blu-ray sources |
| Chapter markers | — | ✓ |
| Audio track selection and surround downmix | — | ✓ |
| Video filters | — | Nine groups, incl. NLMeans denoise and three deinterlacers |
| Batch behavior | Drop a folder, everything runs | A queue you build job by job |
| Images, PDFs and audio in the same app | ✓ | — |
| Finder Quick Action and watched folders | ✓ | — |
| Scripting | MCP server for AI coding agents | HandBrakeCLI |
| Actively maintained | ✓ | Yes. Last commit 25 Sep 2026, v1.11.2 on 7 Jun 2026 |
| Documented requirements | macOS 13+ (Apple Silicon), macOS 14+ (Intel) | macOS 14+ supported, 16 GB RAM, 32 GB for 4K |
Pros and cons
Smol
Pros
- The defaults are already an answer: MP4, H.265, original resolution, high quality, nothing to pick
- One drop takes a whole folder of mixed files instead of a queue you assemble entry by entry
- Compresses the images, PDFs, audio and documents sitting in the same folder as the video
- Writes MOV as well as MP4, WebM and MKV; HandBrake does not write MOV at all
- A Finder Quick Action and watched folders mean compression happens without opening an app
- CRF 0 to 63 and nine encoder presets are still there when you want them, just not in the way
Cons
- macOS only: macOS 13 or later on Apple Silicon, macOS 14 or later on Intel
- Costs $29 where HandBrake costs nothing, forever, on three platforms
- Closed source, so you cannot audit or fork the pipeline
- No subtitle, chapter or audio track handling of any kind
- No deinterlacing, detelecine, denoise, deblock or sharpen filters
- No AV1 or VP9 encoder choice, and no DVD or Blu-ray source support
HandBrake
Pros
- Free under GPLv2, on Windows, Mac and Linux, with no account and no upsell
- Actively developed: the most recent commit on master is dated 25 September 2026
- Deep where it matters: x264, x265, SVT-AV1 and VP9, plus hardware encoders from all four vendors
- Nine filter groups including NLMeans denoise and three separate deinterlacers
- Subtitles, chapter markers, audio track selection and surround downmixing
- Ships HandBrakeCLI, which is the right tool for a scripted, repeatable transcode farm
Cons
- 88 official presets across six categories before you change a single setting
- The speed preset and the quality slider both move file size, and it is easy to get them backwards
- The quality scale reverses direction depending on which encoder you selected
- Video only: no images, no PDFs, no standalone audio files, by design
- Formally requires 16 GB of RAM, and 32 GB to transcode 4K
When HandBrake is the better choice
Five jobs where HandBrake is the correct tool and paying us $29 would be a mistake. We would say the same in an email.
The source is a disc, or behaves like one. HandBrake reads DVD and Blu-ray structures, picks titles and angles, and pulls the subtitle tracks along with the video. Smol has none of that. If your input is a folder of VIDEO_TS or a Blu-ray rip with five audio tracks, this is not a close call.
The footage needs repair, not just compression. Interlaced camcorder footage, telecined film, blocky old downloads, video grain that wrecks compression efficiency. HandBrake’s filter set covers detelecine, comb detection, three deinterlacers, deblock, NLMeans and HQDN3D denoise, chroma smoothing, sharpen, colorspace conversion and grayscale. Smol ships zero filters. Running a denoise pass before encoding will beat any amount of clever rate control, and only one of these two apps can do it.
Subtitles, chapters or specific audio tracks matter. A film with forced subtitles on the foreign-language scenes, a lecture recording where you want the chapter markers preserved, a concert file where you need the 5.1 track downmixed to stereo but the original kept. HandBrake does all three. Smol does none of them.
You are not on a Mac. HandBrake runs on Windows and Linux. A macOS-only $29 app is worthless on a Windows workstation, and pretending otherwise would be silly.
You want a scripted, reproducible pipeline you control. HandBrakeCLI takes a preset JSON file and a shell loop, it is free, and it will still work in ten years because the source is public. That is a better foundation for an archive project than any GUI, including ours.
The line is not capability. HandBrake wins on capability almost everywhere. The line is how much of that capability you have to engage with to get one video from 1.2 GB down to something you can email.
Why do HandBrake’s slower presets produce bigger files?
Because the encoder preset does not control file size. It controls how much computation the encoder is allowed to spend chasing a quality target you set somewhere else. Those are different dials, and HandBrake puts them on the same tab.
This is the complaint that turns up again and again in forum threads and support requests: someone switches from medium to slow or slower, waits three times as long, and gets a larger file than before. It feels like the app is broken. It is not. HandBrake’s own performance documentation states the behavior outright, and the two sentences sit next to each other:
“Generally speaking, the additional computation performed by x264’s slower encoder presets creates smaller files, and sometimes increases quality very slightly (usually negligibly).”
“However, the significant computation time required by x265’s slower encoder presets make encoding extremely slow even on powerful computers, and actually increases file sizes while attempting to better preserve quality.”
Read that twice. The same word, slower, does opposite things to file size depending on which encoder you chose from a dropdown three rows above it. That is not a documentation failure. It is an accurate description of two encoders that make different trade-offs, exposed through one shared label.
The mechanism is simpler than it looks. In constant quality mode, RF is a target for how much distortion you will tolerate, not a target for bytes. The encoder walks the video and, block by block, decides whether spending more bits is worth the quality it buys. A slower preset gives it more ways to decide well: more motion search, more reference frames, more rate-distortion optimization, more transform sizes to try.
With x264, better decisions usually mean the encoder finds cheaper ways to represent the same picture, so the file shrinks. With x265, the slower presets switch on psycho-visual tools that try harder to keep detail a faster preset would have quietly discarded. Keeping detail costs bits. The picture ends up closer to the source and the file ends up bigger, which is nobody’s expectation of a speed slider.
So the user reporting that the slower speeds take longer and produce larger files is reporting the software working correctly. The bug is in the mental model, and the mental model came from the label.
There is a second, nastier version of this. HandBrake’s quality documentation notes that for x264, x265 and SVT-AV1 a lower RF number means higher quality, and then: “This is reversed for other encoders, such as Apple VideoToolbox, where a higher number produces higher quality.” Pick the hardware encoder on a Mac and the number you learned to trust now means the opposite. HandBrake handles this honestly by making the slider always increase quality rightward, but the number printed beside it still flips.
And a third: an already-compressed H.264 file re-encoded at RF 18 gets bigger, because RF 18 asks for more fidelity than the source contains. The encoder cannot invent detail, so it spends bits faithfully reproducing the old compression artifacts. That is the most common cause of “why is my HandBrake output larger than the original”, and it has nothing to do with presets.
What should you actually change in HandBrake?
Two things, in this order. Change RF. Then, if you have time to spare, change the preset. Leave everything else alone.
RF is the size dial. It is the only control that reliably moves file size in a predictable direction: lower number, higher quality, bigger file. HandBrake publishes recommended ranges for x264 and x265, and they are good starting points rather than folklore.
| Source resolution | RF for x264 / x265 | RF for SVT-AV1 |
|---|---|---|
| 480p / 576p | 18–22 | 22–32 |
| 720p | 19–23 | 25–35 |
| 1080p | 20–24 | 25–35 |
| 2160p (4K) | 22–28 | 25–40 |
Ranges published by the HandBrake project in Adjusting quality, read 26 September 2026. They are not comparable across encoders: RF 22 on x265 and RF 22 on SVT-AV1 are different requests.
Higher resolutions tolerate higher RF numbers, which feels backwards until you think about it. There is more information in a 4K frame, so a given amount of loss is a smaller fraction of the whole and harder to see.
The preset is the time dial. HandBrake’s advice is to “choose the slowest encoder preset that encodes comfortably fast on your computer, and accept subtle quality and file size variations.” That is the right instruction and it contains the honest admission: the variations go both ways. If a slower preset gives you a bigger file at the same RF, you got better quality for those bytes. If you wanted a smaller file, raise RF by two and leave the preset alone.
The tunes, profiles, levels and advanced options string exist for people solving a specific compatibility problem. Without one, changing them makes your file worse and your encode longer.
Why does HandBrake feel so complicated?
Because a transcoder’s job is producing a file that works on a named target, and that target might be a 2013 Roku, a PlayStation, a web page or a broadcast deliverable. HandBrake ships presets for all of them.
We counted. The official presets page lists 88 current presets in six categories: 24 General, 8 Web, 25 Devices, 16 Matroska, 11 Hardware and 4 Production. A further 31 sit in the deprecated and legacy tables, including an iPod entry and a Windows Phone 8 entry. None of that is bloat from the project’s point of view. Someone is still encoding for a Roku 480p.
The cost lands on the person who has no device in mind. They opened the app because a 1.2 GB screen recording will not go through email, and the first thing asked of them is a preset category. The macOS window then offers Summary, Dimensions, Filters, Video, Audio, Subtitles and Chapters, and the answer lives on the fourth tab.
There is a hardware cost too. HandBrake’s published system requirements list a minimum of 16 GB of system memory for standard and high definition work, and 32 GB for 4K. Apple Silicon support starts at M1. macOS 14, 15 and 26 are listed as Supported; macOS 13 Ventura is marked Deprecated. HandBrake has been a Universal Binary since version 1.4.0, so it runs native on Apple Silicon.
One more honest note in HandBrake’s favor, because it undercuts a lazy criticism: it does have Apple Silicon hardware encoding. The VideoToolbox documentation describes H.264, H.265 and H.265 10-bit encoders, hardware decoding on macOS 13 and later, and two ready-made presets under a Hardware category. You just have to know to go find them, and to know that picking them reverses the meaning of the quality number.
What does a one-drop video compressor do differently?
It decides for you, and it is willing to be wrong for the two percent of cases where the decision matters.
Smol’s shipped video defaults are four values: container mp4, codec h265, quality high, resolution original. Drop a file on the icon and that is what happens. There is no preset browser because there are no presets to browse, and there is no device list because the answer for almost everyone is H.265 in an MP4 at the original resolution.
We are not hiding the controls. Smol exposes CRF 0 to 63 and nine encoder presets, named exactly as the encoder names them: ultrafast, superfast, veryfast, faster, fast, medium, slow, slower, veryslow. Same two dials, same trade-off, same counterintuitive behavior if you go looking for it. They are defaulted rather than demanded.
The other difference is scope. HandBrake’s documentation is blunt about what it is: “HandBrake is a post-production tool” whose purpose is converting video to MP4, MKV or WebM. It will not touch the 40 photos, the client PDF and the voiceover WAV in the same delivery folder. Smol takes all of them in one drop, and writes MOV as well, which HandBrake does not.
For anything repeatable, neither GUI is the right interface. Smol ships an MCP server, so Claude Code, Codex or Google Antigravity can call compression, conversion and metadata stripping as ordinary steps inside a task: get every asset in this directory under a size budget, then carry on with the build. HandBrake answers the same need with HandBrakeCLI and a shell script, which is free and has the advantage of running anywhere. Pick whichever matches the thing driving the work.
Which HandBrake alternative should you pick?
Four honest options, including staying where you are, which is the right answer more often than a page like this usually admits.
| Tool | Price | Pick it when |
|---|---|---|
| HandBrake | Free, GPLv2 | Discs, filters, subtitles, chapters, audio tracks, or a scripted farm |
| QuickTime Player | Free, preinstalled | One file, and 4K / 1080p / 720p / 480p is a precise enough answer |
ffmpeg | Free | You already know the flags and want no interface between you and libx265 |
| Smol | $29 one-time | Mixed folders, one-drop defaults, or video alongside images and PDFs |
QuickTime Player deserves more credit than it gets for this. File, Export As, and you get 4K, 1080p, 720p, 480p or Audio Only, with a Format menu on the top two offering “Smaller File Size” (HEVC) or “Greater Compatibility” (H.264), per Apple’s own documentation. No bitrate control, no quality slider, one file at a time. For a screen recording that needs to be 1080p instead of 4K, that is all you needed and it is already installed.
The other comparisons here are written the same way. Squoosh alternatives covers the same encoder-settings problem on the image side. Topaz Gigapixel alternatives handles the upscaling half of the toolbox, including the free option we think most people should take. Smol vs TinyPNG is the local-versus-cloud argument, and what PDF compression presets actually do applies the same “the label is lying to you” investigation to documents.
If the simple one is what you want, Smol is a one-time $29 purchase for one Mac, with no subscription and no per-file limits. If it is not, install HandBrake. It is free, it is better at transcoding, and it will still be here in a decade.
Frequently asked questions
Is HandBrake still maintained in 2026?
Yes, actively. The most recent commit on the master branch of HandBrake/HandBrake is e40ccade, dated 25 September 2026, adding a contextual menu item to the macOS queue. Version 1.11.2 was released on 7 June 2026, following 1.11.1 in March 2026. The repository has over 24,500 stars. Any article claiming HandBrake is abandoned is wrong.
Why do slower HandBrake presets make bigger files?
Because the encoder preset controls how hard the encoder works at a quality target, not the file size. HandBrake documents the behavior: x264 slower presets generally create smaller files, while x265 slower presets "actually increase file sizes while attempting to better preserve quality." At the same RF, a slower x265 preset keeps detail a faster one discarded, and keeping detail costs bits.
Why is my HandBrake output bigger than the original video?
Almost always because the RF value asks for more fidelity than the source contains. Re-encoding an already-compressed H.264 file at RF 18 makes the encoder faithfully reproduce the existing compression artifacts, which costs more bits than the original used. Raise RF toward the range HandBrake recommends for your resolution: 20 to 24 for 1080p, 22 to 28 for 4K.
What RF value should I use in HandBrake?
HandBrake publishes ranges for x264 and x265: RF 18 to 22 for 480p and 576p, 19 to 23 for 720p, 20 to 24 for 1080p, and 22 to 28 for 2160p 4K. SVT-AV1 uses a different scale, roughly 25 to 35 for 720p and 1080p. Lower means higher quality and a larger file. The values are not comparable between encoders.
Does HandBrake use Apple Silicon hardware encoding?
Yes. HandBrake exposes Apple VideoToolbox encoders for H.264, H.265 and H.265 10-bit, plus hardware decoding on macOS 13 and later, and ships two Hardware category presets. One catch worth knowing: with VideoToolbox the quality number runs the opposite way to x264 and x265, where a higher number means higher quality.
Is there a simpler HandBrake alternative for Mac?
For one file, QuickTime Player Export As offers 4K, 1080p, 720p, 480p or Audio Only with no other settings, and it is already installed. For folders, or for video mixed with images, PDFs and audio, Smol is a $29 one-time app that defaults to MP4 and H.265 at the original resolution, while still exposing CRF 0 to 63 and nine encoder presets.
Keep reading