Convert M4V to AAC

Converting M4V to AAC lifts the soundtrack out of an Apple-format video and writes it as a bare AAC stream. Two things decide whether this is the right page for you: whether the M4V is a protected iTunes download, and whether you actually wanted M4A instead.

  • Where it runs In your browser. The file is never uploaded.
  • Lossy Some detail is traded for size. AAC cannot hold everything an M4V can.
  • File size limit Up to 100 MB per file, free, without an account.
  • Worth knowing Only the first soundtrack is kept. A film with a second language or a commentary track loses it.

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

A protected M4V cannot be converted by anything in a browser

M4V is the extension Apple used for iTunes Store video, and store purchases carry FairPlay encryption. The audio track in such a file cannot be decoded without the key, which lives with Apple and not with you, so the conversion refuses before it starts and reports that nothing in the file could be converted.

That message means locked, not damaged. Where the file came from is the reliable test: bought or rented from the iTunes Store or the Apple TV app, it is protected and stays inside Apple’s apps. Exported from QuickTime, iMovie, Final Cut or Compressor, produced by a camera, or downloaded from a course platform, it is not, and the audio comes out normally.

The word AAC probably came from a file inspector

People arrive at this pair because something told them the M4V contains AAC audio — the info panel in QuickTime, a media inspector, the output of a command-line probe. That is accurate and it describes the codec, not the file you want to end up with.

The distinction is the whole decision here. A .aac file is a bare stream of audio frames with nothing around them. An .m4a file is the same audio inside a container, with a title, an artist, artwork and an index that lets a player jump to the middle. If the file is going onto a phone or into a library, the second one is what you meant.

What you get in the .aac, stated plainly

A run of AAC frames, each with a short header describing its own sample rate and channel layout, and nothing else. No metadata fields, no chapter marks, no cover art, no duration recorded at the front of the file.

The practical consequence is that some players show the wrong length until the file has been read through, and that scrubbing is approximate rather than exact. Neither is a defect; a stream has no table of contents because a stream was never meant to be browsed.

Only one soundtrack leaves the M4V

The stream holds exactly one audio track. An M4V carrying an original language and a dub, an audio description, or a commentary produces a file containing the first of them and discards the rest, with no way to choose which.

This is worth a check on Apple-delivered material specifically, because multiple tracks are far more common there than on a phone recording or a screen capture. A film, a series episode or a conference recording produced for distribution frequently has more than one, and the first is not always the one you want.

The M4V already held AAC, and this still re-encodes it

The audio inside the M4V is AAC and the output is AAC, so a straight copy of the frames would have been possible in principle. This path does not take it: the audio is decoded and encoded again, which spends one generation of quality.

On speech that is not something anyone will hear. On music it is measurable, and the site does have an exact route — the Extract audio tool, with the M4A option, copies the original packets across without a decoder running. If the M4V is a music video or a concert recording, that is the better page.

Chapters and artwork stay behind in the M4V

Apple-format video is more likely than most to carry chapter marks, a poster image and proper title metadata, because that is what the store and the Apple TV app display. None of it survives into a bare audio stream, which has nowhere to put any of it.

If those matter — an audiobook split into chapters, a lecture series with marks at each section — extract to M4A instead and expect to set the metadata yourself afterwards. A tagging tool takes a minute and produces something a library will file correctly, which a stream never will.

The source bitrate is a ceiling the AAC cannot rise above

Choosing the high quality band does not make the audio better than it arrived. The M4V’s soundtrack was encoded once already, at whatever bitrate whoever produced it chose, and everything removed at that point is gone. A higher setting on the second pass spends more bits reproducing what survived more faithfully; it cannot reconstruct what did not.

The practical reading is that the high band protects rather than improves. On a source that was itself encoded generously — a music video, a concert film — it is worth using, because there is detail there worth preserving through a second pass. On a lecture recorded at a modest bitrate for streaming, the balanced band produces a file indistinguishable from the high one and a good deal smaller.

