M4V

What is an M4V file?

Apple's MP4 variant. Identical in practice unless the file carries copy protection.

What M4V is

M4V is a container: a wrapper that holds streams encoded by something else. It is used for handing a finished file over and phones.

The extension is .m4v, and the full name is iTunes Video. Both matter less than what the file can hold, which is what the rest of this page is about.

Where M4V came from

Apple published it in 2005.

Age is worth knowing here for one practical reason: the older a format is, the more programs have had time to learn it.

The specification is published, but by its owner

It is written down and implementable, though the vendor decides what the next version looks like. In practice that is enough for the file to keep opening; it is not enough to be sure of it.

M4V is a box, and the codec is what is in it

It usually holds H.264, HEVC and AAC. This is the distinction behind most "why will this not play" questions: two files with the same extension can contain entirely different encodings, and a player that refuses one may be perfectly happy with the other.

It also explains why changing container is often fast and lossless while changing codec is neither. Moving the same stream into a different box rewrites the box; re-encoding rewrites the picture.

What else it can carry

M4V can hold several audio tracks and subtitle tracks.

That matters mostly when converting: whatever the target cannot hold is dropped, usually without a warning.

What it does to protect itself

M4V carries optional encryption.

An encrypted file has to be unlocked before anything can convert it, here or anywhere else — a password is not something a converter can work around, and one that claimed to could not be trusted with the file either.

What opens M4V

QuickTime Player, VLC and iTunes read it, and so do most programs of the same kind.

If a file will not open, the format is rarely the problem — it is more often that the program predates it. Converting to something older is the reliable way past that, and it is what the rest of this site is for.

Opening it in a browser

Only some browsers read it.

Where support is uneven, serving a second format alongside it is the usual answer — the browser takes the one it understands and nobody is left out.

It is a delivery format

M4V is meant to be handed over rather than worked in. Editing one is possible and rarely pleasant; the sane approach is to change the source and export again.

If it came from the iTunes Store, no converter will open it

Films and television bought or rented from Apple are M4V files wrapped in FairPlay, Apple’s copy protection. The video inside is encrypted, and it can only be decrypted by an authorised Apple device signed in to the account that bought it. No conversion tool will open one — not this site, not any other.

That is worth saying without hedging, because the alternative is a search that leads through a long tail of sites promising otherwise. A tool that claims to convert a protected M4V is either mistaken about what it has, or is describing circumvention, which is unlawful in most jurisdictions regardless of the file being yours. The protection is doing what it was built to do.

Telling a protected file from an ordinary one

The quickest test is to open it in something other than Apple’s software. VLC plays an unprotected M4V immediately and refuses a protected one with an error about a missing key. A converter behaves the same way: an unprotected file loads, a protected one fails at the first frame.

Origin is the other tell, and it is usually decisive. Bought or rented from Apple, it is protected. Exported from iMovie, Final Cut, QuickTime or Handbrake, it is not. Downloaded from anywhere else, almost certainly not — Apple does license FairPlay to other services, but that variant protects streams rather than files, so it never arrives as an M4V you can save.

Everything else about it is just MP4

Strip the DRM question away and M4V is the MP4 container with a different extension. Same structure, same boxes, same index, and normally the same H.264 video with AAC audio inside. Apple introduced the separate name so its software could distinguish video from the audio-only M4A, which uses the identical container.

That is why an unprotected M4V very often plays after being renamed to `.mp4`, and why converting one is usually trivial or unnecessary. For what is actually inside a file like this — codecs, tracks, why some players refuse it — the MP4 page covers it and this one deliberately does not repeat it.

Where an unprotected M4V comes from

Apple’s own editing and export tools, mostly. iMovie writes M4V when sharing to a file. QuickTime does for some export settings. Handbrake offers it as an option, chosen by people converting for Apple devices. Older iTunes libraries are full of M4V files that were imported rather than bought, and those carry no protection at all.

Home video is the largest category by volume and the one that matters here: an M4V exported from iMovie is an ordinary video file with an Apple-flavoured extension, and every complaint about M4V being difficult is about the store files rather than these.

Why other devices reject it

Usually not because of the format but because of the extension. A television, a games console or a media player may have a list of accepted extensions and simply not include `.m4v`, even though the file inside is H.264 video it decodes perfectly well.

Which means the cheapest fix is usually not a conversion at all: change the extension to `.mp4` and the same bytes are accepted, with nothing decoded and nothing lost. Converting here does decode — the encoder is always given a bitrate, and that alone rules out a packet copy — so it costs a generation of quality and a wait proportional to the running time. Try the rename first.

Chapters, subtitles and what Apple added

M4V can carry chapter markers and subtitle tracks, and Apple’s software reads both. Other players are inconsistent about them — the same limitation MP4 has, since it is the same mechanism.

A converted file will usually keep the video and audio intact and may lose the chapters. If chapters matter, MKV is the container that holds them reliably; if subtitles matter, a separate SRT file beside the video is understood by everything.

The rental clock is inside the file’s licence

A rented film stops playing when the rental period ends, and the file typically remains on disk afterwards as an unplayable object. Deleting it is safe and reclaims the space; there is nothing to recover.

Purchased films behave differently — they stay playable as long as the account is authorised — but they remain licensed rather than owned in the sense a downloaded file usually implies. That is a fair thing to know before planning an archive around them.

What to do with the one you have

If it is unprotected and going to a device that refuses the extension, rename it to `.mp4` first: nothing is decoded and nothing is lost. Convert only if the rename is refused, and expect a re-encode rather than a rewrap. If it is going onto a computer, a phone or an Apple device, leave it alone — it already plays.

If it is protected, use Apple’s own apps on an authorised device, which is the only supported way to watch it. That is an unsatisfying answer and it is the accurate one, which is better than a satisfying answer that does not work.

Renaming it works, except when it does not

An M4V without copy protection is an MP4 with a different extension, so changing the extension makes it open in players that were refusing it. This is the correct fix and it costs nothing, because nothing about the file needs to change.

It fails on files bought from the iTunes Store, which carry FairPlay protection. Those need the account they were bought with, the rename accomplishes nothing, and no converter reaches inside them — the protection sits between the file and any tool that would read it. If a rename does not work, that is almost always what you are holding.

The facts, in one place

Identifiers and provenance for the M4V format.
Extension.m4v
Media typevideo/x-m4v
Published byApple
First published2005