Initializing... drag & drop files here
Supports: MP4, M4V
You are moving an MP4 into the Matroska (MKV) container, usually to bundle multiple audio languages and toggleable subtitles into one file, to use a codec MP4 does not officially carry, or to build a Plex or Kodi library on an open, future-proof format. One thing to know up front: this converter re-encodes the video rather than stream-copying it, so your MKV is a fresh H.264 encode at a high-quality preset — not a bit-for-bit copy of the original MP4 stream. If you already know you want MKV, jump to the steps; if you are still deciding, the comparison below settles it.
| Property | MP4 | MKV (Matroska) |
|---|---|---|
| Standard | ISO/IEC 14496-14 (2003) | Open standard, IETF RFC 9559 (2024) |
| Type | Container | Container |
| Common video codecs | H.264, H.265, AV1 | H.264, H.265, AV1, VP9, and more |
| Common audio codecs | AAC, AC3, MP3 | AAC, AC3, DTS, FLAC, Opus, and more |
| Multiple audio tracks | Supported but uncommon | Core strength — many tracks, toggleable |
| Soft (toggleable) subtitles | Limited; often burned in | SRT, ASS, and PGS, switchable in the player |
| Chapters and menus | Basic | Full chapter support |
| Native browser playback | Yes, all modern browsers | No — needs VLC, Kodi, or Plex |
| Device reach | Near-universal: phones, smart TVs, consoles, car systems | PCs and media players; patchy on mobile and TVs |
| Best for | Streaming, sharing, mobile playback | Multi-track media libraries and archival |
.mp4 and .m4v are accepted, and you can queue several files to convert as a batch. Files upload over an encrypted connection, are processed on our servers, and are deleted automatically after a few hours — no sign-up, never shared or made public. On a multi-gigabyte movie the wait is upload time, not your device..mkv when it finishes. No sign-up, no watermark, no quality cap on the free conversion.Because the conversion re-encodes rather than copies, the codecs you pick decide both quality and file size. Use this as a quick guide inside the Video Codec and Audio Codec dropdowns.
| Your goal | Video Codec | Audio Codec |
|---|---|---|
| Maximum compatibility / direct play | H.264 (default) | AAC (default) |
| Smallest file at the same quality | H.265 (HEVC) | AAC or Opus |
| Home-theater surround passthrough | H.264 or H.265 | AC3 or EAC3 |
| Lossless audio track | H.264 or H.265 | FLAC |
| Fully open, royalty-free stack | AV1 or VP9 | Opus |
This converter re-encodes the video, so it is not a bit-for-bit copy of your source. In our testing, the default "Very High" preset re-encodes with H.264 at a visually lossless CRF tier: the picture is hard to tell apart from the source at normal viewing distance, but because it is a fresh encode rather than a stream copy, expect the output size and bytes to differ somewhat from the original rather than match it exactly. Keep the preset high and use the same video codec as your source to keep loss negligible.
Matroska can hold many video, audio, and subtitle streams in one file, supports toggleable soft subtitles (SRT, ASS, PGS), carries chapters, and accepts codecs MP4 does not officially support, such as FLAC lossless audio. That flexibility is why it is popular for multi-language movie libraries. MP4's counter-advantage is near-universal device and browser support.
Plex is largely container-agnostic — what decides direct play versus a transcode is the codecs inside, not the .mkv wrapper. MP4 with H.264 and AAC direct-plays on the widest set of clients, including iPhones and consoles that may reject MKV. MKV wins when you specifically need bundled multi-audio or subtitle tracks and your playback devices handle the container.
Not directly. Per MDN's media container documentation, browsers natively play MP4, WebM, and Ogg in the video element, and WebM is a web-optimized subset of Matroska — full MKV is not on that list. Open the file in VLC, Kodi, or Plex, or convert it back with our MKV to MP4 converter if you need in-browser playback.
MKV can carry AC3, EAC3, and DTS, but remember the audio is re-encoded to whatever you set in the Audio Codec dropdown — the default is AAC. To keep a surround track, select AC3 or EAC3 explicitly. Whether it plays back as surround then depends on the destination: AC3 and EAC3 pass through most AV receivers, while DTS and TrueHD are decoded less reliably by smart TVs and mobile apps.
Not because of the container — Matroska's own overhead is negligible. Output size is driven by the codec and preset you choose during the re-encode. Keep the video codec the same as your source at the "Very High" preset and the result lands close to the original; switch to a lossless or higher-bitrate codec and it will grow. If your MKV is too large to share, shrink it with our MKV compressor.
The converter writes the streams it reads from your source file, so audio and embedded (soft) subtitle tracks already inside the MP4 are carried into the MKV. A subtitle that lives only in a separate sidecar .srt next to the video is not pulled in automatically — mux it in your media tool or keep the sidecar file alongside the MKV.
Yes. Matroska has been developed as an open, royalty-free standard by the Matroska project since 2002, and the container was formally standardized by the IETF as RFC 9559 in 2024. That open, actively maintained status is a large part of why archivists and media-server users favor it over proprietary containers.