What is the AC3 file format?
.ac3 is an audio file saved in Dolby Digital format, standardized by ATSC as the A/52 specification. It is used for storing audio tracks on DVDs, Blu-ray discs, and ATSC digital television broadcasts in North America. The .ac3 format supports up to 5.1 audio channels - front left/right, center, surround left/right, and a low-frequency effects (LFE) subwoofer channel - delivering high-fidelity surround sound that must be decoded during playback by a compatible software player or AV receiver.
A raw .ac3 file is a binary elementary bitstream: a sequence of frames each beginning with sync word 0x0B77 and carrying two CRC-16 checksums for error detection. Bitrates range up to 640 kbit/s; 48 kHz is the standard sample rate for DVD and broadcast content.
Channels and mixing
Audio data can be stored in a standalone .ac3 file or as a track inside a media container - such as MKV - alongside video data. An AC-3 audio stream does not need to utilize all six channels; mono, stereo, and 4-channel configurations are all valid. Some output devices that do not support more than 2 audio channels may convert multi-channel AC-3 streams to 2-channel stereo in a process called downmixing. Downmixing is a process of combining multiple audio channels into a stereo or mono output based on channel metadata embedded in the bitstream.
For newer streaming and broadcast applications, Dolby Digital Plus (.eac3) extends AC-3 with higher bitrates and up to 7.1 channels while remaining backward-compatible.
Security & safety
RISK: LOWAC-3 is plain audio data and carries no executable content, so the file itself is low risk. The real-world hazard is the conversion ecosystem: many '.ac3 converter' downloads are legacy freemium tools that bundle adware/PUPs. Use VLC, FFmpeg or HandBrake from official sites. Also note AC-3 is patent-encumbered (Dolby licensing), though core US patents have expired - relevant to software distribution, not to playing your own file.
Format details
in a nutshellPrograms that open AC3 files
Technical details
deep spec| Sync word | 0x0B77 (big-endian) at the start of every AC-3 frame |
| Maximum bitrate | 640 kbit/s (consumer); typical DVD audio track 192-448 kbit/s |
| Channel layouts | Up to 5.1 - front L/R, center, surround L/R, and LFE subwoofer |
| Sample rates | 32 kHz, 44.1 kHz, or 48 kHz (48 kHz standard for DVD and broadcast) |
| Compression | Lossy perceptual coding via modified DCT (TDAC filterbank) |
| Error detection | Two CRC-16 checksums per frame: one at frame start, one at mid-frame |
| Bit-stream ID (bsid) | bsid=8 standard AC-3; bsid=16 indicates E-AC-3 (Dolby Digital Plus) |
| Frame size | 1536 audio samples per frame (constant) |
| Container usage | Raw elementary stream (.ac3); also carried in VOB, MKV, MPEG-TS, and MP4 |
| Broadcast standard | Mandatory audio codec for DVD-Video and ATSC digital TV (North America) |
| Downmix metadata | Embedded channel metadata (dialnorm, cmixlev, surmixlev) enables automatic stereo downmix |
| Byte order | Big-endian |
| Released | 1991 (cinema); ATSC A/52 standard 1995 |
| Latest version | AC-3 (per ATSC A/52:2018); succeeded for new use by E-AC-3 (Dolby Digital Plus) |
| Open standard | Yes · royalty-free |
| Specification | www.atsc.org |
AC3 conversions
Community Q&A
asked by usersNo questions yet - be the first to ask about AC3 files.