Difference between revisions of "DTS WAV"

From JRiverWiki
Jump to: navigation, search
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
(For DTS files converted to WM Lossless, please see [http://yabb.jriver.com/interact/index.php?topic=48933.0 this thread] on Interact.)
+
== Overview ==
 
 
 
DTS (Digital Theater Systems) is a multi-channel surround sound format that is often found in movie soundtracks and is used for multi-channel sound on film, DVD, laser discs, and even some CDDAs.  It is similar to Dolby System's AC3 format (it's primary competitor), and they are similar in terms of audio performance.  More about the format can be found on [http://en.wikipedia.org/wiki/Digital_Theater_System Wikipedia's DTS page].
 
DTS (Digital Theater Systems) is a multi-channel surround sound format that is often found in movie soundtracks and is used for multi-channel sound on film, DVD, laser discs, and even some CDDAs.  It is similar to Dolby System's AC3 format (it's primary competitor), and they are similar in terms of audio performance.  More about the format can be found on [http://en.wikipedia.org/wiki/Digital_Theater_System Wikipedia's DTS page].
  
Enabling support for Wave files (WAV) containing DTS Audio streams in MC takes quite a bit of configuration, but you can get it to work with a little bit of effortThese instructions are focused on having the computer decode the DTS stream itself, and output the audio through your sound card's analog outputs directly (which is honestly what most normal users will probably want).
+
== DTS WAV in Media Center ==
 
+
DTS wave files are automatically decoded and output using Media Center 16 and aboveAll channel configurations, including the most common 5.1, are supportedYou can use .wav or .dts for the file extension.
If instead you want to simpy pass the DTS stream through a S/PDIF output to an external DTS decoder box, this should also be possible with slight modifications to this methodHowever, this is untested and may not work at all!
 
 
 
 
 
== Required Additional Software ==
 
 
 
[http://hypercubemx.free.fr/html/dts_wav_filter.html DTSWav Source Plugin from Hypercubemx]
 
 
 
FFDSHOW DirectShow Filter: Installing through [http://www.cccp-project.net/ CCCP] is recommended.
 
 
 
  
== Setup Instructions ==
+
You may need to configure DSP Studio > Output Format to output 5.1 in a way that sounds good on your equipment.  More here: [[Audio Setup]]
  
# Make sure you've installed CCCP carefully using the instructions provided on the [http://www.cccp-project.net/wiki/index.php?title=Main_Page#Latest_CCCP_.28aka._Download_Here.21.29 CCCP FAQ page].
+
== Bitstreaming ==
# Download the [http://hypercubemx.free.fr/html/dts_wav_filter.html DTSWav Source Plugin from Hypercubemx] and extract the contents of the archive file to a folder on your hard drive.  A good location for this is: <code>C:\Program Files\DirectShow Filters\DTSWav\</code> but you can put it wherever you'd like.
+
There is currently no easy way to bitstream DTS (or any other audio format other than DSD) using Media Center.  In general, it is better to decode on the computer anywayMedia Center has the highest possible quality decoder, and decoding with Media Center allows other operations like Room Correction, volume, and more.
# Register the DTSWave Source Filter.  Go to ''Start --> Run'' and type: <code><pre>regsvr32 "C:\Program Files\DirectShow Filters\DTSWav\DTSWAVSource.ax"</pre></code>
 
# Open the FFDSHOW Audio Decoder ConfigurationGo to ''Start --> Programs --> Combined Community Codec Pack --> FFDShow Audio Decoder Configuration''
 
# Navigate to the Codec Configuration section of FFDSHOW using the navigation "tree" on the left.
 
# In the codec list on the right, select ''DTS'' and ensure that ''libdts'' is chosen.
 
## Also ensure that ''Check For DTS in WAV'' is selected at the bottom of the dialog.
 
## If you want to use S/PDIF passthrough, you would select ''spdif'' instead of ''libdts'' here.
 
#:[[Image:Ffdshow codec-dts.jpg]]
 
# Scroll down in the codec list and find ''Uncompressed''Change it from ''disabled'' to ''all supported''.
 
#:[[Image:Ffdshow codec-uncompressed.jpg]]
 
# Next, still in the FFDSHOW audio decoder tool, select Dolby Decoder from the navigation "tree" and enable it.
 
## If you will be using an external DTS decoder (via S/PDIF output) then '''do not''' enable this option.
 
#:[[Image:Ffdshow dolby decoder.jpg]]
 
# Take your WAV files containing DTS Audio streams, and change the file extension to .dtswav as recommended by the DTS Wav plugin authors.
 
# You should now be able to play the files back using a DirectShow player.  Try playing one of them back using Windows Media Player or Media Player Classic (which is installed as part of CCCP).  If the files don't play back or you hear static, you likely did something wrong so check your previous steps.
 
# Import the files into MC by right clicking on the files in Windows Explorer and choosing ''Media Center --> Import''.  They will import as Data files.  You can also drag-drop the files from Windows Explorer into the MC window.
 
# Find them in MC.  Manually change the following attributes:
 
## ''File Type'': change from "dtswav" to "dts"
 
## ''Media Type'': change from "data" to "audio"
 
# Inside MC, go to <code>Options --> Playback --> DirectShow playback Settings --> DirectShow Filters</code> and make sure DTS is checked.
 
  
That's it!  The files should now play and act just like any other Audio file in MC.
+
== Notes ==
 +
Versions of Media Center before v16 may not nicely support DTS WAV files.
  
A few little important notes:
+
For DTS files converted to WM Lossless, please see [http://yabb.jriver.com/interact/index.php?topic=48933.0 this thread] on Interact.
* You '''must''' use the ''.dtswav'' extension for the files or the DTSWav Source Filter won't "see" them.
 
* You '''must''' change the file type from ''dtswav'' to ''dts'' in MC for each file, or MC will fail to play them back.
 
  
[[Category:Frequently Asked Questions]]
+
[[Category:File Types]]
 +
[[category:Audio]]

Latest revision as of 11:13, 22 February 2015

Overview

DTS (Digital Theater Systems) is a multi-channel surround sound format that is often found in movie soundtracks and is used for multi-channel sound on film, DVD, laser discs, and even some CDDAs. It is similar to Dolby System's AC3 format (it's primary competitor), and they are similar in terms of audio performance. More about the format can be found on Wikipedia's DTS page.

DTS WAV in Media Center

DTS wave files are automatically decoded and output using Media Center 16 and above. All channel configurations, including the most common 5.1, are supported. You can use .wav or .dts for the file extension.

You may need to configure DSP Studio > Output Format to output 5.1 in a way that sounds good on your equipment. More here: Audio Setup

Bitstreaming

There is currently no easy way to bitstream DTS (or any other audio format other than DSD) using Media Center. In general, it is better to decode on the computer anyway. Media Center has the highest possible quality decoder, and decoding with Media Center allows other operations like Room Correction, volume, and more.

Notes

Versions of Media Center before v16 may not nicely support DTS WAV files.

For DTS files converted to WM Lossless, please see this thread on Interact.