var fDesc=new Array(); fDesc[0] = "The DTS-HD Encoder is an easy-to-use, flexible, and highly efficient stream creation tool. Using 16 or 24-bit wav source files, the DTS-HD Encoder can generate any DTS encode type, including DTS-HD Master Audio, DTS-HD High Resolution™, DTS Digital Surround, and DTS Express.

Main features:

- Fast: Encode a DTS-HD Master Audio lossless stream at up to 48x real-time*
- One Stream: The unique “One Stream” architecture of DTS-HD® results in the most data and bandwidth efficient lossless audio solution for Blu-ray Disc™
- Efficient: Coreless DTS-HD Master Audio for digital delivery is among the most efficient lossless delivery codecs for surround and stereo delivery
- 3D Compatible: Add 7.1 lossless sound to 3D Blu-ray titles
- Backwards Compatible: Every DTS-HD Master Audio, DTS-HD High Resolution, and DTS Digital Surround stream is backwards compatible with all DTS legacy equipment at up to 1509 kbps
- Automated: Folder-Based Encoding automates encoding for large volume projects such as a complete TV season multi-disc, online content for BD-Live, mini-series, game clips, and special features
- Easy-to-Use: Simple user interface includes features such as auto-import file loading, log file generation and auto-verification"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }