How to convert video on a Chromebook

Updated 2026 · AppsOverflow LLC

Convert video on a Chromebook with a converter that runs inside the browser tab. There is no .exe to install, no Linux container to switch on, no extension and no Play Store app — which is what matters on a school-managed device, where all three are usually blocked.

Chrome is also the strongest place a WebAssembly converter can run. MKV, the format Chromebooks most often refuse, normally becomes an MP4 by rewriting the container rather than re-encoding it, so it finishes in seconds and the picture is untouched.

Why most of the advice you found does not apply

Search for a video converter and page one assumes you are on Windows. The top answers are downloads: HandBrake, a shareware converter with a trial nag, or something that installs a codec pack. A Chromebook cannot run any of them. ChromeOS does not execute Windows binaries, and there is no ChromeOS build of most of these tools.

The suggestions that survive that filter each carry their own catch:

  • The Linux development environment (Crostini). Genuinely capable — you can install FFmpeg in it — but it is a container you have to enable, it takes several gigabytes of your storage, and on a school or work-managed Chromebook the administrator has almost certainly turned it off. It is also a command line, which is a lot to ask of someone who wants one file fixed.
  • Android apps from the Play Store. Fine on a personal Chromebook. On a managed one the Play Store is frequently disabled, and on older or ARM-based low-end models the Android container can be slow to start.
  • Online converters. They work, but every one of them uploads your file to a server first, because that is where the conversion happens. On a school connection the upload is often the slowest part of the job — and if the file is coursework, uploading it may be exactly what your IT policy forbids.

A converter compiled to WebAssembly sidesteps all three. The page downloads an encoder once, then works on the file straight from your Downloads folder. If HandBrake is what you were originally sent to fetch, our comparison of what a browser-based HandBrake alternative can and cannot match covers where the trade sits.

What ChromeOS can actually play, and where it stops

It is worth knowing why a file failed, because it changes what you should convert it to. ChromeOS has a built-in player in the Files app, and it is more capable than the tag in a web page — it opens MKV, for example, which Chrome will not play from a website. But the container is only half the question. What decides whether you see a picture is the codec inside.

What is inside the fileOn a ChromebookConvert to
H.264 video, AAC audioPlays. This is the safe combination.Nothing needed
VP8, VP9 or AV1 videoPlays — these are Chrome's own codecsNothing needed, unless you are moving the file to another device
H.265 / HEVC videoDepends on the machine. Chrome plays HEVC only where the device has a hardware decoder for it, so it works on some Chromebooks and fails on others.MP4, H.264
Xvid or DivX in an AVINo. MPEG-4 Part 2 is not among Chrome's decoders, so an old AVI typically will not open.MP4, H.264
WMVNo. Windows Media codecs are not present in ChromeOS.MP4, H.264
AC-3 or DTS audio in an MKVPicture plays, sound is silent. Chrome carries no AC-3 or DTS decoder.MP4 with the audio re-encoded to AAC

That last row catches a surprising number of people, and it is not a Chromebook fault so much as a licensing one — the same silent-video problem turns up on Windows and on TVs. If that is your symptom, the fuller explanation is in our guide on why a video plays with no sound.

Not sure what is inside your file? You do not have to guess. Drop it into the converter and it reads the container, video codec, resolution, frame rate, audio codec and track count before you convert anything — the same reading you would get from checking a video's codec online.

Converting a file, step by step

  1. Open the converter in a Chrome tab. Wait for it to finish loading the encoder — that is a one-off download for the session.
  2. Drag your video in from the Files app, or use the file picker. Nothing is sent anywhere; the tab reads the file locally.
  3. Read the summary it shows you. It names the codec it found and tells you, in words, whether the conversion will be a stream copy or a re-encode.
  4. Pick MP4 as the output unless you have a reason not to. Leave quality on Medium for a re-encode; it is ignored entirely for a copy.
  5. Convert, then save the result. It lands in Downloads like any other file.

Two Chromebook-specific notes: the tab has to stay open and the machine awake, because closing the lid mid-encode suspends the work, and a tab left in the background on a low-memory Chromebook will be throttled, so a long re-encode simply takes longer.

Which conversions are instant, and which will make a cheap Chromebook suffer

A stream copy is near-instant, whatever the hardware. When the codec inside your file is already legal in the container you want, the tool rewrites the wrapper and copies the video and audio through untouched. No decoding, no encoding, no quality loss — bit-for-bit the same picture. An MKV holding H.264 becomes an MP4 in seconds even on the cheapest Celeron Chromebook, and a two-hour file is barely slower than a two-minute one. That covers MOV to MP4, MP4 to MOV, most MKV to MP4 jobs, and camcorder TS, MTS and M2TS files.

A re-encode is slow, and slower here than on a desktop. The WebAssembly build is single-threaded, so it uses one core and cannot touch your Chromebook's hardware video encoder. Expect roughly real-time for 720p and worse than real-time for 1080p, several times worse again if you ask for H.265 or VP9. Re-encoding is unavoidable for WMV, for an AVI holding DivX 3, Cinepak or Indeo, and for anything going to WebM.

Two hard limits. Files over 2 GB are refused outright — a 32-bit WebAssembly heap cannot address them. Above roughly 300 MB the page warns you first, because converting wants around three times the file size in free memory, and a 4 GB Chromebook does not have much to spare. Subtitle tracks and any audio track after the first are dropped, and the tool tells you before it does it.

If keeping the original picture untouched is the actual goal rather than a nice-to-have, our guide to converting MKV to MP4 without losing quality explains how to tell in advance which path your file will take.

School and work-managed Chromebooks

Managed devices are the reason this page exists. On a school Chromebook an administrator can disable the Play Store, the Linux environment, developer mode and extension installs — and often does, all four. What remains available is the browser, which is the one surface a WebAssembly converter needs.

There is a second reason a browser tool fits a school context better than an online one. Student work, recordings of lessons, anything with a minor's face in it: uploading that to a third-party service is a data-handling decision, not a convenience decision. A file that is never uploaded cannot be retained, breached or scanned by anyone, so the question does not arise. We set out the reasoning in more detail in our look at what online converters do with your files.

Be aware of the one thing that can still stop you: some managed networks filter by domain category, and a converter site may be caught by a broad "file sharing" block. That is a network policy question for whoever runs the filter, not something a tool can work around, and you should not try to.

If you would rather have an app on the shelf

Chromebooks that support Play Store apps can install our Android video converter, which is free and unlimited on Android with no conversion cap. It converts between MP4, MOV, AVI, MKV and 3GP, keeps a history of what you have converted, and hands results to the system share sheet.

Two honest caveats. It always re-encodes — there is no stream-copy mode, so it cannot give you the instant, lossless container rewrite the browser tool does. And on a Chromebook it runs inside the Android container, so whether it reaches the device's hardware encoder varies by model. For a straight MKV or MOV to MP4 job, the tab is the better answer.

Quick answers to the questions that follow

Does it work offline?

Once you have run one conversion, yes — that first run is when the encoder downloads. After that you can drop the Wi-Fi and the conversion still completes, because there is no server involved at any point.

Can it pull the audio out as an MP3?

No. This converter outputs MP4, MOV, MKV, WebM, AVI and 3GP only — video files. There is no audio-only export, no GIF export and no trimming. If that is what you need, this is the wrong tool and it is better to say so.

I want the file for a TV, not the Chromebook

Then the target changes. A TV's tolerances are different from Chrome's, particularly around audio, and the safe recipe is set out in our guide to converting MKV to MP4 for a smart TV.

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.

Open the converter

Do it on your phone instead

Video Converter is free on iPhone and Android: pick a clip from your camera roll, choose the format, and the device’s own encoder does the work.