Convert MP4 to MOV

Converting MP4 to MOV puts a video into the container Apple’s editing tools were built around, with the quality and resolution under your control. It runs on your own machine, so a large file is never uploaded — but read the first section before converting, because you may not need to.

  • Where it runs In your browser. The file is never uploaded.
  • Lossy Some detail is traded for size. MOV cannot hold everything an MP4 can.
  • File size limit Up to 100 MB per file, free, without an account.
  • Worth knowing Video is re-encoded rather than copied, so some detail is lost even at the highest setting. Subtitle tracks and chapters are not carried over. Where the soundtrack is a format the browser cannot decode — AC-3, E-AC-3, DTS and TrueHD, common on disc and streaming rips — the picture converts and the result is silent.

Up to 100 files at once. Mixed formats are fine.

Check whether you need this at all

MP4 was standardised in 2001 directly from Apple’s QuickTime file format, and the two share most of their structure. Final Cut Pro, iMovie, QuickTime Player, Photos and Motion all read MP4 without complaint, and have for years.

So the first useful thing this page can do is ask what actually went wrong. If an application refused the file, the problem is frequently the codec rather than the container — HEVC in an older application, or an unusual audio format — and changing the wrapper will not fix it. If a workflow document specifies MOV because it was written in 2011, it is worth asking whether anyone has tested MP4 since.

When MOV genuinely is the answer

Older applications and plug-ins that predate broad MP4 support and check the extension rather than the contents. Workflows built around ProRes, where every asset in a project is expected to be a MOV. Anything needing an alpha channel, which MOV carries and MP4 in practice does not. And multi-camera work using timecode tracks, which live in MOV.

Those are real, and they are a smaller set than the volume of people converting suggests. If none applies, the MP4 will work and this conversion is a step nobody needs — which matters here more than usual, for the reason in the next section.

This conversion re-encodes, so it is not free

The two containers are close enough that a tool could in principle lift the streams out of one and drop them into the other untouched. That is not what happens here: the video is decoded and encoded again, which means some detail is given up even at the highest quality setting.

It is stated plainly rather than buried because it changes the advice. A conversion that costs nothing can be done casually; one that costs a generation of quality should be done when it is needed. Convert once, from the best copy you have, and keep the original — not from a file that has already been through a conversion or two.

Quality and resolution are yours to set

Since the video is being encoded anyway, the settings are worth using rather than accepting. The balanced setting is right for footage that will be watched; the highest is worth the size for anything going into an edit, where the file will be cut, graded and encoded again afterwards.

Resolution is the other control, and it only ever goes down. Keeping the original size is the default and the right choice for editing. Reducing it is useful when the destination is smaller than the source — a 4K recording bound for a 1080p timeline — because doing it once here is better than asking the editor to scale every frame.

Converting will not produce ProRes

This is the misunderstanding worth heading off. ProRes is an editing codec — very large, very fast to scrub, designed to be decoded a frame at a time — and it is what people usually mean when they say a project needs MOV files.

Changing the container does not change the codec, and encoding a compressed source into ProRes gains nothing: the file becomes many times larger while containing exactly the detail the MP4 already had. If a project genuinely needs ProRes, it needs it from the camera or the master, not from a delivery file.

What the MOV does not inherit

Subtitle tracks and chapter markers are not carried over, and neither are most container-level extras — tags, and anything an application wrote into the file for its own purposes.

The video, the audio and the timing all do. For footage going into an edit that is everything that matters, but it is worth checking a file that came from a distributor or a delivery platform rather than a camera, since those are where embedded subtitles and chapters tend to live.

The iPhone case, in reverse

Most traffic between these two formats runs the other way: an iPhone records MOV, and people convert it to MP4 so the rest of the world will accept it. Converting *to* MOV usually means feeding a Mac editing workflow rather than solving a compatibility problem.

Worth knowing in that direction too: recent iPhones record HEVC by default, and HEVC in a MOV is refused by more software than H.264 in one. Setting the camera to "Most Compatible" records H.264 instead, which removes a class of problem at the source rather than after the fact.

Nothing is uploaded, which matters most for video

The conversion runs inside the browser tab on your own processor. A five-gigabyte file is read from disk rather than sent anywhere, so there is no upload to sit through before the work begins and no download afterwards.

