22 votes
DTS File - What is a .dts file and how do I open it?
Learn about .DTS files and view a list of programs that open them.
Languages
Overview
What is a DTS file? Multi-channel audio file encoded in the Digital Theater Systems (DTS) format; saves five tracks of audio data used for surround sound; channels include center, left-front, right-front, left-rear, and right-rear.
More Information NOTE: In order to play all channels of a DTS file, the output and speaker setup must support 5 channel audio. For example, this may be accomplished by using an optical out connection with a surround speaker system.
VideoLAN VLC media player 1 Icon
Breadcrumbs
Previous / Next
In-Depth
.DTS File Extension
2 file types use the .dts file extension.
DTS Encoded Audio File
| Developer | N/A |
| Popularity |
3.1 | 22 Votes |
NEW: Open your .DTS file online with File Helper . View Online
What is a DTS file?
Multi-channel audio file encoded in the Digital Theater Systems (DTS) format; saves five tracks of audio data used for surround sound; channels include center, left-front, right-front, left-rear, and right-rear.
More Information
NOTE: In order to play all channels of a DTS file, the output and speaker setup must support 5 channel audio. For example, this may be accomplished by using an optical out connection with a surround speaker system.
Programs that open DTS files
Sort
Pricing
Program Name
Platform
Reset
X
Windows
File Viewer Plus
—
Get it from Microsoft
Free +
VideoLAN VLC media player
Free
CyberLink PowerDVD 21
Free Trial
Media Player Classic
Free
Apple iTunes
—
Discontinued
Free
Mac
VideoLAN VLC media player
Free
Macgo Mac Media Player
Free
Apple iTunes
—
Discontinued
Free
Linux
VideoLAN VLC media player
Free
Web
FileHelper.com
Free
Category: Audio Files
Updated: October 30, 2014
Device Tree Source File
| Developer | DeviceTree |
| Popularity |
4.0 | 4 Votes |
A DTS file may also be a device tree (or devicetree) source file. It contains plain text data that describes a computer's hardware. DTS files are meant to be compiled into .DTB files, which are used by the Linux kernel .
More Information
DTS file open in Microsoft Visual Studio Code
Device trees are files that an operating system's kernel, or core program, uses to manage and communicate with the computer's hardware . Because different computers contain different hardware, they use different device trees.
A DTS file is the source file used to create a computer's device tree. It contains a list of nodes, properties, and child nodes that describes what hardware a computer contains. For example, a DTS file describes the computer's CPU , memory , buses , and peripherals (such as the computer's keyboard).
DTS files are compiled into DTB (Device Tree Blob) files, which are binary files that a computer uses during the booting process. DTS files are compiled using a DTC, or device tree compiler.
How to open a DTS file
Because DTS files are plain text files, you can open and edit them in any text editor, including GitHub Atom (cross-platform), GNU Emacs (cross-platform), and Vim (Linux).
How do I compile a DTS file into a DTB file?
To compile a DTS file into a DTB file, you must invoke Linux's device tree compiler. The device tree compiler is stored in linux-xlnx/scripts/dtc and must itself be compiled to be used. After compiling the DTC, you can invoke it using the dtc command. For example, to compile a DTS file into a DTB file, you can enter the command dtc -I dts -O dtb -o filename.dtb filename.dts .
Programs that open or reference DTS files
Sort
Pricing
Program Name
Platform
Reset
X
Windows
Microsoft Notepad
Included with OS
GitHub Atom
—
Discontinued
Free
GNU Emacs
Free
Any text editor
Mac
Apple TextEdit
Included with OS
GitHub Atom
—
Discontinued
Free
GNU Emacs
Free
Any text editor
Linux
Vim
Free
GitHub Atom
—
Discontinued
Free
GNU Emacs
Free
Any text editor
Chrome OS
Google Chrome Text
Included with OS
Category: Settings Files
Updated: May 13, 2021