DTS Audio Files: Digital Theater Systems Surround Sound
DTS (Digital Theater Systems) is the other major multi-channel surround sound codec alongside Dolby Digital (AC3). Founded in 1991 and first used in the theatrical release of Jurassic Park (1993), DTS has been a fixture in home theater since DVD introduced DTS support in 1997. Unlike AC3 which operates at a maximum of 640 kbps for 5.1, DTS uses higher bitrates — typically 1,509 kbps for DVD DTS — which its proponents argue produces superior audio quality, though the audible difference is debated among audiophiles. DTS files use the .dts extension for standalone files, though DTS audio is typically found embedded in DVD, Blu-ray, or MKV containers.
DTS Codec Family
The DTS brand encompasses several distinct codec variants:
DTS Digital Surround (Core DTS)
The original format. Supports 5.1 channels with bitrates from 754.5 kbps to 1,509.75 kbps on DVD. The high bitrate was DTS's primary marketing differentiator against Dolby Digital's 448 kbps DVD standard.
Key spec: 24-bit audio, 48 kHz, up to 5.1 channels, up to 1,509 kbps.
DTS-ES (Extended Surround)
Adds a discrete or matrix rear center channel to create 6.1 surround:
- DTS-ES Matrix — rear center derived from matrix encoding of the two surround channels
- DTS-ES Discrete — fully discrete rear center channel
Supported on compatible DVD and Blu-ray releases. Rarely used in modern content.
DTS-HD High Resolution
Blu-ray extension. Extends core DTS with additional audio data for higher quality. Losslessly transparent at sufficient bitrate. Maximum 7.1 channels, up to 24-bit/96 kHz.
DTS-HD Master Audio
Lossless codec for Blu-ray. Bit-for-bit identical to the studio master. DTS-HD MA streams are losslessly compressed at up to ~24.5 Mbps, with a "core" DTS track embedded for backward compatibility with devices lacking lossless decoding capability.
DTS:X (Object-Based Audio)
DTS's answer to Dolby Atmos. Object-based audio that places sounds in 3D space rather than fixed channels. Supported on compatible AV receivers and projectors. DTS:X content is encoded as a DTS-HD MA core with an extension layer.
DTS Express (LBR — Low Bit Rate)
Designed for secondary audio tracks (commentary, descriptive audio). Operates at 32–256 kbps, optimized for speech.
DTS Core Technical Details
DTS uses Subband Coding rather than the transform coding (MDCT) used by AC3/MP3/AAC. It divides the audio spectrum into subbands and quantizes each subband with adaptive bit allocation based on perceptual masking.
Frame structure: DTS uses 512 or 2,048 sample blocks at 48 kHz. Each frame contains a sync word (0x7FFE8001 for 16-bit little-endian, various for 14-bit and big-endian variants).
Sync words: DTS has notoriously complex sync word handling. 14-bit packed DTS (used on some CDs and LaserDiscs) uses 0xFF1F00E8F872 as its sync pattern. This complexity can cause issues with DTS detection and S/PDIF passthrough timing.
Playing DTS Files
VLC: Full DTS playback support including DTS-HD and DTS:X. Can decode to stereo on stereo systems or pass through to an AV receiver via HDMI/S/PDIF.
Kodi: Native DTS support with audio passthrough to AV receivers.
AV Receivers: Connect via HDMI (ARC/eARC) or optical S/PDIF for hardware DTS decoding. Note that optical S/PDIF is limited to 5.1 DTS Core (not lossless DTS-HD MA) due to bandwidth constraints.
macOS: QuickTime does not support DTS natively. Use VLC or IINA.
iOS/Android: VLC for iOS and Android handles DTS files.
Converting DTS Files
DTS to AAC / MP3
DTS is a lossless (DTS-HD MA) or high-bitrate lossy (Core DTS) format, so converting to AAC/MP3 loses some quality but produces a universally compatible output:
# DTS to AAC (stereo — downmixed from 5.1)
ffmpeg -i input.dts -c:a aac -b:a 256k output.m4a
# DTS to AAC (stereo, high quality)
ffmpeg -i input.dts -c:a aac -b:a 320k -ac 2 output.aac
# DTS to MP3
ffmpeg -i input.dts -c:a libmp3lame -q:a 2 output.mp3
DTS to AC3 (Dolby Digital)
Useful when you need 5.1 audio in a container that AC3 players support better:
# Preserve 5.1 channels
ffmpeg -i input.dts -c:a ac3 -b:a 448k output.ac3
# Or embed in MKV
ffmpeg -i video.mkv -i audio.dts -map 0:v -map 1:a -c:v copy -c:a ac3 -b:a 448k output.mkv
DTS to FLAC (lossless PCM)
Best for archival when source is DTS-HD MA:
ffmpeg -i input.dts -c:a flac output.flac
Extracting DTS from MKV/MP4
# List streams first
ffprobe input.mkv
# Extract DTS audio track (assuming stream 0:a:1 is DTS)
ffmpeg -i input.mkv -map 0:a:1 -c:a copy output.dts
DTS on S/PDIF vs. HDMI
Optical S/PDIF (TOSLINK): Limited to 48 kHz, 24-bit, 5.1 channels at 1.5 Mbps. Supports DTS Core (up to 1,509 kbps) but NOT DTS-HD MA or DTS:X (too high bitrate). To get DTS-HD MA, you must use HDMI.
HDMI: Supports full DTS-HD MA, DTS:X, and all DTS variants. eARC (Enhanced Audio Return Channel) supports high-bandwidth lossless formats that regular ARC does not.
DTS vs. AC3 (Dolby Digital): The Debate
The DTS vs. Dolby Digital debate has occupied audiophile forums for decades:
In favor of DTS:
- Higher typical bitrate on DVD (1,509 kbps vs. 448 kbps for AC3) — less compression
- Subband coding is arguably better suited for transients and percussion
- DTS-HD MA is true lossless; Dolby's lossless codec is Dolby TrueHD
In favor of AC3:
- Mandatory on DVD (DTS is optional — many discs have only AC3)
- Dolby TrueHD is equally lossless on Blu-ray
- More efficient at equivalent bitrate according to many double-blind tests
- EC-3 (Dolby Digital Plus) supports Atmos natively; DTS:X requires DTS-HD MA core
Practical conclusion: At Blu-ray bitrates (both lossless), there is no audible difference. On DVD, DTS's bitrate advantage is real but the audible improvement is small and depends heavily on content. Both are excellent surround codecs.
DTS in Streaming and Modern Content
Streaming services primarily use Dolby Digital (AC3), Dolby Digital Plus (EC-3), and Dolby Atmos. DTS is less common on streaming platforms:
- Netflix: Primarily Dolby Atmos / EC-3
- Amazon Prime: Dolby Atmos / AC3, some DTS
- Apple TV+: Dolby Atmos
- Disney+: Dolby Atmos
DTS remains standard on Blu-ray physical media, where DTS-HD Master Audio is found on most major studio releases alongside Dolby TrueHD.
Related conversions
Audio format pairs that come up most often: