Initializing... drag & drop files here
Supports: HEVC
.hevc / .h265 clips. Batch is supported, so a folder of iPhone exports can be queued together.HEVC (H.265) is the codec your iPhone has captured in by default since iOS 11 (September 2017) on the iPhone 7 and later. It's roughly 40% smaller than H.264 at the same visual quality, which is why Apple uses it for 4K and HDR. M4V is Apple's MPEG-4 container — structurally near-identical to MP4, but the .m4v extension is the hint Apple's apps look for to handle Apple-specific quirks like AC-3 surround tracks and chapter markers, and it triggers correct cover-art display in iTunes/TV libraries on Windows. Converting to M4V is useful when:
.m4v files for "Home Videos" and "Movies"; an .hevc raw elementary stream isn't a valid MP4 container and won't import without rewrapping..m4v extension, not a bare HEVC stream..m4v; same bytes, different extension, different behavior..hevc stream is a codec dump, not a playable file. Wrapping it in M4V (with the option to keep H.265 or transcode to H.264) makes it openable in QuickTime, VLC, IINA, and Plex without "no compatible streams" errors.| Property | HEVC (.hevc/.h265) |
M4V | MP4 |
|---|---|---|---|
| What it is | Raw H.265 elementary stream / codec | Apple's MPEG-4 Part 14 container | ISO MPEG-4 Part 14 container |
| Standard | ITU-T H.265 / ISO/IEC 23008-2 (2013) | Apple convention atop ISO/IEC 14496-14 | ISO/IEC 14496-14 (2003) |
| Holds video + audio together? | No — video only | Yes (video + audio + chapters + subs) | Yes |
| Default Apple capture (iPhone 7+) | Yes, since iOS 11 | No (export target) | No |
| Codecs typically inside | n/a (it is the codec) | H.264 or HEVC + AAC; AC-3 supported | H.264, HEVC, AV1 + AAC, AC-3, etc. |
| Apple Books / TV / iTunes import | Not directly | Native | Native (treated equivalently) |
| FairPlay DRM marker | n/a | Optional (Apple Store purchases only) | None |
| Rename to other extension | No (re-mux required) | .m4v ↔ .mp4 works for unprotected files |
— |
| Typical size, 1 hr 1080p | ~2-3 GB at 12 Mbps HEVC | ~3-5 GB if H.264, ~2-3 GB if HEVC inside | Same as M4V |
| Output goal | Codec inside M4V | Suggested setting |
|---|---|---|
| Visually lossless archive | HEVC | Constant Quality, CRF 18-20 |
| iTunes/Apple TV library quality | H.264 (max compatibility) or HEVC | Constant Quality, CRF 20-23 |
| iPad/iPhone playback, smaller files | HEVC | Constant Quality, CRF 24-26 |
| Fixed delivery target (e.g. AirDrop under 2 GB for a 1 hr clip) | H.264 | Specific file size: 2000 MB |
| Streaming-friendly with bitrate cap | H.264 or HEVC | Constraint Quality, CRF 22 + max bitrate 8 Mbps (1080p) / 20 Mbps (4K) |
For the reverse direction or related conversions, see HEVC to MP4, HEVC to MOV, MP4 to M4V, M4V to MP4, or Compress MP4 if you only need to shrink an existing file.
The container bytes are essentially the same MPEG-4 Part 14 structure. The practical difference is the extension and what Apple's software does with it: .m4v triggers correct movie/TV-show categorization in the Apple TV app and iTunes-on-Windows, and is the documented way to carry AC-3 audio through MP4-family containers on Apple TV. Unprotected M4V files can be renamed to .mp4 for non-Apple players that don't recognize the extension; protected (FairPlay-DRM) Apple Store purchases cannot.
M4V can hold HEVC. Apple's MP4-family containers accept H.264 or H.265 video plus AAC or AC-3 audio, and Apple TV 4K plays HEVC up to 2160p60 in Main/Main 10 profile, including Dolby Vision Profile 5 and HDR10. Older articles claim "M4V is H.264-only" because that was true in the early iTunes era, but iOS 11 and tvOS 11 added HEVC playback across the Apple ecosystem.
Keep HEVC if your target is an iPhone, iPad, Apple Silicon Mac, or Apple TV from 4K (2017) onward — you'll save 30-50% on disk vs H.264 at matched quality. Transcode to H.264 if you're sharing with Windows users on older systems, an older Apple TV HD, web platforms that still default to AVC, or anyone running pre-2017 hardware without HEVC decode acceleration.
Two reasons. First, if you re-encoded from HEVC to H.264 inside M4V, expect roughly 1.5-2x the size for matched quality — that's the codec efficiency gap. Second, if your CRF or bitrate target is set higher (better quality) than the iPhone's capture profile, the encoder will spend more bits than the original. Pick "Constant Quality" CRF 22-24 with HEVC selected to typically come out at or below the input size.
The motion video portion of a Live Photo (the .mov HEVC clip) converts cleanly. The still image and the pairing metadata that link them in iOS Photos do not — Apple stores those as a HEIC + MOV pair tagged together, and a generic transcoder loses the pairing. For HDR10 / Dolby Vision Profile 5, conversion typically preserves the SMPTE 2086 mastering metadata when keeping HEVC; transcoding to H.264 strips HDR because AVC can't carry it.
Yes. Drag the entire folder onto the page. Each file processes independently, so you can leave the tab open and download as outputs complete. Browser memory is the practical ceiling — for very large libraries (1,000+ clips), split into batches of 50-100.
Apple Books accepts EPUB and PDF for text and images; it does not play standalone M4V video files in the user library. Video inside an enhanced EPUB 3 publication can reference H.264/HEVC tracks, but a loose .m4v won't open in the Books app. For movies, use the Apple TV app instead — that's where M4V lives in modern macOS and iOS.
Yes for normal recordings. The converter remuxes timing from the source HEVC stream's presentation timestamps. Drift can appear if the source has variable frame rate (some screen recordings, GoPro Protune clips) — in that case enable "Constant Bitrate" or set a fixed frame rate to lock timing. iPhone camera HEVC is constant-frame-rate by default so stays in sync without extra steps.
Conversion runs on our servers tab. Files stay on your device for the session and are discarded when the tab closes. There's no account requirement and no watermark on output.