Convert MKV to MOV

Converting MKV to MOV puts a recording into the container Mac editing software actually opens. The reason it matters more than a change of extension is what Matroska tends to be carrying: an OBS capture keeps game sound, microphone and voice chat on separate audio tracks, and this conversion brings all of them into the MOV rather than flattening them into one.

  • Where it runs In your browser. The file is never uploaded.
  • Lossy Some detail is traded for size. MOV cannot hold everything an MKV 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.

Why the recording you were handed is an MKV at all

OBS Studio records to Matroska by default, and it is a considered choice rather than an accident. Matroska writes its structure continuously, so a capture that ends in a crash, a power cut or a frozen game is still playable up to the second it stopped. The same session recorded straight to MP4 would frequently be unrecoverable, which is the failure the default exists to prevent.

Stream archives, conference captures and anything produced by a recorder that expects to be interrupted arrive the same way, for the same reason. The cost is paid later, by whoever has to edit it: the container that survives everything is the container almost no editing application will import.

The separate audio tracks are the reason to convert the video

OBS can route game audio, a microphone, a browser source and a voice chat to different tracks in one recording, so that the edit can duck one under another rather than being handed a single mixed-down file. That structure is the most valuable thing in the MKV and it is the thing most converters destroy.

Here it survives. Every audio track the browser can decode is written into the MOV in the order the MKV held them, because the QuickTime container places no practical limit on how many it can carry. On a Final Cut or Premiere timeline they land as separate channels. This is the sharp difference between converting the video and extracting the audio: an MP3, a WAV or a FLAC out of the same MKV would keep exactly one of those tracks and silently discard the rest.

What the MOV holds: H.264 High profile, not ProRes

The video track is written as H.264 at High profile, with AAC audio. The level is not fixed: it is looked up from the frame size, so a 1080p recording comes out at level 4.0 and a 4K one at level 5.1. That is the pairing the browser’s own hardware encoder produces, and it is what every editor on a Mac imports without a transcode step. It is not ProRes, DNxHD or any other intermediate codec, because a browser has no encoder for those.

The practical difference is felt on the timeline rather than in the picture. A long-GOP delivery codec makes the machine work harder on every scrub and every frame-accurate trim, where an intermediate codec is designed to be cheap to decode at any point. For interview takes, screen segments and B-roll it is entirely workable. For a multi-camera edit of a two-hour stream, transcode the MOV to ProRes in Final Cut once and edit from that.

The soundtrack that arrives silent, and what causes it

Before any track is converted, the browser is asked whether it can decode it. If the answer is no, the track is dropped and the picture continues without it, so the conversion succeeds and produces a MOV that plays with no sound at all. Nothing announces it at the moment it happens.

This never bites an OBS recording, which uses AAC. It bites the other kind of Matroska file — one taken off a disc, where the soundtrack is AC-3, E-AC-3, DTS or Dolby TrueHD. Those are cinema codecs with their own licensing and browsers ship no decoders for them. If the MKV you were sent came from a disc rather than a capture card, check the audio in the MOV before you build anything on it.

Subtitle tracks and chapter marks do not reach the MOV

This conversion reads video tracks and audio tracks and nothing else. A subtitle track in the MKV is not declined, it is never seen — which means a file with burned-in captions and a file with switchable ones look identical to the converter and come out very differently. Chapter marks disappear the same way.

On an editing job that is usually the right outcome, because captions belong in the edit rather than in the source. Where it matters, MKVToolNix extracts every subtitle track out of an MKV in seconds without touching a frame, and an SRT is something Premiere and Resolve both import as a caption track directly.

Quality and resolution before an MKV goes onto a timeline

Raise the quality band. The default is balanced, which is tuned for watching, and this is footage that will be re-encoded at least once more when the edit is exported. Every generation of compression is paid for by the one after it, and the high band is the cheapest insurance available on the page.

Leave the resolution alone unless there is a reason not to. Asking for more than the source has is ignored by design, so the control only ever reduces. Reducing on the way into an edit is a decision you cannot take back later, and unlike the quality band it saves nothing you will miss — the encoder does most of its work per pixel regardless.

Why editors get an MKV refused where a player accepts it

