HandBrake alternatives that need no install
HandBrake has never shipped a browser build or a mobile build. Its official downloads page lists Windows 10 and later, macOS 10.13 and later, and a Linux Flatpak — nothing else. If you cannot install software, the closest equivalent is FFmpeg compiled to WebAssembly with a CRF quality control, running inside a browser tab.
That is what the converter on this site is, and it runs where HandBrake cannot go: a managed laptop, a Chromebook, a phone.
Why there is no HandBrake app or website
HandBrake is a native desktop program wrapped around a C encoding library. It expects direct disk access, all of your CPU cores, and often a GPU encoder. None of that is a good fit for a sandboxed mobile app, and a website version would mean running someone else's video through a server farm at somebody's expense.
The practical consequence is worth stating clearly, because a lot of search results blur it: anything on an app store called "HandBrake" is not the HandBrake project. Anything on a website called "HandBrake Online" is not either — it is usually an ordinary upload-and-convert service borrowing the name for traffic. The real project has exactly three official builds and no cloud presence.
The thing that actually replaced HandBrake in a browser. Browsers can now run compiled C code through WebAssembly. FFmpeg — the same encoder family HandBrake is built on — compiles to it. So the encoder downloads into the tab once and then works on the file straight off your disk. Nothing is uploaded. The first conversion fetches the engine once; after that you can disconnect the network entirely and conversions still finish.
Which HandBrake settings carry over
If you know HandBrake, you already know most of the controls. The names differ; the underlying knobs are the same ones.
| HandBrake control | Equivalent in the browser tool | Notes |
|---|---|---|
| RF slider (x264) | Quality: Low / Medium / High | CRF 28, 23 and 20 with x264's veryfast preset. HandBrake's own fast presets sit in the same neighbourhood, around RF 22. |
| Average bitrate | Advanced: match the app bitrate | Switches from constant quality to a fixed 1, 2.5 or 5 Mb/s — the same three values the phone app uses. |
| Video encoder | H.264, H.265 or VP9 | Which ones are offered depends on the container you picked. |
| Dimensions | Resolution: original, 1080p, 720p, 480p, 360p | It will never upscale. There is no manual crop or anamorphic control. |
| Framerate + Constant Framerate | Frame rate: original, 30, 24 or 15 | Choosing a fixed rate is the equivalent of HandBrake's constant setting, and it fixes the sync drift covered in our guide to variable versus constant frame rate. |
| Audio: passthrough or encode | Audio: keep, re-encode or remove | "Keep" is a passthrough. "Remove" strips the track entirely. |
| Container: MP4, MKV, WebM | MP4, MOV, MKV, WebM, AVI, 3GP | MOV and AVI output are the two HandBrake does not offer at all. |
The one job the browser tool does better
HandBrake always re-encodes the video. It has no passthrough mode for a video stream — every job runs the picture through an encoder, which costs time and costs a little quality even at a high RF.
A lot of the conversions people reach for HandBrake to do are not really conversions. Take MOV to MP4. A MOV from an iPhone usually holds H.264 video and AAC audio, and both are already legal inside an MP4 — MOV and MP4 are both ISO base-media containers with different labels on the outside. The correct operation is to copy the streams into a new wrapper, not to encode them again.
The browser tool does that copy when the codecs allow it, and tells you in words which of the two it is about to do before you press Convert. A one-hour file finishes in seconds and the picture comes out bit-for-bit identical. The same is true of TS and MTS files off a camcorder, and usually of MKV to MP4 — which is why converting MKV to MP4 without losing quality is a real outcome rather than a marketing line. Sent through HandBrake, every one of those becomes a full re-encode.
Some conversions genuinely need the encoder: WebM to MP4, an AVI holding DivX 3, Cinepak or Indeo, WMV from anything, and any output to WebM, AVI or 3GP. Those are slow in a tab, and the tool says so before it starts. If you are unsure what is inside your file, check the codec first — that single fact decides whether you are in for two seconds or twenty minutes.
Where HandBrake still wins outright
A browser tab is a bounded place to run an encoder, and pretending otherwise would waste your evening. Install HandBrake if you can, and use it when any of the following applies.
- Large files. The tool refuses anything over 2 GB, because a 32-bit WebAssembly heap cannot address more than that. Over roughly 300 MB it warns you, since a conversion wants about three times the file size in free memory. A Blu-ray rip is not a browser job.
- Speed on long footage. The WebAssembly build is single-threaded and has no access to your GPU. Expect roughly real-time for a 720p re-encode, slower than real-time at 1080p, and several times worse again for H.265 or VP9. HandBrake uses every core and, with QuickSync, NVENC or VideoToolbox, the hardware encoder as well.
- Queues. HandBrake converts a folder overnight. The browser tool takes one file at a time.
- Filters and extras. Deinterlacing, denoise, detelecine, cropping, chapter markers, subtitle burn-in and multiple audio tracks are all HandBrake features with no equivalent here. Our tool keeps only the first video and first audio stream and discards subtitle and extra audio tracks, and it tells you when it is about to.
- Discs. HandBrake opens a VIDEO_TS folder or a disc image directly. The browser tool takes a single file you can point at.
Neither tool can open a DRM-protected file — a purchased film, a stream capture with encryption intact. That is not a limitation of one converter over another. Nothing opens those without breaking the protection, which is a separate question with a legal answer attached.
Locked-down laptops and Chromebooks
This is the case the listicles keep missing. If you are searching for a HandBrake alternative that needs no install, the reason is usually that you cannot install anything at all.
On a company laptop with software restrictions, a browser tab is the one place code is still allowed to run. Because the encoder is served from this domain and executes locally, IT policy sees a web page, not an installer — and no video file leaves the machine, which is often the actual reason the policy exists. That argument is the same one behind picking a local tool over an upload service: a file that is never uploaded cannot be retained, breached or scanned.
On ChromeOS the situation is more particular. Some Chromebooks can run the HandBrake Flatpak inside the Linux development environment, but many school and work devices have that environment switched off by policy, and low-storage models struggle with it even when it is available. The browser is always there. We go through the options for that machine specifically in the Chromebook video converter guide.
"HandBrake for iPhone" and "HandBrake for Android"
There is no such thing, and there never has been. What people usually want behind that search is a phone-sized way to turn a MOV into an MP4, or to shrink a clip that will not send.
Our own answer is a small free app: Video Converter for iPhone and for Android. It converts between MP4, MOV, AVI, MKV and 3GP at Low, Medium or High quality, imports from the camera roll or Files, and keeps a history of what you have converted. It leans on the device's hardware encoder — VideoToolbox on iOS, MediaCodec on Android — which is why it handles 4K and long clips far faster than any browser tab, and it has no file-size ceiling.
Two honest caveats. It always re-encodes, so it cannot do the instant lossless copy the browser tool does; and on iPhone the first conversion is free while further ones need the paid upgrade, whereas the Android version is free and unlimited. If you only have one file to fix and you are already on the phone, the iPhone MOV-to-MP4 walkthrough covers the built-in routes as well.
Picking between them in one line each
| Your situation | Use |
|---|---|
| Container swap — MOV, MKV, TS or MTS to MP4 | The browser tool. It copies rather than re-encodes: seconds, and lossless. |
| You cannot install software | The browser tool. It is the only option that does not need admin rights. |
| A 6 GB rip, a queue of episodes, or subtitles to burn in | HandBrake, on a desktop. |
| A long 4K clip and no desktop nearby | The phone app, for the hardware encoder. |
| Confidential footage of any kind | Anything local. The browser tool or HandBrake — not an upload service. |
Convert it right now
The converter on this site is free and unlimited, and your file is never uploaded - it is read from your disk into this tab and converted there.