Choosing a quality band for an Apple-sourced soundtrack

Three bands, defaulting to balanced, which the encoder resolves into a bitrate suited to AAC. Balanced is right for the material this page usually sees — talks, tutorials, recorded sessions — and the small band is for speech going onto a device with little room.

Use the high band when the audio is music or when the file will be processed again later. Since this is already a second compression pass, protecting it with the extra bits is worth more here than it would be on a first encode from a master.

What will open the resulting stream

VLC and FFmpeg read raw AAC streams without complaint, and so do the command-line tools anyone building a media pipeline already has. Browsers, phones and most desktop music players do not — they identify audio by its container and find none.

So a file that refuses to open on the machine it was made on is behaving correctly. If somebody else has to play the result, or if it is going into a music library, convert to M4A and hand over that instead.

The M4V stays on your machine throughout

The decode and encode both run inside the browser tab on your own processor, so nothing carrying the video is sent anywhere, and the network tab will confirm it. The free tier accepts files up to 100 MB, with no account and no daily count.

For the files this page attracts that is the sensible arrangement. Apple-format video is frequently a purchase, a personal recording or something distributed under a licence, and the shortest route between the file and the audio is one that does not involve a server at all.

How to take the audio out of an M4V file

  1. Check the origin of the M4V — an iTunes Store purchase is protected and will not convert.
  2. Decide between AAC and M4A. If a person is going to listen to it, choose M4A.
  3. Drop the M4V here, pick a quality band, and download the audio on its own.

M4V and AAC: an Apple container and the sound inside it

M4V compared with AAC
M4VAAC
Full nameiTunes VideoAdvanced Audio Coding
File extension.m4v.aac
Media typevideo/x-m4vaudio/aac
CompressionLossy — file size is bought with qualityLossy — file size is bought with quality
First published20051997
Published byAppleMPEG
SpecificationISO/IEC 13818-7
LicensingPublished, not standardisedOpen standard
Standing todayCurrentCurrent
Audio channelsup to 48
Opens in a browserSome browsersEvery browser
Considered insteadMP4, MOVMP3, OPUS

Opening the result

AAC opens in every current browser. M4V has narrower browser support than that. If the file is going onto a web page or into a form, that is usually the whole reason for the conversion.

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

What each format is for

AAC comes from MPEG and dates from 1997, specified as ISO/IEC 13818-7. VLC, FFmpeg and iTunes all read it.

M4V to AAC: protected files, tracks and the right target

Are my M4V 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.

My M4V will not convert. What does that mean?

Almost certainly that it is protected. Video bought or rented from the iTunes Store carries FairPlay encryption, the browser cannot decode it, and the conversion stops with a message saying nothing in the file could be converted. No browser tool removes that, and any site claiming to is asking you to upload a film to find out.

Which M4V files do convert?

Anything you produced or were given unprotected: QuickTime, iMovie, Final Cut and Compressor exports, files from a camera or a phone, downloads from course platforms and conference sites. If you did not buy it from Apple, it almost certainly converts.

Do I want AAC or M4A?

M4A, in most cases. AAC is the codec and it is already what the M4V holds; the .aac file this page writes is a bare stream with no title, no artwork and no seek index, which several ordinary players will not open. M4A wraps the same audio in a container everything reads.

How many soundtracks come out?

One. The stream format holds exactly one audio track, so an M4V with a second language, an audio description or a commentary loses the rest. That is more likely on an Apple-delivered file than on a phone recording, so it is worth checking what is in yours.

Does the audio stay at its original quality?

Not quite. Although the M4V already held AAC, this path decodes and encodes again rather than copying the frames across, which costs one generation. For speech it is inaudible; for music, use the high quality band or the Extract audio tool with the M4A option, which copies the original packets untouched.

Is the file uploaded to be converted?

No. Everything runs in your browser using the decoders your machine already has, so the video never leaves the device. The free tier takes files up to 100 MB, with no account and no daily count.

More about these formats