M4V to HEVC Converter

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

Initializing... drag & drop files here

Supports: MP4, M4V

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 M4V to HEVC: What This Tutorial Covers

M4V is Apple's iTunes flavour of MP4 — an MP4-based container that usually holds H.264 video plus an AAC (or Dolby Digital) audio track — and .hevc is a raw H.265 (High Efficiency Video Coding) elementary stream: the bare encoded video bitstream with no container around it. This tutorial walks the conversion, but two surprises trip almost everyone up, so read them first. The .hevc output is video only — the M4V's audio track is dropped, because a raw elementary stream cannot carry audio. And a bare .hevc file is not a normal video: with no container it has no timestamps or seeking index, so most players, phones, and editors will not open it. If you came here to shrink an M4V with H.265 and still watch it, you want a container instead, and this page points you there.

How to Convert M4V to HEVC

  1. Upload Your M4V File: Drag and drop your .m4v file onto the page or click "+ Add Files" to browse from your computer. You can queue several clips at once, and DRM-free .mp4 files are accepted too.
  2. Pick a Quality Preset: Open Advanced Options. The "Quality Preset" controls the H.265 encode and defaults to "Very High (Recommended)"; this is a full re-encode, so the preset — not the source — sets the output quality.
  3. Set Resolution or Trim (Optional): Use "Video resolution" to keep the original size or pick a preset down to 144p, "Specific file size" to aim at a byte target, and "Trim" with a "Time Range" to export just one section instead of the whole clip.
  4. Convert and Download: Click "Convert" and download your .hevc stream. No sign-up, no watermark.

Walk-through: What "Raw Stream", "No Audio", and "Re-encode" Mean Here

Three one-way facts shape what you actually get, and the competitor tools that just say "free HEVC converter" never mention them:

  • The .hevc file is a raw elementary stream, not a packaged video. It contains only the H.265 bitstream — no MP4, MOV, or MKV container, and therefore none of the timestamps, frame-rate header, or seeking index a container carries. That is exactly what an encoder test, a muxing step, or a bitstream analyser wants, but it means the file will not behave like an ordinary video in everyday software.
  • The audio track is gone. Your M4V almost certainly carried AAC (or Dolby Digital) audio, but a raw video elementary stream has no place to put a sound track, so the conversion writes video only. The "Audio Codec" option does not appear for this output for the same reason — audio is a job for the container, and there is no container here.
  • It is a full re-encode, not a remux. M4V video is typically H.264. To produce an H.265 .hevc stream the converter must decode every frame and re-encode it with the H.265 encoder, so this is lossy generation loss on top of whatever the M4V already had. Keep your original M4V as the master.

A few patterns cover most real needs once you accept those three facts:

  • If you need a raw H.265 bitstream to feed a muxer or a hardware/encoder test, that is precisely what this outputs — a clean Annex B elementary stream you can wrap later with FFmpeg (ffmpeg -i input.hevc -c copy output.mp4).
  • If you wanted H.265 to save space but still want to watch the result, stop here and use M4V to MP4 instead, where you can set the video codec to H.265 (HEVC) under the codec options — same compression, but inside a container that plays everywhere and keeps the audio.
  • If you want maximum container flexibility or multiple tracks, M4V to MKV wraps the video and audio in an MKV.

Common Errors and How to Fix Them

  • "The .hevc file won't open / my player shows an error" — Expected for most players. A bare .hevc is a container-less raw stream, so QuickTime, the Windows Photos app, phone galleries, browsers, and most editors cannot read it. VLC 3.0 and newer (and mpv) can demux raw HEVC and will usually play it; everywhere else, mux it into MP4 first or convert to M4V to MP4 instead.
  • "There is no sound" — Correct, and not a bug. A raw video elementary stream carries no audio track, so the M4V's AAC audio is dropped. If you need the sound, convert to a container with M4V to MP4; audio cannot be muxed back into a .hevc stream.
  • "My M4V is from the iTunes Store and won't convert" — Movies and shows purchased or rented from iTunes carry Apple FairPlay DRM and play only on authorised devices; they cannot be decoded or converted by any online tool. Only DRM-free M4V files (home exports, your own recordings) work here.
  • "The output looks softer than the original" — This is a full H.264-to-H.265 re-encode, so some generation loss is unavoidable. Raise the "Quality Preset" toward the top of the scale, or keep the original size instead of downscaling, to minimise it.
  • "There is no seek bar / the duration shows wrong" — A raw elementary stream has no timestamp index, so players that do open it often cannot seek or report a correct length. Mux it into a container to restore seeking.

