Initializing... drag & drop files here
Supports: AV1, MP4, MKV, WEBM
This is for anyone holding an AV1-encoded video who needs the soundtrack on its own as uncompressed PCM — usually because a Mac DAW such as Logic Pro, GarageBand or Pro Tools is waiting for it. The output is audio only; the picture is discarded. Along the way this tutorial covers the four PCM flavours the converter offers and the one that produces a true AIFF rather than an AIFF-C, why the result is so much larger than the video it came from, and the honest limit of putting already-compressed audio into a lossless container.
.av1 file onto the page, or click "+ Add Files" to browse. This page accepts .av1 files specifically — an AV1 video inside another wrapper needs the converter matching that extension, such as MKV to AIFF or MP4 to AIFF. Several files can be queued and extracted in one pass..aiff file individually or as a ZIP. Files upload over an encrypted connection, are converted on our servers and are deleted automatically a few hours later. No sign-up, no watermark.All four options write a file with an .aiff extension, but they do not all write the same kind of file. Only 16-bit big-endian PCM produces a file whose header declares the original AIFF form; the other three produce AIFF-C, the 1991 extension of the format that allows alternative sample encodings. We confirmed this against the same FFmpeg encoders our servers use — the first four bytes after the FORM chunk read AIFF for the default and AIFC for the rest.
| Audio Codec | What gets written | Data rate at 44.1 kHz stereo | Choose it when |
|---|---|---|---|
| PCM 16-bit Big Endian (default) | A standard AIFF, 1,411 kbps, byte order as the original Apple spec defines it | ~10.6 MB per minute | Almost always — Logic Pro, GarageBand, Pro Tools and Final Cut import it without a second thought |
| PCM 16-bit Little Endian | An AIFF-C file with byte-swapped samples | ~10.6 MB per minute | A specific Windows tool insists on little-endian data but still wants the .aiff extension |
| PCM A-law | An AIFF-C file with 8-bit companded samples, G.711 A-law | ~5.3 MB per minute | You are matching a European telephony archive; not a quality choice |
| PCM mu-law | An AIFF-C file with 8-bit companded samples, G.711 µ-law | ~5.3 MB per minute | You are matching a North-American telephony or legacy Unix archive |
The two companded options halve the file size, but they do it by throwing away resolution — they encode each sample as one logarithmically scaled byte, which is telephone quality by construction. If your goal is a smaller file rather than a compatible one, a lossy codec will sound far better at the same size: try AV1 to M4A or AV1 to MP3 instead.
Uncompressed PCM has no surprises in it — the size is simply sample rate × bytes per sample × channels × duration. That arithmetic is why an extracted soundtrack can dwarf the video it came out of.
| Settings | Data rate | Per minute | Per hour |
|---|---|---|---|
| 44.1 kHz, 16-bit, stereo (default path for CD-rate audio) | 1,411 kbps | ~10.6 MB | ~635 MB |
| 48 kHz, 16-bit, stereo (typical for video soundtracks) | 1,536 kbps | ~11.5 MB | ~691 MB |
| 44.1 kHz, 16-bit, mono | 706 kbps | ~5.3 MB | ~317 MB |
| 44.1 kHz, 8-bit companded (A-law / mu-law), stereo | 706 kbps | ~5.3 MB | ~317 MB |
| 16 kHz, 16-bit, mono (speech transcription target) | 256 kbps | ~1.9 MB | ~115 MB |
For comparison, the audio track inside your AV1 file is probably running at 96–256 kbps, so a default extraction produces roughly six to fifteen times as many bytes as the audio you started with — without adding a single bit of information.
AV1 is a video codec and carries no audio of its own. The soundtrack riding alongside it in a container is virtually always a lossy stream — AAC or Opus — so decoding it into uncompressed PCM gives you a large, bit-exact copy of already-compressed audio. Nothing that the original encoder discarded comes back, and no setting on this page changes that. What you gain is downstream: once the audio is PCM, every edit, effect and export in your DAW is lossless, so the lossy generation is paid once instead of accumulating with each save. If what you actually want is a small file rather than an editing master, a lossy target is the honest choice. And if the source is DRM-protected, truncated or otherwise damaged, extraction fails regardless of output format — the stream has to decode before it can be rewritten.
No. AIFF is an uncompressed container, but a container cannot restore what a codec removed. The audio alongside an AV1 video is lossy AAC or Opus, so the AIFF is a bit-exact decode of that already-compressed stream, artefacts included. What AIFF does prevent is further loss: editing and re-exporting PCM in a DAW adds no new compression damage, which is exactly why audio engineers work in it.
Because you are trading compression for raw samples. The audio inside the AV1 is perhaps 96–256 kbps, while 16-bit 44.1 kHz stereo PCM runs at 1,411 kbps — about 10.6 MB every minute, or 635 MB an hour. A one-hour lecture recording with a modest AV1 video track can easily produce an AIFF several times the size of the source file. That is the format working as intended, not a fault.
PCM 16-bit Big Endian. Big-endian byte order is baked into the original AIFF specification, which Apple defined in 1988 on the Motorola 68000-based Macintosh and built on Electronic Arts' IFF chunk structure. It is what Logic Pro, GarageBand and Final Cut Pro expect to see, and it is the only one of the four choices here that produces a plain AIFF file rather than an AIFF-C.
Because AIFF-C is what the format requires for anything other than plain big-endian PCM. AIFF-C (the "C" is for compressed) was added in 1991 so the container could carry alternative sample encodings, and it stores a four-character compression identifier in the header. Choosing PCM 16-bit Little Endian, PCM A-law or PCM mu-law therefore writes an AIFC-form file even though the extension stays .aiff. Modern audio software reads both; a handful of very old utilities only handle the original form. Stay on the default if that matters.
They are equivalent in quality — both hold uncompressed PCM, and a 16-bit 44.1 kHz stereo file is the same size either way. The difference is convention: AIFF is big-endian and native to the macOS audio world, while WAV is little-endian and the default across Windows tooling. Pick AIFF if the file is going into a Mac DAW; use AV1 to WAV for a Windows handoff, and AIFF to WAV if you need to switch later.
Yes. Set Trim to Time Range and enter a Start time and a Duration — both accept plain seconds (for example 12.5) or HH:MM:SS.sss (00:02:15.250). That is the efficient way to lift one song out of a concert capture, a single line of dialogue from a screen recording, or one chapter of a long lecture without exporting and then editing down a huge PCM file.
There is nothing to extract, and the job will not produce usable audio. Silent screen recordings, rendered animations and clips exported as video-only have no audio track at all. Check first by playing the file in VLC, or by running ffprobe file.av1 and looking for an audio stream in the output. If there is none, no converter can create one.
No, this converter takes .av1 files. If your AV1 video is wrapped in another container, use the page that matches the actual extension — MKV to AIFF or MP4 to AIFF — and the result is exactly the same. The extension simply tells us which demuxer to open the file with before the audio track is decoded.
Your file is uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after the job finishes — never shared, never made public, with no sign-up and no watermark. On long videos the practical constraint is upload size and time rather than the extraction, so trimming to the section you need before converting saves you far more waiting than any codec setting will.