Difference between revisions of "DTS"

From VideoLAN Wiki
Jump to navigation Jump to search
m
Line 6: Line 6:
  
 
== Source code ==
 
== Source code ==
{{file|modules/demux/dts.c|input demuxer}}
+
{{file|modules/codec/dts.c|decoder packetizer}}
  
 
[[Category:Companies]]
 
[[Category:Companies]]

Revision as of 15:01, 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.

Source code