HEVC to MKV Converter

Convert HEVC files to MKV format online. Free, fast, no watermarks.

Initializing... drag & drop files here

Supports: HEVC, MOV, MP4, M4V, MKV

OptionsAdvanced Options - Our defaults are optimized for the best results. We recommend you keeping the defaults unless you have a specific need.
Show All Options
File Compression
Preset
Video resolution
Trim

Convert HEVC to MKV: What This Tutorial Covers

A .hevc file is a raw H.265 elementary stream — just the compressed video bitstream with no container, no timing index, and no audio track. This guide turns that bare stream into a playable, seekable MKV (Matroska) file you can scrub through in VLC or MPV, and explains the one setting that decides which codec the video is re-encoded to — the efficient H.265 for the smallest files, or H.264 for the widest player support.

Why a Raw .hevc Stream Needs a Container

When an encoder (x265, an FFmpeg test build, a hardware capture chip) writes a raw .hevc file, it emits only the coded picture data. There is no index telling a player where each frame starts, no duration, and — because HEVC is a video-only codec — no audio. Most players (Windows Media Player, QuickTime, browsers) refuse to open it, and even players that do try usually can't seek, because there is nothing to seek against. Wrapping the stream in MKV adds the frame index, timestamps, and metadata a player needs, which is why the same video that wouldn't scrub before plays and seeks cleanly afterward.

MKV (Matroska) is a good target here because it natively supports HEVC — the Matroska spec stores H.265 under the codec ID V_MPEGH/ISO/HEVC — so you can keep the video in the efficient H.265 codec inside a widely-tooled container, or re-encode it to the more universally playable H.264. Either choice is a re-encode on this page; the container just decides which codecs you can land on. 1

How to Convert HEVC to MKV

  1. Upload Your HEVC File: Drag and drop your .hevc file onto the page or click "+ Add Files". You can queue several raw streams and convert them in one batch with the same settings.
  2. Pick a Video Codec: Open Advanced Options and choose under Video Codec. MKV output defaults to H.264 for the widest player support; pick H.265 instead to re-encode into the far more efficient H.265 codec for smaller files at similar quality.
  3. Set the Quality Preset (optional): Under Quality Preset and Preset (default "Very High (Recommended)") you can trade file size against detail, or use Constant Quality / Specific file size if you have a target in mind.
  4. Convert and Download: Click Convert and download your MKV. No sign-up, no watermark.

Walk-through: H.265 for Size or H.264 for Compatibility?

The Video Codec dropdown is the choice that matters most on this page. Either way the video is re-encoded — this converter has no lossless stream-copy option — so the real decision is which codec you land on:

  • Re-encode to H.265 (select H.265): the video is re-encoded with the H.265 encoder and stored in Matroska. You stay in the high-efficiency H.265 family, so files are the smallest at a given quality — the right pick for archiving or for playback in VLC, MPV, and Kodi, which handle H.265-in-MKV well.
  • Re-encode to H.264 (the MKV default): the video is decoded and encoded again as H.264. You lose a little efficiency and it takes longer, but H.264-in-MKV plays on far more hardware than H.265 does. Choose this when an older TV, console, or NAS player chokes on H.265.
  • Other codecs (AV1, VP9, MPEG-4, etc.): the same dropdown lists these if you specifically need a different codec; each is a full re-encode too.

Because HEVC carries no audio, the MKV you get is silent regardless of codec — the converter has no sound to put in the file. That is expected for a .hevc source, not a bug. If you have a matching audio file, mux it in afterward with a separate tool.

MKV vs MP4 as an HEVC Destination

Both MKV and MP4 carry H.265 natively, so neither forces a codec change the way AVI does — video quality comes from the codec and bitrate, not the container. The difference is flexibility versus reach.

Property MKV (Matroska) MP4 (ISO BMFF)
Released / standard 2002, open Matroska spec 2001, ISO/IEC 14496-14
Carries H.265 natively Yes (codec ID V_MPEGH/ISO/HEVC) Yes (hvc1 / hev1)
Multiple audio tracks & subtitles Yes — best in class (ASS/SSA, many tracks) Yes, but more constrained
Recognized by phones, browsers, TVs Fewer devices open it directly Broadest device support
Progressive / streaming playback Not built for web faststart Supports faststart for web/streaming
Best for Archiving, VLC/MPV/Kodi, multi-track files Phones, browsers, sharing, editing

If you want the most widely playable result, convert HEVC to MP4 instead; choose MKV when flexibility and tooling matter more than reach.

Is Your File a Bare Stream or a Container?

This tool expects a bare .hevc elementary stream — raw H.265 frames with no wrapper. Most recordings people call "HEVC" are actually H.265 video already inside a .mov or .mp4 container (an iPhone clip is a .mov). If the uploader rejects your file, it is almost certainly a container, not a bare stream — and converting the container directly also carries its audio into the MKV, which a bare stream cannot.

