MOV to MKV Converter

Learn how to convert Apple MOV files to MKV using free desktop tools, and inspect your video file metadata instantly in the browser.

Video File Inspector

Select any video file to read its metadata instantly — 100% client-side, nothing uploaded.

FFmpeg (Fastest — lossless rewrap)

Free, cross-platform, no re-encoding

FFmpeg rewraps the container without touching the video or audio streams, so conversion is near-instant and lossless. MKV accepts stream copy from MOV without any quality loss.

# Install on Mac via Homebrew
brew install ffmpeg

# Convert MOV to MKV (lossless, stream copy)
ffmpeg -i input.mov -c copy output.mkv

# Re-encode to H.264 + AAC if stream copy fails
ffmpeg -i input.mov -c:v libx264 -c:a aac output.mkv

Install on Windows via winget install ffmpeg or download from ffmpeg.org.

FFmpeg Command Generator

Build a custom command for your file

ffmpeg -i input.mov -c copy output.mkv

VLC Media Player (GUI — no command line)

Free, Windows / Mac / Linux

  1. Open VLC and go to Media → Convert / Save.
  2. Click Add and select your MOV file, then click Convert / Save.
  3. In the Profile drop-down, choose Video — H.264 + MP3 (MKV) or create a custom profile with the MKV container.
  4. Set the destination file with an .mkv extension and click Start.
  5. VLC re-encodes the video and writes the output MKV file.

HandBrake (GUI — advanced quality control)

Free, Windows / Mac / Linux

  1. Open HandBrake and drag your MOV file onto the window.
  2. In the Summary tab, set Format to MKV.
  3. Choose a preset (e.g., Fast 1080p30) or configure your own quality settings.
  4. Set the destination file path with an .mkv extension.
  5. Click Start Encode and wait for the conversion to complete.

HandBrake supports the MKV container natively and excels at quality re-encoding with fine-grained bitrate and resolution control.

Summary

Learn how to convert Apple MOV files to MKV using free desktop tools, and inspect your video file metadata instantly in the browser.

How it works

  1. Click "Choose Video File" and select any MOV or MKV file from your computer.
  2. The tool reads the file locally in your browser — nothing is uploaded.
  3. View detected metadata: file name, size, duration, resolution, and MIME type.
  4. To convert, follow one of the desktop guides below (FFmpeg, VLC, or HandBrake).
  5. After conversion, drop the new MKV file here to verify its metadata.

Use cases

  • Convert iPhone or screen recording MOV files to MKV for archiving or editing.
  • Preserve multiple audio tracks and subtitle streams in a single MKV container.
  • Rewrap Apple QuickTime MOV footage to MKV without re-encoding for lossless conversion.
  • Prepare MOV clips for media players like VLC, Kodi, or Plex that prefer MKV.
  • Quickly inspect video metadata before converting or sending a file.
  • Verify that a converted MKV file has the correct codec and resolution.
  • Convert MOV files recorded with professional cameras to MKV for long-term archiving.
  • Make MOV footage compatible with Linux and open-source video tools.

Frequently Asked Questions

Last updated: 2026-06-11 · Reviewed by Nham Vu