When This Doesn't Work — and What to Use Instead

For almost everyone, a raw .hevc stream is the wrong target for an M4V. If your goal is H.265 compression you can actually play and share, use M4V to MP4 and choose H.265 (HEVC) as the video codec: the same bitstream then sits inside an MP4 that opens on phones, browsers, TVs, and editors, and keeps the audio track. Pick raw .hevc only when something downstream specifically expects a container-less H.265 elementary stream — an encoder benchmark, a muxing pipeline, or a low-level bitstream tool. There is no setting that makes a bare elementary stream behave like a finished video; that is exactly what a container exists to provide, so reach for MP4 or MKV the moment you want to watch the result.

Frequently Asked Questions

Why won't my .hevc file play in QuickTime or my phone?

Because .hevc here is a raw H.265 elementary stream with no container. QuickTime, the Windows Photos app, phone galleries, browsers, and most editors expect a container (MP4, MOV, MKV) that carries frame rate, timestamps, and track information — a bare stream has none of it, so they refuse the file or error out. VLC 3.0+ and mpv are the common exceptions: they can demux raw HEVC and usually play it. If you need it to open broadly, mux the stream into MP4 (for example with FFmpeg) or just convert to M4V to MP4 in the first place.

Where did my audio go after converting M4V to HEVC?

It was dropped, and that is unavoidable for this output. An M4V normally carries AAC or Dolby Digital audio, but a raw .hevc elementary stream is a video-only bitstream with no track structure to hold sound. That is why the "Audio Codec" option never appears for this conversion. If you need the audio, convert to a container instead — M4V to MP4 keeps both the video and the sound — because audio cannot be added back to a raw stream afterwards.

Does this save space the way "H.265 to halve my file" promises?

The codec can, but the packaging defeats the goal. H.265/HEVC was standardised by ITU-T and ISO/IEC in 2013 as the successor to H.264/AVC and reaches roughly the same quality at about half the bitrate, so re-encoding an H.264 M4V to H.265 genuinely shrinks the video data. But a raw .hevc stream you cannot play is rarely what "save space" means. To get the H.265 size win in a file you can actually use, convert to M4V to MP4 with the video codec set to H.265 — same savings, playable result, audio intact.

Can I convert an M4V I bought from the iTunes Store?

No. Movies and TV shows purchased or rented from the iTunes Store are wrapped in Apple's FairPlay DRM and play only on devices authorised with the buying account; the protected stream cannot be decoded or transcoded by any web converter. This tool works only with DRM-free M4V files, such as your own exports or recordings. If a file refuses to convert and came from iTunes, DRM is almost always why.

Is converting M4V to HEVC lossless?

No. M4V video is typically H.264, so producing an H.265 .hevc stream means decoding every frame and re-encoding it — a full transcode, not a copy, which adds a generation of lossy compression on top of what the M4V already had. Keep the original M4V as your master and treat the .hevc as a derived artefact. To limit the loss, encode at a high "Quality Preset" and avoid downscaling the resolution unless you need to.

How are my files handled during conversion?

In our testing, the .hevc output from this converter reproducibly comes out with no audio track and no container wrapper — exactly the bare H.265 elementary stream the extension implies, which is why general-purpose players reject it. Your file is uploaded over an encrypted connection, decoded and re-encoded on our servers, and deleted automatically a few hours after conversion — no sign-up, no watermark, never shared or made public. The main practical limit is upload size and time, not your device.

Rate M4V to HEVC Converter Tool

Rating: 4.8 / 5 - 63 reviews