Difference between revisions of "DTS"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
=== DTS Extensions === | === DTS Extensions === | ||
* Core: core components with core sub stream | * Core: core components with core sub stream | ||
− | * XCh: DTS-ES backward compatible 6.1 extension | + | * XCh: DTS-ES backward compatible 6.1 extension |
− | * X96: sampling frequency extension up to 96 kHz | + | :Adds an extra centre surround channel, with 6.1->5.1 downmix embedded in the core stream using default down-mix coefficients. |
− | * XXCH: channel extension beyond 5.1 | + | * X96: sampling frequency extension up to 96 kHz |
− | + | :48kHz downsampled stream is embedded in the core. | |
− | * | + | * XXCH: channel extension beyond 5.1 |
− | * | + | :Allows up to 32 additional channels, with the 5.1 downmix embedded in the core stream. |
− | + | * XBR: Extended Bit Rate extension (>1.5Mbps) | |
− | * | + | :Guaranteed to be compatible with the DTS core |
− | + | * XLL: Lossless extension | |
+ | :core and residual signal are splitted. | ||
+ | * LBR: Low Bit Rate component | ||
=== DTS Products === | === DTS Products === |
Revision as of 15:30, 17 July 2012
dts
|
VLC can decode this container. The module name to use at the command line is dts. |
DTS is a private company that develops audio formats, similar to Dolby. The term "DTS" generally refers to DTS's digital surround audio technology that is used widely on DVD-Video discs, just like Dolby's Dolby Digital/AC3.
DTS differs from Dolby Digital in that it uses less compression and has a lower bass extension, which allows it to produce a better sound quality. DTS Stereo sounds almost identical to Dolby Surround.
Codec info
DTS Coherent Acoustics is a perceptual audio codec. The main technique used is a QMF filter together with Huffman, ADPCM and vector quantization.
The DTS codec consists of a core and various extensions, that improve quality.
DTS Extensions
- Core: core components with core sub stream
- XCh: DTS-ES backward compatible 6.1 extension
- Adds an extra centre surround channel, with 6.1->5.1 downmix embedded in the core stream using default down-mix coefficients.
- X96: sampling frequency extension up to 96 kHz
- 48kHz downsampled stream is embedded in the core.
- XXCH: channel extension beyond 5.1
- Allows up to 32 additional channels, with the 5.1 downmix embedded in the core stream.
- XBR: Extended Bit Rate extension (>1.5Mbps)
- Guaranteed to be compatible with the DTS core
- XLL: Lossless extension
- core and residual signal are splitted.
- LBR: Low Bit Rate component
DTS Products
- DTS-Core: 5.1 Primary audio stream core component decoder
- DTS-ES: Core + XCh, XXCh support
- DTS 96/24: Core + X96 Support
- DTS LBR: ExSSLBR support
- DTS-HD High Resolution: Core + ExSSXBR support
- DTS-HD Master Audio: ExSSXLL support
- DTS-Broadcast, DTS Neo, DTS- Surround Sensation: unknown
Source code
- modules/codec/dts.c (decoder packetizer)