VLC and media servers play Matroska without complaint, which is how these files circulate freely and why the refusal is always a surprise. Editing software is a different proposition: it needs to seek to an arbitrary frame, read the file backwards, and rely on a stable index, and the vendors have simply never shipped Matroska support for that.

Final Cut Pro will not import an MKV at all. Premiere Pro’s support has come and gone across versions and cannot be relied on for a delivery deadline. Resolve is the most tolerant of the three and still refuses particular codec combinations inside the container. Converting once, up front, is shorter than discovering the limit at the point where a render fails.

Where this MKV to MOV conversion runs, and its ceiling

It runs in the browser tab, on your own processor, using the codecs the machine already has. Nothing carrying the recording is sent anywhere — which for footage that has not been released yet, or a client capture under an agreement, is the difference between a workable tool and one that cannot be used at all.

The free tier stops at 100 MB. A full stream archive is far past that, and the honest recommendation for a session-length file is a desktop encoder. What fits here is the practical middle: pulled takes, interview segments, a demo capture, the ten minutes of a stream that are actually going into the cut.

How to convert an MKV recording into a MOV

  1. Drop the MKV recording onto this page, or click to choose one.
  2. Raise the quality band, since the footage is going to be encoded again when the edit is exported.
  3. Convert, download the MOV, and check that every audio track you expected is on the timeline.

MKV and MOV: the archive container against the edit container

MKV compared with MOV
MKVMOV
Full nameMatroska VideoQuickTime Movie
File extension.mkv.mov, .qt
Media typevideo/x-matroskavideo/quicktime
CompressionLossy — file size is bought with qualityLossy — file size is bought with quality
First published20021991
Published byApple
SpecificationMatroskaQuickTime File Format
LicensingOpen standardPublished, not standardised
Standing todayCurrentCurrent
Opens in a browserSome browsersSome browsers
Considered insteadMP4, WebMMP4

What the target format adds

MOV is a working format and MKV 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

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.

The usual programs do not overlap: MKV opens in VLC, MKVToolNix and HandBrake, MOV in Final Cut Pro, QuickTime Player and Adobe Premiere Pro — so whoever receives the result needs something from the second list.

What each format is for

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

MKV was published in 2002. The specification is Matroska, 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.

MKV to MOV: codecs, audio tracks and editing software

Are my MKV 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.

Will Final Cut Pro import the MOV this produces?

Yes. The MOV holds H.264 at High profile with AAC audio, which is the combination Final Cut, Premiere, Resolve and iMovie all read natively. It is a delivery codec rather than an editing one, so scrubbing is heavier than it would be with ProRes, but nothing has to be transcoded on import.

My OBS recording has three separate audio tracks. Do they survive?

They do. Every audio track the browser can decode is carried into the MOV in the order the MKV held them, because the QuickTime container has no practical limit on audio track count. Drop the MOV on a timeline and the tracks appear separately, which is the whole reason to convert the video rather than extracting audio.

Is this ProRes?

No, and it cannot be here. The MOV is written with H.264, because that is what the browser’s own encoder produces. ProRes is an editing codec that browsers do not encode. If your workflow needs ProRes, transcode from this MOV in Final Cut or Resolve, or use a desktop tool for the whole job.

Why does OBS record MKV instead of MOV in the first place?

Because an MKV survives a crash. Matroska writes its structure as it goes, so a recording that is cut off by a power failure or a frozen game is still playable up to the moment it stopped. An MP4 or MOV interrupted the same way is often unreadable. That safety is bought with a container almost no editor accepts, which is what brings people here.

Does the timecode or the recording date come across?

Title, artist, description, comment and date tags carried in the MKV are written into the MOV. Frame-accurate timecode tracks and chapter marks are not — this reads video tracks and audio tracks only. If your assistant editor needs timecode, that has to come from the recorder rather than from this conversion.

How large a recording can I put through this?

Up to 100 MB on the free tier, and it runs on your own machine rather than a server. A long stream capture is well past that; for those, converting in HandBrake or Shutter Encoder locally is the right shape of tool. Interview takes, short segments and B-roll clips fit comfortably.

More about these formats