Convert → HEVC (H.265) to H.264
Convert HEVC (H.265) to H.264
HEVC compresses better than H.264 but doesn't play on every device. Converting HEVC → H.264 is a full re-encode that produces a slightly larger file with broader compatibility.
Fast path: open Video Forge → pick Web Optimized → drop the file in.
Video Forge picks the right codec, container, and bitrate for the destination, runs a single ffmpeg job, and writes the output next to the source.
Download Video Forge — 10 conversions free on macOS and Windows.
When you'd want this conversion
- iPhone footage to Android recipients
- Embedding video on websites with broad browser support
- Sending video to anyone on a Windows machine without modern codec packs
- Universal playback in chat and email
Key consideration
Modern iPhones record HEVC by default. Sharing HEVC with Android users, Windows 7/8/10 users without the codec pack, or old browsers is unreliable. H.264 plays everywhere.
ffmpeg command (if you prefer the CLI)
ffmpeg -i input.mov -c:v libx264 -crf 22 -preset medium -c:a aac -b:a 192k -movflags +faststart output.mp4 Same encoder Video Forge uses internally. Drop the GUI and the command runs identically; bring the GUI back when you want preview-before-commit or destination tiles.
Why use Video Forge for this
- No upload. The file stays on your machine. Faster than any cloud converter for anything larger than a few hundred MB.
- ffmpeg is bundled. No
brew install, no PATH issues, no manual install. - 5-second preview before the full encode runs. Catch CRF and color issues before committing time.
- $5 lifetime, 10 free conversions first. Pay once, use forever, 5 devices per license.