Your file What it actually is Right tool
A bare .hevc / .h265 / .265 Raw H.265 video elementary stream (picture only, silent) This page — HEVC to MKV
An iPhone recording (.mov) HEVC video + AAC audio in a MOV container MOV to MKV
A phone, camera, or download .mp4 HEVC (or H.264) video in an MP4 container MP4 to MKV
You want the most compatible video — (MKV is not the widest-support option) HEVC to MP4

Common Errors and How to Fix Them

  • "The MKV has no sound" — Correct and unavoidable from a raw .hevc source: the stream is video-only, so there is no audio to carry. Add an audio track separately if you have one.
  • "It still won't play on my TV / console" — Many older devices decode H.264 but not H.265. Re-run the conversion with the Video Codec set to H.264, or use the HEVC to MP4 converter for the most compatible container-plus-codec pairing.
  • "VLC opens it but the picture is black or stutters" — Update to VLC 3.0 or later, which added hardware-accelerated HEVC decoding; very old VLC builds decode H.265 poorly or not at all. 2
  • "Upload is slow or times out" — Raw HEVC streams for long or high-resolution clips can be large; the practical limit here is upload time, so trim the clip first or convert on a faster connection.
  • "Conversion failed / file rejected" — A truncated or partially-written .hevc capture may lack a valid stream header; re-export the file from the encoder before retrying.

When This Doesn't Work

This tool expects a genuine raw H.265 elementary stream. If your file is actually an MP4 or MOV that was renamed to .hevc, it already has a container and you want a remux of that file instead. DRM-protected or encrypted streams cannot be converted by any tool until the protection is removed at the source. And if the stream itself is corrupt — a dropped capture, an interrupted encode — no container can repair the missing frames; you will need to re-create the .hevc file from the original source.

Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after conversion — no sign-up, no watermark, never shared or made public.

Frequently Asked Questions

Does converting HEVC to MKV re-encode the video?

Yes. Whichever codec you choose, this converter re-encodes the video — there is no lossless stream-copy path on this page. Picking H.265 re-encodes with the efficient H.265 encoder (the smallest files, ideal for VLC, MPV, Kodi, and archiving); the H.264 default re-encodes to H.264, which is slightly larger but plays on more hardware. MKV supports both codecs natively, so the choice is about size versus compatibility, not about avoiding a re-encode.

Why is my MKV silent after converting from HEVC?

Because a .hevc file is a video-only elementary stream — it never contained audio in the first place, so there is nothing to carry into the MKV. This is normal for raw HEVC. If you need sound, mux a separate audio file into the MKV afterward.

Will HEVC inside MKV play everywhere?

No. VLC, MPV, Kodi and many recent smart TVs play HEVC-in-MKV, but support is not universal — some older TVs, browsers, and editing apps that handle plain MP4 will not. For the broadest compatibility, either re-encode to H.264 here or use the HEVC to MP4 converter; MP4 with HEVC has stricter rules but is recognized by more devices, while MKV is the more forgiving container.

Is MKV or MP4 the better container for a raw HEVC stream?

MKV is the more permissive container and accepts HEVC with the least fuss, which makes it ideal for archiving or for playback in VLC/MPV. MP4 is the more widely recognized container — phones, browsers, and TVs are likelier to open it — but it is stricter about how HEVC is tagged. Pick MKV for flexibility and tooling, MP4 for reaching the most devices.

In your testing, is H.265-in-MKV smaller than H.264-in-MKV?

In our testing, both options re-encode the stream — there is no lossless copy path here — but at the same "Very High" preset the H.265 output was consistently the smaller file, because H.265 is the more efficient codec. The H.264 version came out larger yet played on more of our older test devices. So reach for H.265 when size and quality matter most, and H.264 when you need the broadest playback.

What is the .hevc file extension, exactly?

It is a raw H.265 / MPEG-H Part 2 video bitstream with no container around it. HEVC was standardized as ITU-T H.265 (and ISO/IEC 23008-2) in 2013 and offers roughly 25–50% better compression than H.264 at the same quality. The raw .hevc form is what encoders and test pipelines emit before the video is muxed into a container like MKV or MP4. 3

My .hevc file won't upload — is it really an MP4 or MOV?

Very likely. A true .hevc is a bare H.265 elementary stream, but most footage people call "HEVC" is actually H.265 video already inside a container — an iPhone clip is a .mov, and most downloads and camera files are .mp4. If the uploader rejects your file, convert the container directly with MOV to MKV or MP4 to MKV; those pages read the same H.265 video and, unlike a bare stream, carry the existing audio into the MKV.

Can the MKV hold multiple audio tracks and subtitles?

MKV is the most flexible container for exactly that — it can carry many audio tracks and subtitle streams, which is a big reason people prefer it over MP4. But a raw .hevc source contains only video, so the MKV you get here has a single, silent video track. Those extra tracks matter when you later mux in audio or subtitles with a desktop tool; MKV simply gives you the most room to do it.

Are my uploaded files kept private?

Yes. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after conversion — no sign-up, no watermark, and your files are never shared or made public.

Rate HEVC to MKV Converter Tool

Rating: 4.8 / 5 - 97 reviews