Log in

View Full Version : DTS Conversion to any other format


NeD tHe OnE
12th September 2006, 17:49
I have seen many other conversions which very very hectic . Like it needed the shareware WinDVD compulsorily for Azidts.exe .. Now You dont need that one!

http://nhanc3.myfastforum.org/ftopic114.php

buzzqw
12th September 2006, 19:09
no need more tools

just avisynth and nicaudio.dll (using nicdtssource)

BHH

tebasuna51
12th September 2006, 19:22
I have seen many other conversions which very very hectic . Like it needed the shareware WinDVD compulsorily for Azidts.exe .. Now You dont need that one!
AFAIK Azidts-WinDVD is not needed to decode DTS, only to encode.

To decode DTS and convert in other format we can use Tranzcode, NicAudio-BeHappy, foobar, ...

magicclue
16th September 2006, 09:19
or look at stickies ;-)

http://http://dtsguide.de.vu

magicclue

raquete
16th September 2006, 16:20
or look at stickies ;-)

http://http://dtsguide.de.vu

magicclue

i want 5.1 dts to 6 waves 44.1-16bit and i can't do that with foobar.
can you help me to do that or any english link?

thanks for the links.

Kurtnoise
16th September 2006, 18:21
Just use Tranzcode v0.4 with this command line :
tranzcode.exe "C:\input.dts" "C:\output" /44100 /16
By guessing your input is in C:\

tebasuna51
16th September 2006, 19:14
@raquete, Austin Forgotten say you the Tranzcode v0.4 method in http://forum.doom9.org/showthread.php?p=874076#post874076

And for dts (not possible with wavdts) you can use also BeHappy or the equivalent Bepipe method:
bepipe --script "NicDtsSource(^C:\input.dts^).SSRC(44100).ConvertAudioTo16bit()" | wav2mono - C:\output.wav

Where wav2mono (http://forum.doom9.org/showthread.php?p=833679#post833679) split the AviSynth output in mono wav's.

raquete
16th September 2006, 20:26
thanks so much boys.
both ways are very good!
;)

magicclue
16th September 2006, 20:50
well, foobar does also do well..
english guides up as well.

and tranzcode method shown as well!

raquete
16th September 2006, 21:32
@ Kurt,Tebasuna and all
everything is working fine using what you posted,i have answers about foobar for magicclue because is not working here.

@ magicclue
i'm curious to do that with foobar,i never used this prog before and HA members seems love it.
after read lots there and using the search,i can't find anything about 5.1 to 6 waves with foobar in the links.
have one left thread asking the same but without positives answers.
seems that nobody there know the answer or a hint.
can you please post the link where are the how to or hints to what i need?

thanks sooo much!

tebasuna51
17th September 2006, 01:19
i'm curious to do that with foobar,i never used this prog before and HA members seems love it.
after read lots there and using the search,i can't find anything about 5.1 to 6 waves with foobar in the links.
have one left thread asking the same but without positives answers.
seems that nobody there know the answer or a hint.
can you please post the link where are the how to or hints to what i need?
1) Install Foobar2000 0.9 (http://www.foobar2000.org/)

2) Install Dts decoder (http://www.schudy.de/ccount/click.php?id=4). You need only extract foo_input_dts.dll at ...\foobar2000\components\

Now you can play dts with foobar and decode (convert) to wav 6 chan. If you want mono wav's directly you can use wav2mono (http://forum.doom9.org/showthread.php?p=886080#post886080)

3) Configure foobar for mono wav's conversion:
Foobar -> File -> Preferences -> Tools -> Converter -> Add New
Encoder
Custom

Encoder: D:\YourPath\wav2mono.exe
Extension: wav
Parameters: - %d -ignorelength

Bit Depth Control

Format is: lossless (or hybrid)
Highest BPS mode supported: 32 (wav2mono support)


Display Info

Encoder name: Mono wav
Bitrate (kbps):
Settings:

Wav2mono support 32 bits but if you want only 16 bits, set:
Foobar -> File -> Preferences -> Tools -> Converter -> Preferred bit depth: 16

Now you can convert any format played in foobar2000 to mono wav's. There are a message:
Conversion error
Error flushing file (Object not found) : file://output.wav
because wav2mono make output_FL.wav,... using %d like prefix, and foobar don't found the exact name output.wav, but work fine.

4) How convert a file with foobar2000.
RigthClick over the file -> Convert -> Convert to -> Mono wav
Check DSP Processing and click at ...
Here you can add to left window (and configure) any function you have installed (right window).
Then you need add Resampler (PPHS) and configure to 44100 Hz.
After a warning (can be disabled: Foobar -> File -> Preferences -> Advanced -> Tools -> Converter -> Show Transcoding Warnings -> Unchecked) you can select the prefix.wav name and wait.
Ignore the flushing file error.

magicclue
17th September 2006, 01:43
:confused: Guides are available in english and german with step by step description and pictures. I wonder what else to do.

:readguid:http://dtsguide.de.vu

raquete
17th September 2006, 01:49
@ tebasuna51

1- done
2- "The file is temporary unavailable, please try again later."
(but i had download it soon,it's here ;-) )
3- starting now. ;)
you're wonderful tebasuna :cool: ,thanks so much.
later i post the results.

@ magicclue
i bet that have in english but please,post the direct link(if possible)

thanks too.

magicclue
17th September 2006, 08:50
DTS -> separate mono WAVs (http://dtsguide.de.vu/foo26wavs-e.htm) using Foobar2000

or use newest Tranzcode method (http://dtsguide.de.vu/transcode2wavs-e.htm) as described to separate DTS to mono WAVs.

raquete
17th September 2006, 10:22
ah...ok,now i got it.

:stupid: and don't saw the big "english" option on the top and was reading German
( ...reading German? ... i mean,only the letters but not the words :p )

now i (we all) have one more cool option,
thanks so much magicclue!
;)