On any hosted converter the transfer is the slow part — usually far slower than the conversion itself — which makes doing this in the browser a bigger practical difference for video than for images. There is also no queue, no account and no daily allowance.

How to convert an MP4 into a MOV

  1. Check first whether the application really needs MOV — most Apple software reads MP4.
  2. Drop the MP4 onto this page and raise the quality if the file is going into an edit.
  3. Download the MOV, and keep the original MP4 as the better copy.

MP4 and MOV: one container derived from the other

MP4 compared with MOV
MP4MOV
Full nameMPEG-4 VideoQuickTime Movie
File extension.mp4.mov, .qt
Media typevideo/mp4video/quicktime
CompressionLossy — file size is bought with qualityLossy — file size is bought with quality
First published20011991
Published byMPEGApple
SpecificationISO/IEC 14496-14QuickTime File Format
LicensingOpen standardPublished, not standardised
Standing todayCurrentCurrent
Opens in a browserEvery browserSome browsers
Considered insteadWebM, MKVMKV

What the target format adds

MOV is a working format and MP4 is a finished one. What comes back is editable text and objects rather than a picture of a page, which is usually the reason for the conversion and also where its limits are.

Opening the result

Only some browsers read MOV. It is the less portable of the two, so it is worth being sure the program at the other end accepts it before sending one.

MOV is a container rather than a single format. What actually plays is the codec inside it — usually H.264, HEVC and ProRes — which is why two files with the same extension can behave differently on the same device.

MP4 can be played while it is still arriving; MOV expects the whole file first. That is the difference between a video that starts on a web page and one that has to finish downloading.

Adobe Premiere Pro reads both MP4 and MOV, so there is a way to check the result against the original without a second tool.

What each format is for

The two are aimed at different work: MP4 at handing a finished file over, the web and phones, MOV at editing and broadcast. That is worth weighing before converting, because the reason one exists is usually the reason the other is awkward.

MP4 is MPEG's format, published in 2001. The specification is ISO/IEC 14496-14, and it is worth reading if the file has to outlive the tool that wrote it.

MOV comes from Apple and dates from 1991, specified as QuickTime File Format. Final Cut Pro, QuickTime Player and Adobe Premiere Pro all read it.

MP4 to MOV: quality, ProRes and Apple software

Are my MP4 files uploaded anywhere?

No. This conversion runs entirely inside your browser, so the file never leaves your device. You can confirm it yourself: open the network tab of your browser's developer tools and convert something. You will see the page load, plus the analytics and advertising the site is paid for with — and nothing carrying your file. The engine behind this particular pair is mediabunny, a wrapper around WebCodecs, which borrows your device's own hardware decoders; your browser fetches it once and caches it.

Do I actually need to convert?

Often not. Final Cut, iMovie, QuickTime and Photos all read MP4 directly and have for years. The cases that genuinely need MOV are older applications that check the extension, workflows built around ProRes, and anything requiring an alpha channel or timecode.

Does the conversion lose quality?

A little. The video is decoded and encoded again rather than being copied across, so some detail is given up even at the highest setting. That is why it is worth checking whether the application will simply accept the MP4 before converting anything.

Is there a quality difference between the formats themselves?

None. Both containers hold the same kinds of video and audio, and a MOV carrying the same H.264 stream as an MP4 looks identical. Any difference you see comes from the re-encode, not from the wrapper.

Will this give me a ProRes file?

No. The video stays an ordinary compressed stream. ProRes is an editing codec that has to be encoded deliberately, and producing it from an already compressed MP4 would give you an enormous file containing exactly the detail the MP4 already had.

What happens to subtitles and chapters?

They are not carried over. If a file has embedded subtitle tracks or chapter markers that matter, extract them separately before converting, or keep the original alongside the MOV.

Is the video uploaded?

No. The conversion runs inside your own browser, so nothing is sent anywhere — which matters for video more than most things, since an upload of several gigabytes before any work can start is the slowest part of any hosted converter.

Not sure which you need?

This page converts one into the other. If you are choosing rather than converting, MP4 vs MOV answers which to use, for what, and what each is bad at.

More about these formats