FormatDrop
How-To Guide

How to Convert HEVC to MP4 (H.265 Video)

HEVC (H.265) is the codec inside many modern device recordings — iPhone 4K video, Windows screen recordings, drone footage, and some cameras default to HEVC. While HEVC is 50% more efficient than H.264, it's not universally supported. Some smart TVs, older computers, and online platforms can't decode HEVC. This guide shows how to convert HEVC to H.264 MP4 for maximum compatibility.

Step-by-step instructions

  1. 1

    Understand what you're converting

    HEVC is a video codec, not a container. HEVC video is usually stored in MKV, MOV, or MP4 containers. When we say 'convert HEVC to MP4', we mean: re-encode the video from H.265 codec to H.264 codec, typically stored in an MP4 container. This is a full re-encode (unlike remuxing) — it takes time proportional to video length.

    Go to converter
  2. 2

    Method 1: Browser converter

    Go to formatdrop.com → Video Converter. Drop your HEVC video file. Select MP4/H.264 as output. The conversion re-encodes the video in your browser. Note: browser-based re-encoding is CPU-intensive — expect processing time of 1-3x real-time for HD content.

  3. 3

    Method 2: HandBrake (recommended for best quality)

    Open HandBrake (handbrake.fr, free). Open your HEVC source video. Under Output Settings, set Container to MP4. Under Video, set Video Codec to H.264. Set quality to RF 18-22 (lower number = higher quality). Under Audio, verify AAC is set. Click Start Encode. HandBrake produces an H.264 MP4 compatible with virtually every device.

  4. 4

    Method 3: FFmpeg (fastest encoding control)

    ffmpeg -i input.hevc.mkv -c:v libx264 -crf 18 -preset slow -c:a aac output.mp4. The '-crf 18' is high quality (range 0-51, lower=better). '-preset slow' gives better compression. For faster encoding (less quality): use '-preset faster' and '-crf 23'. For hardware acceleration on NVIDIA: add '-c:v h264_nvenc' instead of libx264.

  5. 5

    Method 4: VLC with transcode

    VLC → Media → Convert/Save → add file → Convert/Save. Select 'Video - H.264 + MP3 (MP4)' as profile. Set output filename with .mp4 extension. Click Start. VLC transcodes HEVC to H.264 using its built-in encoder (x264).

Why convert HEVC to MP4?

HEVC (H.265) was standardized in 2013 and is supported by all modern devices — but 'modern' is relative. Smart TVs manufactured before 2016 don't support HEVC. Windows 10 without the HEVC Video Extensions codec can't play H.265. Some streaming platforms only accept H.264. Converting HEVC to H.264 MP4 trades file size efficiency (H.265 files are about half the size of equivalent H.264) for universal playback compatibility. If your target audience has modern hardware, keep HEVC. If you need it to play on any screen or upload to any platform: convert to H.264.

Your files never leave your device

FormatDrop runs the conversion engine entirely inside your browser using WebAssembly. No file upload. No server. Nothing stored. You can verify this by opening DevTools → Network tab and watching: zero upload requests.

Frequently asked questions

Is HEVC or H.264 better quality?
At equal file sizes, HEVC is significantly better quality than H.264. At equal quality, HEVC files are about 40-50% smaller. HEVC was designed to be the successor to H.264. The trade-off is encoding speed: HEVC encoding takes 5-10x longer than H.264 encoding. For streaming where bandwidth matters: HEVC. For compatibility where every device must play the file: H.264.
Why won't my HEVC video play on Windows?
Windows 10 and 11 require the 'HEVC Video Extensions' codec to play H.265 video in the built-in Movies & TV / Media Player apps. This codec costs $0.99 in the Microsoft Store. Alternatively: install VLC (free), which includes its own HEVC decoder and plays H.265 without any purchase. Or convert the HEVC video to H.264 using HandBrake or FormatDrop.
Do iPhone videos use HEVC?
Yes — iPhones since iPhone 7 can record in HEVC. Under Settings → Camera → Formats, 'High Efficiency' selects HEVC recording; 'Most Compatible' selects H.264. iPhone 4K at 60fps defaults to HEVC. The MOV files from iPhone contain HEVC video and AAC audio. These play fine on Mac but require VLC or the HEVC codec on Windows.
Convert HEVC to MP4 Now — Free

No account. No upload. Works in any browser.