Initializing... drag & drop files here
Supports: MP4, M4V
This page walks through pulling the soundtrack out of an M4V video and saving it as AIF — Apple's uncompressed PCM audio format (.aif is the short spelling of .aiff; the bytes are identical). M4V is Apple's MPEG-4 variant, and its audio track is almost always AAC, a lossy codec, so this tutorial is honest about what you get: a lossless, large AIF wrapper around audio that was already lossy, with the picture discarded. By the end you will know which option to set, why the file gets big, and when a different format is the smarter extract.
.m4v (or .mp4) onto the page, or click "+ Add Files" to browse. Queue several clips and they extract in one batch with the same settings.The single decision that matters on this page is the Audio Codec dropdown, and the default is almost always what you want. Here is how to read it:
sowt layout inside the AIF/AIFF-C structure. It is the same raw samples in the opposite byte order — no actual compression, no quality difference.The reason the output is large is that PCM stores every sample in full. CD-quality stereo (44.1 kHz × 16-bit × 2 channels ≈ 1,411 kbit/s) runs about 10 MB per minute. The AAC inside an M4V is roughly an order of magnitude smaller, so expect the AIF to be several times the size of the soundtrack it came from. Those extra bytes are uncompressed data, not recovered detail.
FairPlay-protected M4V files are the hard stop: the encryption blocks every standard converter, including this one, so an iTunes Store purchase will fail no matter the settings. AIF is also the wrong target if your goal is a small, shareable file — uncompressed PCM is large by design; reach for M4V to MP3 for a compact lossy file instead. And remember the honesty at the heart of this conversion: decoding already-lossy AAC into a lossless AIF makes a bigger file but cannot restore fidelity. If you specifically want the lossless container's tag with a compression field, M4V to AIFC writes the same PCM samples in the AIFF-C structure.
Only if the M4V is DRM-free. Movies and TV episodes bought or rented from the iTunes/Apple TV store carry Apple's FairPlay encryption, which locks the stream to devices signed in to the purchasing Apple ID — so converters, VLC, and HandBrake alike cannot read the audio. Your own exports, recordings, and unprotected M4V files extract normally; protected purchases fail.
No. M4V soundtracks are almost always AAC, which is lossy — detail was permanently discarded at the first encode. Decoding that to uncompressed PCM and writing it as AIF stores the exact samples your player already produces; it cannot rebuild what was removed. You get a much larger file that sounds identical to the source, which is why AIF here is about an edit-ready uncompressed format, not added fidelity.
By default the Audio Codec dropdown is PCM 16-bit Big Endian. Big-endian byte order is the defining trait of AIF and what distinguishes it from little-endian WAV; it is the layout Apple's audio apps expect. In our testing, a one-minute 48 kHz stereo M4V extracted to an AIF of roughly 11 MB, in line with the ~10 MB-per-minute figure for uncompressed PCM. You can switch to a little-endian (sowt) or 24-bit variant in the same dropdown.
Because M4V audio is already AAC, the cleanest extract copies that AAC stream into an M4A file without decoding it — keeping the exact original audio at its original size. AIF instead decodes the AAC to PCM, which is lossless relative to the decoded signal but produces a much larger file. Choose M4A for an untouched copy, AIF for an uncompressed editing master.
.aif the same as .aiff?Yes — the bytes are identical. Apple published the format as AIFF in January 1988 (based on Electronic Arts' Interchange File Format), but DOS-era and cross-platform tools were limited to three-letter extensions, so .aif became the common spelling for the very same file. macOS, Logic Pro, and GarageBand read both interchangeably. The M4V to AIFF page does this exact conversion with the long extension.
Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after conversion — no sign-up, no watermark, never shared or made public.