Initializing... drag & drop files here
Supports: MOV
This tool extracts the audio track from a QuickTime MOV video and saves it as an AU (.au / .snd) file — the legacy Sun Microsystems and NeXT sound format. The video stream is discarded; only the audio is kept. Convert to AU when a specific Unix, Solaris, or Java workflow expects a .au file rather than a modern container like MP3 or WAV.
| Property | Value |
|---|---|
| Origin | Sun Microsystems, for Unix workstations and the NeXT platform |
| Extensions | .au, .snd |
| Magic number | .snd (0x2E736E64) at offset 0 |
| Header | 24-byte fixed header (six 32-bit big-endian fields) + optional annotation |
| Default encoding | 8-bit µ-law (G.711) at 8000 Hz, mono — the historic Unix system-sound default |
| Other encodings | A-law, 8/16/24/32-bit linear PCM, 32- and 64-bit IEEE float |
| Header byte order | Big-endian |
| Best for | Java audio (javax.sound.sampled), legacy Unix/Solaris tooling, telephony µ-law samples |
| Status | Legacy; superseded by WAV, AIFF, and compressed formats for general use |
| Property | Value |
|---|---|
| Origin | Apple, QuickTime container (introduced 1991) |
| Structure | Hierarchical atom/box container holding separate video and audio tracks |
| Typical audio track | AAC, ALAC, or PCM, commonly 44.1 or 48 kHz stereo |
| What this tool reads | The audio track only — video is not re-encoded or kept |
| Best for | Screen recordings, iPhone/camera clips, and edited footage you want the sound from |
.mov file onto the page, or click "+ Add Files" to browse from your computer.Java applications open .au natively — the Java Sound API (javax.sound.sampled) supports AU, SND, AIFF, and WAV without any extra library, which is why Java applets historically used AU for system sounds. On the desktop, VLC, Audacity, and FFmpeg all read AU. If a player refuses it, the file is likely an uncommon encoding (24-bit or float PCM) rather than the standard µ-law or 16-bit profile.
AU is a container that can hold several encodings: 8-bit µ-law and A-law companding (ITU-T G.711), 8/16/24/32-bit linear PCM, and 32- or 64-bit IEEE floating point. The historic default is 8-bit µ-law at 8000 Hz, mono — the format originally shipped headerless in exactly that profile on Sun and NeXT systems before the 24-byte header was standardized.
Going from a compressed MOV audio track (usually AAC) to AU is a decode-then-re-encode step, so it inherits the lossy compression already in the source — it does not add a second lossy pass if you keep a linear PCM profile. Choosing the legacy 8-bit µ-law 8000 Hz profile, however, is a deliberate quality reduction for telephony-style audio. For a faithful copy, keep the sample rate at "Original" and a 16-bit PCM-class encoding.
Only convert to AU when something specifically requires it: a Java program loading a bundled .au clip, a legacy Solaris or SunOS workflow, or a telephony pipeline that expects raw µ-law samples. For general playback, sharing, or editing, WAV (lossless) or MP3 (small, universal) are better choices — see MOV to WAV or MOV to MP3.
It depends entirely on the encoding. An 8-bit µ-law 8000 Hz mono AU is tiny — roughly 8 KB per second of audio — because µ-law packs each sample into a single byte. A 16-bit PCM AU at 44100 Hz stereo is far larger, near 176 KB per second, since it stores uncompressed samples. In our testing, a 60-second MOV exported to 8-bit µ-law 8000 Hz mono AU produced a file under 500 KB, while the same clip at 16-bit 44100 Hz stereo exceeded 10 MB.
No formal body actively maintains it today; AU is a stable legacy format whose structure has been documented and unchanged for decades. It remains useful precisely because it is simple and predictable — a fixed 24-byte big-endian header followed by raw samples — which is why it persists in Java tooling and parts of scientific audio computing. If you need a current, widely supported target instead, our Audio Converter re-encodes AU into MP3, WAV, FLAC, and other modern formats.
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.