Initializing... drag & drop files here
Supports: MKV
This tool decodes the video track inside your MKV and re-encodes it with H.265 (HEVC), the codec built to reach H.264-equivalent quality at roughly 25-50% lower bitrate. One thing to understand before you start: .hevc is a codec name, not a normal container, so to keep a soundtrack this converter wraps the H.265 video in a Matroska container and simply gives the file a .hevc extension. The output therefore carries your audio (re-encoded to AAC by default) and opens in VLC, mpv, and other FFmpeg-based players — but the .hevc extension itself is non-standard, so phones, TVs, and QuickTime may not recognize it by name. Because MKV is already a Matroska container that holds H.265 natively, most people are better served converting to MKV to MP4 or MKV to MKV with the codec set to H.265 — same codec, same size savings, a normal extension. Either way this is a re-encode, not a lossless remux: the picture is decoded and transcoded to a fresh H.265 stream rather than copied.
.mkv onto the page or click "+ Add Files." You can queue several files and convert them in one batch with the same settings..hevc output. Leave Quality Preset on "Very High (Recommended)" for a one-click result, or open File Compression and choose Constant Quality (a CRF-style perceptual target), Constant Bitrate, Variable Bitrate, or Specific file size..hevc File Actually IsThe .hevc extension is ambiguous: a raw encoder emits a bare video-only elementary stream under that name, while this converter produces a Matroska-wrapped file so your audio survives. Because MKV can hold many tracks but a re-encode keeps only one, a multi-track MKV comes out with a single audio track and no subtitle or chapter tracks. This table shows the three things people mean by "HEVC" and which one you get here.
Raw .hevc elementary stream |
This tool's .hevc output |
H.265 in .mp4 / .mkv |
|
|---|---|---|---|
| What it is | Bare H.265 bytestream from an encoder | H.265 video muxed into a Matroska container, named .hevc |
H.265 video in a standard container |
| Audio track | None — video only | Yes — one AAC track by default | Yes |
| Subtitle tracks | None | Not carried | Optional |
| Plays in VLC / mpv | Usually | Yes | Yes |
| Opens on phones / TVs / QuickTime | Rarely | Not by extension | Yes |
| Best for | Encoder pipelines, codec testing | Keeping H.265 + audio when you need a .hevc name |
Everyday playback and sharing |
The File Compression section decides how the encoder spends bits. Match the mode to your goal:
If the MKV you upload already holds an H.265 video track, this tool still routes it through a full decode and re-encode rather than copying the stream untouched, so plan for some processing time and pick a quality mode rather than assuming a lossless pass-through.
MKV is a container; HEVC is a codec — so "MKV to HEVC" really means "re-encode the video inside this container to H.265." MKV can already hold H.265, which is why this conversion is a transcode rather than a simple repackage.
| Property | MKV (source container) | HEVC / H.265 (output codec) |
|---|---|---|
| Type | Container (EBML-based) | Video compression codec |
| Standard / origin | Matroska — IETF RFC 9559 | ITU-T H.265 / ISO/IEC 23008-2 |
| First released | Announced December 2002 | Approved April 2013 |
| Licensing | Royalty-free open standard | Patent-licensed |
| Holds multiple tracks | Yes — unlimited video / audio / subtitle | No — a single video stream |
| Carries H.265 natively | Yes | — |
| Best for | Multi-track video, archival | Modern storage, 4K/8K, smaller files |
.hevc. The data inside is standard Matroska + H.265, so rename it to .mkv, or better, convert to MKV to MP4 with H.265 selected for a file that plays as-is.ffmpeg -i in.mkv -map 0 -c copy out.mkv), which copies all tracks without re-encoding.DRM-protected or corrupted MKV files can't be re-encoded — the converter needs a readable video stream. A multi-track MKV comes out with only its primary video plus a single audio track, so a file with several audio languages or subtitle tracks won't round-trip every track; keep those with a desktop remuxer instead. And if what you actually want is a shareable, universally playable H.265 video rather than a .hevc-named file, skip this page and use MKV to MP4 or MKV to MKV with the H.265 codec selected — MKV holds H.265 natively, and the .hevc output is itself a Matroska file under a nonstandard name, so there is no reason to give it that extension unless a tool asks for it. If your source is long and you only need a slice, trim the MKV first, then convert the short clip.
Yes. Although a raw .hevc from an encoder is video-only, this converter wraps the H.265 video in a Matroska container so it can carry a soundtrack, then gives the file a .hevc extension. Your audio is re-encoded to AAC by default (AC3 and MP3 are also available). If the output is silent, either the Audio Codec was turned off or the source MKV's primary track had no audio to begin with.
Most consumer players decide what a file is from its extension, and they don't expect .hevc. The bytes inside are a standard Matroska stream, so VLC and mpv play it fine, and you can rename the file to .mkv to make other players accept it. For a file that opens everywhere without renaming, convert to MKV to MP4 or MKV to MKV with H.265 selected.
A multi-track MKV comes out with a single audio track and no subtitle or chapter tracks — the re-encode maps the primary video plus one audio track into the output. If you need to keep several audio languages or subtitle tracks, that is a remux job better handled by a desktop tool such as MKVToolNix or FFmpeg (ffmpeg -i in.mkv -map 0 -c copy out.mkv), which copies every track without re-encoding.
No. This page is a converter, not a remux: it decodes the MKV's video and re-encodes it to a fresh H.265 stream rather than copying the existing one bit-for-bit, so expect a quality mode to apply and some encoding time. If your only goal is to pull the existing H.265 video out of the MKV untouched, use FFmpeg to remux (ffmpeg -i in.mkv -map 0:v:0 -c copy out.hevc) rather than this re-encoder.
Roughly, at the same visual quality. The HEVC standard (ITU-T H.265 / ISO/IEC 23008-2, approved 2013) was designed for 25-50% better compression than H.264/AVC; a formal subjective study measured about a 49% bitrate reduction, and savings tend to be larger at 4K than at lower resolutions. In our testing, a 1080p MKV re-encoded to H.265 at the "Very High" preset came out visibly smaller than the same clip encoded to H.264, though the exact ratio depends on the footage.
MKV (Matroska) is an open container standard — standardized as IETF RFC 9559 in 2024 — that wraps one or more video, audio, and subtitle streams plus chapters into a single file but does no compression itself. HEVC (H.265) is a video codec, the algorithm that compresses the picture. So an MKV can already contain HEVC video; "MKV to HEVC" only makes sense as re-encoding the video to H.265 (what this tool does) or extracting it as a stream.
For almost everyone, MP4 or MKV. You get the same H.265 codec and size savings plus a normal extension that plays on modern phones, TVs, and browsers, and the audio is kept. Choose the .hevc output only when a specific downstream tool asks for a file with that exact name. Use MKV to MP4 for the most compatible result or MKV to MKV to stay in a flexible container.
To play HEVC you need an HEVC decoder. VLC and mpv include one on every desktop OS; on Windows 10 and 11 the built-in player needs Microsoft's "HEVC Video Extensions" from the Store, and Apple devices have decoded HEVC since 2017. If a device can't decode H.265 at all, re-encode to H.264 in MP4 for the widest reach.
No. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after conversion. There is no sign-up, no watermark, and your files are never shared or made public.