Convert MP4 to M4V

Converting MP4 to M4V gives a video the extension Apple’s own software expects, so the Apple TV app and older Mac applications claim it and file it correctly. The two formats are the same MPEG-4 container underneath, which is the first thing this page has to be honest about.

  • Where it runs In your browser. The file is never uploaded.
  • Lossy Some detail is traded for size. M4V cannot hold everything an MP4 can.
  • File size limit Up to 100 MB per file, free, without an account.
  • Worth knowing Video is re-encoded rather than copied, so some detail is lost even at the highest setting. Subtitle tracks and chapters are not carried over. Where the soundtrack is a format the browser cannot decode — AC-3, E-AC-3, DTS and TrueHD, common on disc and streaming rips — the picture converts and the result is silent.

Up to 100 files at once. Mixed formats are fine.

M4V is Apple’s MP4, and the extension is nearly the whole story

Apple introduced M4V in 2005 for video in the iTunes Store, and it is the ISO MPEG-4 container that MP4 is, carrying the same H.264 video and AAC audio. The file this page produces is written by the same muxer that writes MP4 files, with the same codecs inside. What you are changing is the four characters after the dot.

Those four characters do real work on a Mac. They decide which application claims the file, which icon it gets, and whether a library that sorts by kind treats it as a video the Apple TV app should show. That is a legitimate thing to want. It is also a small thing, and the next section is about what it costs.

Renaming the file does the same job for nothing

If the only goal is the extension, change it in Finder or Explorer. The bytes are already correct, every player identifies video by its contents rather than its name, and the operation is instant and lossless. Very few pages about this pair will tell you that, and it is true.

Converting is worth doing when something else needs to change at the same time — the file is 4K and the destination is a 1080p device, the bitrate is higher than the library needs, or the source came from a camera or a screen recorder in a form the Apple side of the workflow has been fussy about. Then the re-encode is happening for a reason and the extension comes along with it.

What the M4V ends up holding

H.264 at High profile with AAC audio, whatever the MP4 held. That is the combination every Apple device made in the last twenty years decodes in hardware, which is the point of choosing it rather than inheriting whatever was there.

If the MP4 held HEVC — anything recorded on a recent iPhone at default settings — this converts it down to H.264. The M4V will be more compatible with old hardware and larger for the same picture. Recent Apple devices play HEVC natively, so that particular trade is one to make deliberately rather than by accident.

Converting will not give the file DRM, and that is a feature

The copy protection on films and shows bought from Apple is FairPlay, applied by Apple to the file they sell you. It is not a property of the M4V format and nothing on this page adds it. A converted file carries the extension and no protection at all.

That is the right outcome for your own video: a home movie, a recorded talk, a course you made. It plays in the Apple TV app, in VLC, on a phone and on a television, and it will still open when whichever service is involved has stopped existing. It also means this page cannot be used to make a file behave like a purchase, which is a boundary worth naming rather than leaving implied.

Every audio track survives, chapters and subtitles do not

The MPEG-4 container has room for as many audio tracks as the source carried and the conversion keeps all of them, so a file with an original language and a dub arrives with both still selectable. That is not universal — extracting the same video to MP3 or AAC keeps only the first.

Chapter marks and embedded subtitle tracks are not carried across, and that gap bites hardest on exactly the sort of file people convert into an Apple library, where chapters are common. Keep the original alongside the M4V if those matter, or place a sidecar subtitle file next to it.

Where an M4V extension will cost you something

Software that trusts file names rather than file contents. Some Android players, some web upload forms with a fixed list of accepted types, and older Windows applications will refuse an M4V and accept the identical file renamed to MP4. Nothing has changed except what the software is willing to believe.

Browsers are the case worth remembering: a `<video>` element pointing at an M4V is a gamble on the server sending a sensible content type, where the same file as an MP4 simply plays. If the video is ever going onto a web page, that copy stays an MP4.

The library case, where this conversion earns its place

The strongest reason to do this is consistency. A library where every file carries the same extension sorts predictably, scripts over it do not need special cases, and a smart folder or a rule built on kind behaves the same for every item. Half a shelf of M4V and half of MP4 is the setup that produces surprises later.

If that is the goal, convert once when material enters the library rather than re-processing a shelf that already works. Each conversion is a generation of quality and the picture never comes back — which is an argument for renaming the files that are already fine and converting only what needed changing anyway.

Quality and resolution while the file is being written anyway

