Initializing... drag & drop files here
Supports: AV1, MP4, MKV, WEBM
If you have a raw .av1 file and you want an .aif audio file out of it, there is an important catch: a raw .av1 stream is video only. The AV1 bitstream defined by AOMedia carries coded video in Open Bitstream Units (sequence headers, frame and tile data, metadata) and no audio at all — audio always lives in a container layer such as WebM or MKV, never in the AV1 stream itself. So "extracting audio to AIF" from a true .av1 file gives you a silent or empty result, because there is nothing to extract. This page explains what is actually happening and where to go instead.
.av1 file or click "+ Add Files". Files upload over an encrypted connection.The output .aif is a standard Audio Interchange File: lossless, uncompressed PCM, big-endian byte order — Apple's 1988 format, the macOS counterpart to WAV. The problem is upstream of the format, not the format itself:
.av1 elementary stream has no audio track, so the resulting AIF will be silent or zero-length. That is expected behavior for a video-only input, not a conversion bug..av1 stream — it is a container (.webm, .mkv, .mp4) that holds AV1 video plus a separate audio track. In that case the audio is real and extractable, just through the container's tool..webm or .mp4 (container with sound): use WebM to AIF or MP4 to AIF to pull a real AIF audio track. For a compressed result, WebM to MP3 is smaller.| Property | Value |
|---|---|
| Full name | Audio Interchange File Format (AIFF / AIF) |
| Developer & year | Apple, 1988 (based on Electronic Arts' IFF) |
| Audio payload | Uncompressed PCM, 16-bit, big-endian (lossless) |
| Byte order | Big-endian (WAV is little-endian) |
| Compressed variant | AIFF-C / .aifc (1991) — supports codecs beyond raw PCM |
| Best for | macOS/iOS editing, archival masters, sample libraries |
| Trade-off | Large files — roughly 10 MB per minute of CD-quality stereo |
Both are uncompressed PCM containers with identical audio quality; the practical differences are origin and byte order.
| Property | AIF / AIFF | WAV |
|---|---|---|
| Developer & year | Apple, 1988 | Microsoft / IBM, 1991 |
| Container base | EA IFF (big-endian chunks) | RIFF (little-endian chunks) |
| Byte order | Big-endian | Little-endian |
| Payload | Uncompressed PCM (lossless) | Uncompressed PCM (lossless) |
| Best for | macOS / iOS audio tools | Cross-platform and Windows tools |
| Quality | Identical to WAV | Identical to AIF |
Because a raw .av1 file is a video-only bitstream with no audio track. The AOMedia AV1 specification defines only video data in its Open Bitstream Units; audio is never stored inside the stream. With nothing to decode into audio, the AIF comes out silent. If you expected sound, your source is probably a container file (see below), not a true raw AV1 stream.
Check the real container, not just the name. If the file plays with audio in VLC or QuickTime, it is a container (.webm, .mkv, or .mp4) carrying AV1 video plus a separate audio track. A genuine raw .av1 elementary stream usually will not play in standard players at all and has no embedded sound. A tool like MediaInfo will list the tracks so you can confirm before converting.
Convert from the container that holds the audio, not from the AV1 video stream. If your file is WebM, use WebM to AIF; if it is MP4, use MP4 to AIF. Both pull the embedded audio track and write it out as lossless AIF.
Yes — when there is audio to convert. Our pipeline writes 16-bit big-endian PCM, the uncompressed format AIFF was built around, so there is no lossy re-encoding step. In our testing, a 3-minute stereo source extracted from a WebM container produced a roughly 30 MB AIF, consistent with PCM's ~10 MB-per-minute footprint at CD quality.
They are technically near-identical — both are uncompressed PCM containers. The only meaningful difference is byte order: AIFF is big-endian and originated on Apple/Mac platforms, while WAV is little-endian and originated on Windows. Pick AIF if you work in macOS/iOS audio tools or want a Mac-native master; pick WAV for broader cross-platform compatibility. Quality is identical.
No. Trimming only selects a time range — the audio is decoded and written out as uncompressed PCM exactly like an untrimmed conversion, and because PCM is lossless, cutting the clip shorter adds no quality loss of its own. It is a safe way to shorten a file.
Opus and AAC are the common partners. When AV1 video is muxed into a WebM container, the audio track is almost always Opus; when it is placed in MP4 or MKV, it is typically AAC, and MKV sometimes carries Opus too. AV1 itself never holds the audio — it is always a separate track in the container. That is why, to get an AIF out, you convert from the container (WebM, MP4, or MKV), not from the raw AV1 stream, which has no audio at all.
Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours. There is no sign-up, no watermark, and files are never shared or made public.