a52dec

Library for decoding ATSC A/52 (AC-3) audio streams

brewmacoslinux
Try with needOr install directly
Source

About

Library for decoding ATSC A/52 streams (AKA 'AC-3')

Commands

a52dec

Examples

Decode an AC-3 audio file to WAV format$ a52dec -o wav input.ac3 > output.wav
Display information about an AC-3 file without decoding$ a52dec -v input.ac3
Decode AC-3 file and output raw PCM audio$ a52dec -o raw input.ac3 > output.pcm