Initializing... drag & drop files here
Supports: MP4, M4V
You are pulling the soundtrack out of an Apple MPEG-4 video, and the audio inside it is almost certainly AAC — a lossy codec. AIF is the opposite: uncompressed PCM in Apple's Audio Interchange File Format, the format Logic Pro and GarageBand were built around. The short answer is that AIF is the right target when the audio is going into an editor or a DAW and you want no further compression stages, and the wrong target when you just want a listenable file, because uncompressed audio decoded from a lossy source is large without being better. This page lays out both sides, then walks through the conversion. (.aif and .aiff are the same format — the short spelling is a DOS-era three-letter convention.)
| Property | AIF (this page) | WAV | M4A |
|---|---|---|---|
| Audio data | Uncompressed PCM | Uncompressed PCM | AAC, same codec family as the source |
| Byte order | Big-endian — the spec stores "all data… in Motorola 68000 format" | Little-endian | N/A |
| Defining document | Apple's Audio Interchange File Format, first published January 1988 and built on Electronic Arts' EA IFF 85 | Microsoft/IBM RIFF | The MPEG-4 (MP4) container |
| Size, 44.1 kHz 16-bit stereo | 635 MB per hour | 635 MB per hour | 60-120 MB per hour |
| Practical file ceiling | ~2 GiB — chunk sizes are signed 32-bit | ~4 GiB — unsigned 32-bit | No practical limit |
| Bit depths this converter offers | 16-bit | 16, 24, or 32-bit | N/A |
| Native home | Logic Pro, GarageBand, macOS | Everything | Apple Music, phones |
| Second lossy generation | No | No | Yes — re-encoded |
Format facts above come from Apple's own specification, Audio Interchange File Format: "AIFF", A Standard for Sampled Sound Files, Version 1.3 (4 January 1989), which states that Audio IFF "conforms to the 'EA IFF 85' Standard for Interchange Format Files developed by Electronic Arts" and defines chunk sizes as signed 32-bit long values.
.m4v (or .mp4) onto the page or click "Add Files". Several clips can be queued and extracted with the same settings..aif. No sign-up, no watermark.| Option | What it writes | Rate at 44.1 kHz stereo | Choose it when |
|---|---|---|---|
| PCM 16-bit Big Endian | Standard uncompressed AIFF, Motorola byte order | 176.4 kB/s — 635 MB per hour | Almost always; this is what the page starts on |
| PCM 16-bit Little Endian | The same samples in the opposite byte order | 176.4 kB/s — 635 MB per hour | A Mac tool specifically asked for little-endian sample order |
| PCM A-law | 8-bit companded telephony coding — lossy | 88.2 kB/s — 318 MB per hour | A legacy telephony or voice system requires it |
| PCM mu-law | The North American / Japanese companding variant — lossy | 88.2 kB/s — 318 MB per hour | Same; otherwise avoid for music or dialogue |
There is no bitrate, quality preset, or target-size control on this page, and that is not an omission — uncompressed audio has no bitrate to set. Size is decided entirely by sample rate, bit depth, channel count and duration. Note also that Apple's specification allows sample points "from 1 to 32 bits" wide, but this converter writes 16-bit PCM; if you need 24-bit for mixing headroom, WAV offers 24- and 32-bit options.
.aif the same as .aiff?Yes — identical bytes, identical format. Apple published the specification as AIFF, but DOS-era and cross-platform tools were limited to three-character extensions, so .aif became the everyday spelling for the same file. macOS, Logic Pro, GarageBand, Audacity and VLC read both without distinction. The M4V to AIFF page performs the same conversion with the long extension if a downstream tool insists on it.
No, and this is the most important thing to understand before choosing it. The M4V's soundtrack is AAC, which discarded information permanently when it was first encoded. Decoding that to PCM reproduces exactly the signal your player already outputs — nothing is reconstructed. What you gain is a file with no further compression stage, which matters for editing and mastering; what you do not gain is fidelity.
They hold the same uncompressed PCM at the same size, so the decision is about ecosystem and headroom. AIF is the Apple-native choice and what Logic Pro and GarageBand expect. WAV is read by literally every audio application on every platform, offers 24- and 32-bit options here where AIF offers 16-bit, and has roughly double the file-size ceiling because its chunk sizes are unsigned rather than signed 32-bit values. For a Mac-only session, AIF; for anything shared, WAV.
Apple's specification defines chunk sizes as signed 32-bit values, which puts the practical ceiling around 2 GiB — roughly 3.4 hours of 44.1 kHz 16-bit stereo, or about 6.8 hours in mono. Feature-length films are comfortably inside that; multi-hour recordings at higher sample rates are not. If you are near the limit, extract in sections using Trim, or drop to Mono when the source is single-voice dialogue.
Because PCM stores every sample in full and ignores the source bitrate entirely. At 44.1 kHz, 16-bit, stereo the file grows at 176.4 kB every second — 635 MB per hour — whether the AAC it came from was 96 kbps or 256 kbps. That is roughly an order of magnitude more than the compressed track, and all of it is uncompressed data rather than recovered detail.
No. Films and TV bought or rented from the iTunes or Apple TV store carry FairPlay encryption that restricts playback to devices authorised with the purchasing account, and no converter — this one, VLC, or HandBrake — can read the audio out of a protected file. Your own exports, screen recordings, camera footage and unprotected downloads extract normally.
Because the output is uncompressed, so there is nothing to compress. The File Compression group — quality presets, constant bitrate, target file size — does not appear for PCM targets such as AIF, AIFF, WAV or FLAC. Your levers are Audio Sample Rate, Audio Channel, the PCM option in Audio Codec, and how much of the timeline you keep with Trim.
The picture is discarded — this is an audio-only output — and so are any soft subtitle tracks. Artwork does not carry across either. If the M4V has more than one audio track, such as a commentary or a second language, expect the extraction to take the default track rather than producing several files. Uploads travel over an encrypted connection, convert on our servers, and are deleted automatically after a few hours; there is no sign-up and no watermark.