Initializing... drag & drop files here
Supports: AV1, MP4, MKV, WEBM
This page converts an .av1 file to .au, the legacy Sun/NeXT audio format. There is a catch worth knowing before you upload: a bare .av1 file is a raw AV1 video bitstream — a sequence of Open Bitstream Units (OBUs) that holds picture only, no sound. AV1 is a video codec from the Alliance for Open Media, and its specification defines no audio at all; the soundtrack that accompanies an AV1 video lives in a container (MP4, WebM, or MKV), never in the raw stream. So extracting audio from a true .av1 file usually produces a silent or empty AU, because there is nothing inside to extract. If you actually want the soundtrack, you almost certainly need to convert the container file instead — keep reading for exactly how.
.av1 file onto the page, or click "+ Add Files" to browse. You can queue several files and convert them in one batch with the same settings.AV1 is purely a video coding format. The raw bitstream — the kind of file that carries an .av1 (or .obu) extension — packetizes everything into Open Bitstream Units, and the AV1 specification defines those units for coded video only. Audio is never part of the AV1 stream; when you watch an AV1 video with sound, that audio is a separate track (commonly Opus or AAC) multiplexed alongside the video inside a container such as MP4, WebM, or Matroska (MKV).
That distinction is the whole story here:
.av1 bitstream, there is no audio track inside it, so converting it to AU gives you an empty or silent file. That is not a fault in the tool — there is simply no sound in the source to write into the AU..mp4 / .webm / .mkv whose video happens to use the AV1 codec, the soundtrack you want is in that container. Convert the container directly with MP4 to AU or WebM to AU and you will get the audio. People often call those files "AV1 files" loosely because the video codec is AV1, but the extension on disk decides which tool to use.When AU is written here, the audio is stored as 8-bit μ-law (G.711 companding) by default, with A-law and 16-bit big-endian linear PCM (PCM_S16BE) selectable in the advanced options. Both fit the format naturally: the AU header stores all fields in big-endian order, and μ-law and 16-bit PCM are among its standard encodings. AU is a simple format introduced by Sun Microsystems, common on NeXT systems and early web pages, using the .au/.snd extensions and the audio/basic MIME type.
| Property | AV1 (source) | AU (output here) |
|---|---|---|
| Type | Video coding format (Alliance for Open Media, 2018) | Audio container (Sun Microsystems / NeXT) |
| Raw file holds | Video only — no audio track | Audio only |
| Stream unit | Open Bitstream Units (OBUs) | Audio samples behind a .snd header |
Audio inside a .av1 |
None — audio lives in a container instead | 8-bit μ-law by default; 16-bit big-endian PCM selectable |
| Where its audio normally lives | MP4 / WebM / MKV container (Opus, AAC) | The AU file itself |
| Byte order | — | Big-endian (all fields and sample data) |
| Result of this conversion | — | Usually empty/silent if the source is a true raw .av1 |
| Right tool if you need the audio | Convert the container (MP4/WebM/MKV) | — |
.av1 bitstream: it contains no audio to extract. Convert the container that holds your AV1 video instead — MP4 to AU, WebM to AU, or MKV to AU..av1 stream that is truncated or non-conformant may fail to decode. Confirm the file plays in a current build of VLC first.This tool can only write audio that actually exists in the source. A genuine raw .av1 bitstream is video-only, so there is no soundtrack for it to produce — the realistic path to an AU file with sound is to start from the container that carries both the AV1 video and its audio track and use MP4 to AU or WebM to AU. If you only want to keep the video, reach for AV1 to MP4 instead, and if you need a small, broadly playable audio file rather than legacy AU, AV1 to MP3 is the better target.
AU is an audio-only target, so what matters is where the sound lives — not what the video codec is. Match your file to the correct row:
| What you actually have | Contains audio? | Right tool |
|---|---|---|
A true raw .av1 / .obu bitstream |
No — video only | Keep the picture with AV1 to MP4 |
An .mp4 whose video is AV1 |
Yes, in the container | MP4 to AU |
A .webm whose video is AV1 |
Yes, in the container | WebM to AU |
An .mkv whose video is AV1 |
Yes, in the container | MKV to AU |
| You want a small, portable file | — | Lossy AV1 to MP3 |
Because a raw .av1 file is a video-only bitstream. AV1 is a video codec, and its raw Open Bitstream Unit stream carries no audio track at all — sound always rides in a container (MP4, WebM, MKV) alongside the AV1 video. With nothing to extract, the AU comes out empty or silent. To get the soundtrack, convert the container file with MP4 to AU or WebM to AU.
Use the tool that matches the file's actual extension. If the file on disk ends in .mp4, the audio is inside that MP4 container even though the video codec is AV1, so MP4 to AU is the right choice. Use this AV1-to-AU page only for true raw .av1 (or .obu) bitstreams — and those have no audio to extract.
No. AU is an audio-only format, so this is an audio-extraction tool with no picture in the output. Because a raw .av1 stream is video-only to begin with, you would also be extracting from a file that has no sound. If you want to keep the video, convert to a video format such as AV1 to MP4.
By default it is 8-bit G.711 μ-law — logarithmic companding that packs roughly 14 bits of dynamic range into each 8-bit sample, a telephony-grade lossy step. If you need full fidelity, select 16-bit linear PCM (PCM_S16BE) in the advanced options; its samples are written big-endian, matching the AU format's native layout, which stores all fields most-significant-byte first. A-law is also available. Either way, files are larger than a lossy MP3 of the same audio.
Once you are converting the right file — the container, not a raw .av1 — AU is the niche pick: choose it only when an old Unix or NeXT-era tool specifically requires .au/.snd. For editing on modern systems, the uncompressed AV1 to WAV is far more widely supported; for a small, broadly playable file, AV1 to MP3 is the better target. AU is rarely the default choice today.
Yes. AU is the simple audio format Sun Microsystems introduced, and it has always used the .au and .snd extensions interchangeably under the audio/basic MIME type — the same header and big-endian PCM layout regardless of which extension is on disk. It was common on NeXT systems and early web pages. This converter writes the .au form as 8-bit μ-law by default (16-bit big-endian PCM selectable), which a NeXT- or Unix-era tool expecting .snd will read the same way.
Yes — queue multiple files with "+ Add Files" and they convert with the same channel and sample-rate settings. The same honest limit applies to each: a genuine raw .av1 is video-only, so it produces an empty or silent AU, while a container that actually holds an audio track decodes cleanly. For sound, upload the .mp4, .webm, or .mkv version of each clip instead of a demuxed .av1.
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. In our testing, a true raw .av1 stream produced an empty AU file exactly as the format dictates, while a container that actually held an audio track decoded its sound cleanly.