Initializing... drag & drop files here
Supports: HEVC, MOV, MP4, M4V, MKV
.hevc file or click "Add Files"; batch is supported, so you can queue several and each converts in parallel. A .hevc file is a raw H.265 (HEVC) elementary stream — just the compressed video, with no container and no audio track — which is exactly why it needs wrapping or re-encoding into a normal playable file..hevc File Actually IsThe .hevc extension is ambiguous, and knowing which kind of file you have explains what this tool can and can't do with it. What you upload here is a raw H.265 elementary stream — bare compressed video with no container wrapper and no audio track. That is different from an HEVC-encoded clip stored inside an .mp4, .mov, or .mkv, which also carries sound and metadata.
Raw .hevc elementary stream (what this tool takes) |
H.265 inside .mp4 / .mov / .mkv |
|
|---|---|---|
| What it is | Bare H.265 bytestream, no container | H.265 video in a standard container |
| Audio track | None — video only | Yes |
| Typical source | Encoders, ffmpeg -c copy out.hevc, codec test rigs |
Phone/camera recordings, editors, downloads |
| Opens on phones / TVs / QuickTime | Rarely — no container to identify it | Yes |
| What to do with it | Upload here to wrap or re-encode it into a real container | Already playable; use that format's own converter |
Because the input is video-only, there is no soundtrack to keep or extract — audio-only targets like MP3 have nothing to pull from a raw .hevc. If your footage has sound, it is stored in a container with a different extension (.mov, .mp4, .mkv), so convert that file instead.
HEVC — High Efficiency Video Coding, also called H.265 — is a video codec standardized in 2013 as ISO/IEC 23008-2 / ITU-T H.265 (MPEG-H Part 2) by the Joint Collaborative Team on Video Coding. Its headline achievement is roughly 50% bitrate reduction versus H.264 at the same subjective quality, which is why Apple made it the default capture codec for iPhone video in iOS 11 (2017, on A10 Fusion chips and newer) and why most 4K and HDR footage ships as HEVC.
The catch is compatibility. HEVC is patent-encumbered, so support is far narrower than H.264's near-universal reach. A .hevc file or an HEVC-encoded clip is exactly the wrong file when the destination can't decode H.265 — and that situation is common:
<video> embed usually needs an H.264 MP4 (universal) or a royalty-free WebM (VP9/AV1) rather than raw HEVC.The most common real conversion is HEVC to H.264 MP4 — trading HEVC's tighter compression for playback that works everywhere.
| Target | Codec | Native playback | Size vs. HEVC | Best for |
|---|---|---|---|---|
| HEVC (source) | H.265 | Safari 13+, iPhone/iPad, hardware-decode PCs; Windows needs paid extension | baseline | 4K/HDR capture, storage-efficient archives |
| MP4 (H.264) | H.264 / AVC | Every browser, phone, TV, console, editor since ~2010 | ~1.7–2× larger | Universal playback and sharing |
| MOV | H.264 or HEVC | macOS, iOS, QuickTime, VLC | similar to chosen codec | Final Cut Pro, Apple editing |
| MKV | H.264 / H.265 / AV1 | VLC, MPV, Plex, Jellyfin; not Safari or Roku | depends on codec | Multi-track media-server libraries |
| WebM | VP9 / AV1 | Chrome, Firefox, Edge; Safari 17+ for AV1 | similar to AV1 (often smaller) | HTML5 web embeds, royalty-free delivery |
| AVI | MPEG-4 / XviD / DivX | Windows native, VLC | ~2–3× larger | Legacy Windows editors and players |
Browser HEVC support, per caniuse, is essentially Safari 13+ on Apple platforms plus hardware-gated partial support in recent Chrome (107+), Edge, and Firefox (137+) — so H.264 MP4 remains the only format you can embed and expect to play everywhere.
Windows 10 and 11 ship without a built-in HEVC decoder because H.265 is a licensed codec and the license carries per-device fees. Microsoft sells the "HEVC Video Extensions" in the Store for about $0.99, which adds system-wide playback in Photos, Media Player, and other apps; some OEM PCs include a free device-manufacturer variant. The simplest fix that needs no purchase is to convert HEVC to MP4 with the H.264 codec — H.264 plays natively on every version of Windows, so the file just works.
Yes. HEVC (High Efficiency Video Coding) and H.265 are two names for the same standard, ISO/IEC 23008-2 and ITU-T Recommendation H.265, also catalogued as MPEG-H Part 2. ISO/IEC uses "HEVC", the ITU-T uses "H.265", and both refer to the codec finalized in 2013 that compresses roughly twice as efficiently as H.264 at the same visual quality.
Some, because going from H.265 to H.264 is a real re-encode, not a copy — the two codecs are incompatible, so the video is decoded and re-compressed. With Constant Quality (CRF) at 18–20 the loss is invisible in side-by-side viewing; the tradeoff is that the H.264 MP4 lands larger than the HEVC source (often 1.7–2× the size) because H.264 is the less efficient codec. If you keep the HEVC codec and only change the container (for example HEVC to MKV), that's a lossless remux instead.
MP4 with the H.264 codec. H.264 has hardware decoders in essentially every phone, tablet, computer, smart TV, browser, and game console made since around 2010, and MP4 is the container all of them open by default. In our testing, a 30-second 1080p .hevc elementary stream of about 38 MB re-encoded to an H.264 MP4 at the Very High preset came out around 70 MB and played without a codec prompt on Windows, Android, and older smart TVs — larger, because H.264 is the less efficient codec, but universally playable. Choose HEVC to MP4 for the direct path.
You can keep the H.265 stream and just re-wrap it into an MP4 container, which is lossless and near-instant — but the result is still an HEVC video, so it inherits all the same playback limitations on Windows and older devices. Re-wrapping only helps when the target app dislikes the raw .hevc extension but can decode H.265 itself. If the goal is to make the file play anywhere, you have to re-encode the video to H.264; there's no shortcut around the codec change.
.hevc files?No — and this trips people up. iPhones have recorded HEVC video by default since iOS 11, but they store it inside a .mov container along with its audio, not as a bare .hevc stream. A raw .hevc file almost always comes from an encoder or an ffmpeg / x265 pipeline instead. So a clip straight from your Camera Roll is a .mov, not a .hevc — to make it play everywhere, convert it with MOV to MP4. You can also avoid HEVC at capture time via Settings > Camera > Formats > "Most Compatible", which records H.264 from then on.
.hevc file?No — there is nothing to pull. A raw .hevc file is a video-only elementary stream, so it has no audio track to extract, and audio-only targets like MP3 or AAC would have no sound to work from. If your recording did have audio, then it is not really a raw .hevc file but an HEVC clip inside a container such as .mov, .mp4, or .mkv — convert that original file instead, and its soundtrack comes along.
Yes. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours. There is no sign-up, no watermark on the output, and files are never shared or made public. The only practical limit on a very large 4K or 8K HEVC file is upload size and your connection speed, not a fixed per-file cap.