Initializing... drag & drop files here
Supports: MP4, M4V
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.
.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..hevc stream. No sign-up, no watermark.Three one-way facts shape what you actually get, and the competitor tools that just say "free HEVC converter" never mention them:
.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..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:
ffmpeg -i input.hevc -c copy output.mp4)..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..hevc stream.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.
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.
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.
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.
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.
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.
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.