Initializing... drag & drop files here
Supports: HEVC, MOV, MP4, M4V, MKV
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.
.hevc Stream Needs a ContainerWhen 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
.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.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:
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.
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.
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 |
.hevc source: the stream is video-only, so there is no audio to carry. Add an audio track separately if you have one..hevc capture may lack a valid stream header; re-export the file from the encoder before retrying.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.
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.
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.
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.
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 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.
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
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.
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.
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.