Log in

View Full Version : DTS 5.1 to 6 Mono WAV how ?


xbox360
29th October 2006, 01:00
Hello to Everyone, can someone teach me how to do this ? Also is DTS Louder than Dolby Digital ? How & what does one use to remaster an audio before encoding to dts ?

tebasuna51
29th October 2006, 02:45
- Search for Tranzcode.
- Dolby Digital and Dts aren't louder, sometimes have a wide dynamic range volume.
- With inspiration?

xbox360
29th October 2006, 03:00
I have a question, I have test.wav(DTSWav 5.1) I would like to Resample to 48 kHz & demux how ?
Please Help !

xastlin
2nd November 2006, 04:23
I am in process of converting all of my older DTS CD's to DTS files that can be played on the MCE2005 machine in the theater.

Basically I use Besplit to do an initial conversion (really just to make sure the file is recognized by azidts) and then transcode it down to seperate files so then I can re-encode with Surecode DVD Pro in DTS.

Here is the batch file I use. Hopefully you are familiar with this:

path d:\dts\besweet

besplit -core( -input "d:\dts\input\%1\%2.wav" -output "d:\dts\temp\%2.dts" -type dtswav )

azidts -auto6ch -core( -input "d:\DTS\temp\%2.dts" -output d:\DTS\temp\Temp- -6ch ) -ota( -fs 44100 ) -ssrc( --rate 48000 )

rem BeSweet.exe -core( -input d:\DTS\Temp\Temp.wav -output d:\DTS\Temp\Temp- -6ch )

del d:\dts\temp\%2.dts

rem Besweet -core( -input d:\DTS\mux.mux -output D:\DTS\Output\%2.ac3 ) -ac3enc( -b 448 ) -azid( -g 0.99 )

BeSweet -core( -input d:\DTS\mux.mux -output D:\DTS\temp\%2-temp- ) -azid( -g 0.99 ) -surdvd( -b 1536 -output d:\DTS\output\%1\%2.dts -path "C:\Program Files\Minnetonka Audio Software\SurCode DVD DTS" )

cd d:\dts\temp
rem ren temp-FL.wav %1-FL.wav
rem ren temp-FR.wav %1-FR.wav
rem ren temp-C.wav %1-C.wav
rem ren temp-LFE.wav %1-LFE.wav
rem ren temp-SL.wav %1-SL.wav
rem ren temp-SR.wav %1-SR.wav
del d:\DTS\Temp\*.wav
cd d:\dts

I use embedded batch files with variables to allow me to rip a bunch of CD's and then run the encode overnight. You will need a special version of Besweet to place the channels out properly. If you search on posts in my name you should find the post with the link.

I hope this helps.

raquete
2nd November 2006, 10:14
- With inspiration?this is one more reason that i'm your fan,you use inspiration in what you're doing and in the answers too. :cool:
inspiration is one of the best "tools" to edit audio or something else with good taste.