Cookies for analytics and advertising
We use cookies for analytics and advertising, both sent to Google. Refusing changes nothing you can see.Read the privacy page
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.
Up to 100 files at once. Mixed formats are fine.
They convert one after another and download together as a ZIP.
M4V to AAC
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.
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.
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.
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 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.
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.
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.
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.
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 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.
| M4V | AAC | |
|---|---|---|
| Full name | iTunes Video | Advanced Audio Coding |
| File extension | .m4v | .aac |
| Media type | video/x-m4v | audio/aac |
| Compression | Lossy — file size is bought with quality | Lossy — file size is bought with quality |
| First published | 2005 | 1997 |
| Published by | Apple | MPEG |
| Specification | — | ISO/IEC 13818-7 |
| Licensing | Published, not standardised | Open standard |
| Standing today | Current | Current |
| Audio channels | — | up to 48 |
| Opens in a browser | Some browsers | Every browser |
| Considered instead | MP4, MOV | MP3, OPUS |
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.
AAC comes from MPEG and dates from 1997, specified as ISO/IEC 13818-7. VLC, FFmpeg and iTunes all read it.
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.
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.
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.
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.
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.
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.
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.