Three quality bands, defaulting to balanced. Since the encode is happening, the high band is the right choice for anything going into a library you intend to keep, because that copy becomes the source for everything after it. Balanced is right for something you will watch on a phone or a tablet and then leave alone.

The resolution control only reduces. A 4K recording bound for an older Apple TV or an iPad is worth taking to 1080p once, here, rather than making the device scale every frame on every playback. Asking for a size larger than the source has is ignored, because upscaling adds bytes and no detail.

Nothing is uploaded to change four characters

The conversion runs inside the browser tab using the codecs your machine already has. The video is never sent anywhere, which for this pair is less a privacy argument than an argument about proportion: uploading a gigabyte of home video to a server so that it can come back with a different extension is a strange amount of network for the result.

The free tier takes files up to 100 MB, there is no account and there is no daily count. If the file is larger than that and all you needed was the extension, the rename in the second section costs nothing and has no ceiling.

How to make an M4V file from an MP4

  1. Consider renaming the file instead — if only the extension needs to change, that is free and lossless.
  2. Otherwise drop the MP4 here and set the quality and resolution the Apple device actually needs.
  3. Download the M4V and add it to the library. It carries no DRM and plays outside Apple software too.

MP4 and M4V: one container, two names, one vendor

MP4 compared with M4V
MP4M4V
Full nameMPEG-4 VideoiTunes Video
File extension.mp4.m4v
Media typevideo/mp4video/x-m4v
CompressionLossy — file size is bought with qualityLossy — file size is bought with quality
First published20012005
Published byMPEGApple
SpecificationISO/IEC 14496-14
LicensingOpen standardPublished, not standardised
Standing todayCurrentCurrent
Opens in a browserEvery browserSome browsers
Considered insteadWebM, MKV, MOVMOV

Opening the result

Only some browsers read M4V. It is the less portable of the two, so it is worth being sure the program at the other end accepts it before sending one.

M4V is a container rather than a single format. What actually plays is the codec inside it — usually H.264, HEVC and AAC — which is why two files with the same extension can behave differently on the same device.

VLC reads both MP4 and M4V, so there is a way to check the result against the original without a second tool.

What each format is for

MP4 is MPEG's format, published in 2001. The specification is ISO/IEC 14496-14, and it is worth reading if the file has to outlive the tool that wrote it.

M4V comes from Apple and dates from 2005. QuickTime Player, VLC and iTunes all read it.

MP4 to M4V: Apple software, DRM and what changes

Are my MP4 files uploaded anywhere?

No. This conversion runs entirely inside your browser, so the file never leaves your device. You can confirm it yourself: open the network tab of your browser's developer tools and convert something. You will see the page load, plus the analytics and advertising the site is paid for with — and nothing carrying your file. The engine behind this particular pair is mediabunny, a wrapper around WebCodecs, which borrows your device's own hardware decoders; your browser fetches it once and caches it.

What is actually different between an MP4 and an M4V?

Almost nothing. M4V is Apple’s name for the same MPEG-4 container, and the file produced here is written by the same muxer that writes MP4 with the same H.264 video and AAC audio inside it. The extension is the difference, and it decides which application opens the file when you double-click it.

Then why does the video get re-encoded at all?

Because the conversion path decodes and encodes rather than copying the streams across, which costs one generation of quality. For this pair specifically that is a poor trade: if all you want is the extension, renaming the file achieves the same result and touches nothing.

Will this add DRM or make it an iTunes purchase?

No, and nothing here can. The copy protection on films bought from Apple is applied by Apple at the point of sale. Converting a file gives it the extension and none of that — which is what you want for your own video, and is why the result plays freely everywhere.

Will the M4V play outside Apple software?

Mostly. VLC and QuickTime Player open it without complaint, and so does anything that identifies files by their contents. What breaks is software that trusts the extension: some Android players, some upload forms and some older Windows applications will refuse an M4V they would have accepted as an MP4.

Does the Apple TV app need M4V rather than MP4?

It has not for years — it reads MP4 directly. The genuine reasons to want M4V are older Apple applications, an existing library where everything else carries that extension, and workflow documents written when the distinction mattered more than it does now.

Do subtitles and chapters come across?

No. Chapter marks and embedded subtitle tracks are not carried over, which matters here because those are exactly the things a video bought from the iTunes Store tends to have. All audio tracks do survive, since the MPEG-4 container has room for as many as the source held.

More about these formats