.ac3

What is a .ac3 file?

AC3 is the Dolby Digital surround sound format used in DVDs, Blu-rays, and broadcast television.

Safe format
Type Audio
By Dolby Laboratories
MIME audio/ac3

Drop any file to identify it

No upload. No signup. No sending your file halfway across the internet.
We tell you what it is, right here in your browser.

What is it

AC3 is the audio format behind the Dolby Digital logo you see before every movie. It encodes up to 5.1 channels of surround sound at bitrates from 64 to 640 kbps, and it's been the standard audio format for DVDs since the late 1990s. When you rip a DVD and find an .ac3 file, you're holding the movie's actual surround sound mix.

The codec uses perceptual coding — like MP3, but optimised for multichannel audio rather than stereo music. At 448 kbps (the DVD standard), AC3 sounds excellent through a proper surround system. It's lossy, though — audiophiles prefer lossless formats like DTS-HD or TrueHD for Blu-ray rips.

VLC and most media players decode AC3 without fuss. For editing or conversion, FFmpeg handles it natively. If you need to convert AC3 to stereo MP3 or AAC for playback on headphones or phone speakers, the surround channels get downmixed automatically.

Technical details
Full Name
Dolby Digital Audio
MIME Type
audio/ac3
Developer
Dolby Laboratories
Magic Bytes
0B 77
Safety
.ac3 is a known, safe format. Audio data only. No executable content.
What opens it
VLC
FREE Windows / Mac / Linux
foobar2000
FREE Windows
MPV
FREE Windows / Mac / Linux
FAQ
How do I play AC3 files?
VLC plays AC3 natively on any platform. For surround sound output, make sure your audio device is configured for 5.1 in your system settings.
What's the difference between AC3 and AAC?
AC3 (Dolby Digital) is designed for surround sound in movies. AAC is a general-purpose codec that handles stereo and surround at higher efficiency. AAC produces better quality at lower bitrates.
Can I convert AC3 to MP3?
Yes. FFmpeg converts AC3 to MP3 with automatic downmixing: `ffmpeg -i input.ac3 -c:a libmp3lame -q:a 2 output.mp3`. VLC can also transcode via Convert/Save.
Related formats