Separate into 6
mono WAVs using DTSDec /
BeSplit
(back)
DTSDec -> commandline program for
multichannel wav conversion
usage: dtsdec.exe [-h] [-o ] [-s [
-
Only use these programs if errors
occurur after conversion: Use BeSliced
or DTS-parser to
correct/fix DTS stream or errors (->Fix File).
Or use commandline for besplit
For a DTS-WAV file from a DTS CD use:
BeSplit -core( -input "dts-wav-quelle.wav"
-output "ziel.DTS" -type dtswav -fix )
For a real DTS track use:
BeSplit -core( -input "dts-wav-quelle.dts"
-output "ziel.DTS" -type dts -fix ) |
- To decode DTS to to a mutlichannel wav use:
dtsdec -o wavall quelle.dts > ziel.wav
If you only want to decode 6 channels you may use "wav6" instead
of "wavall".
- Separate the multichannel wav with BeSplit
into 6 mono WAVs
BeSplit -core( -input "DTS-WAV-quelle.wav"
-prefix zielmono -type wav -demux )
If -type wav doesn't work try -type dtswav
If your source file had 5.1 channels you'll end up with 6 mono WAV files in
your folder. Now you can use them with any encoder you like.
(back)