Initializing... drag & drop files here
Supports: MP4, M4V
This tool extracts the audio track from an M4V video and writes it as AIFC (AIFF-C), the extended version of Apple's AIFF container. The picture is discarded — you end up with an audio-only file. M4V is Apple's MPEG-4 variant and its soundtrack is almost always AAC, a lossy codec, so this page is honest about what you actually get: a lossless AIFF-C container wrapped around audio that was already lossy. Below is what AIFC is, what byte order and sample data the converter writes, and when AIFC makes sense over plain AIFF or a smaller format.
Three honest points specific to extracting M4V audio to AIFC:
| Property | Value |
|---|---|
| Developer | Apple Inc. — AIFF published Jan 1988, AIFF-C added July 1991 |
| Based on | Electronic Arts' Interchange File Format (IFF) |
| Container | Chunk-based; FORM header reads AIFC (vs AIFF for plain AIFF) |
| Distinguishing chunk | Format Version (FVER) chunk, absent from plain AIFF |
| Sample data | PCM 16-bit big-endian by default here; container can also hold µ-law, A-law, MACE, or IMA ADPCM |
| Byte order | Big-endian by default; little-endian written as the sowt variant (no actual compression) |
| Lossless when used with PCM? | Yes — PCM in AIFF-C is bit-for-bit uncompressed, same as AIFF |
| Best for | Apple/macOS and pro-audio pipelines (Logic Pro, Pro Tools) that expect an AIFF-C/PCM input |
| Property | Value |
|---|---|
| Container | Apple MPEG-4 variant (MP4 family), used since 2006 |
| Typical video codec | H.264, sometimes H.265 (HEVC) — discarded during extraction |
| Typical audio codec | AAC (lossy); occasionally AC-3 |
| Lossy audio? | Yes for AAC — the standard case |
| DRM | iTunes Store purchases are FairPlay-protected and cannot be converted |
| Best for | Playing Apple video; the AAC track is what this tool pulls out |
sowt layout, or A-law / µ-law if a specific Apple workflow expects it.No. Although AIFF-C can hold compressed audio, the default here is PCM 16-bit Big Endian, so the output is uncompressed audio in an AIFF-C container. Expect a file roughly the same size as an AIFF of the same bit depth, sample rate, and length — wrapping PCM in AIFC does not shrink it. In our testing, a 16-bit/44.1 kHz stereo extract ran about 10 MB per minute of audio, the same as the equivalent AIFF.
No. M4V audio is almost always AAC, which is lossy. Converting to AIFC produces a lossless copy of the already-decoded audio; it cannot rebuild detail removed during the original AAC compression. You get a faithful, large copy of lossy audio — not a higher-fidelity master.
Structurally, AIFF-C adds a compression-type field to the Common chunk and a Format Version (FVER) chunk, and its FORM header reads AIFC instead of AIFF. Because this converter outputs PCM either way, the practical difference is mainly the container tag. If you want the plain uncompressed format, use M4V to AIFF instead.
Only if it is DRM-free. M4V files bought from the iTunes Store carry Apple's FairPlay DRM, which encrypts the stream so no standard converter can read the audio. Your own exports, recordings, and non-protected M4V files extract normally; protected purchases will fail.
Since M4V audio is already AAC, the cleanest extract is to copy that AAC stream into an M4A file without decoding it — that keeps the exact original audio at its original size. AIFC instead decodes the AAC to PCM, which is lossless relative to the decoded signal but produces a much larger file.
On macOS, QuickTime Player, the Music app, and DAWs such as Logic Pro and Pro Tools handle AIFF-C natively. On Windows and Linux, VLC and the audio editor Audacity open AIFC files. If a player rejects it, converting to a more universal format usually resolves playback.
Use AIFC when a macOS-centric tool or archive specifically expects an AIFF-C/PCM file and you want a lossless working copy for editing. If your goal is a small file for sharing or storage, a lossy format is far more practical — convert with M4V to MP3 instead, since PCM-based AIFC files are large.
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.