You should pass two steps:
- Decode DTS file to multichannel WAV
- Transcode multichannel WAV to AC3
# dtsdec -o wavall dtsaudio.dts > multichannel.wav
The next step convert multichannel.wav to AC3 by Aften:
A/52 audio encoder
# aften multichannel.wav multichannel.ac3
That's it ;-) Add this multichannel.ac3 into your project.
1 comment:
Here's how to do it on Windows:
http://2cilindra.blogspot.com/2008/03/transcoding-dts-to-ac3.html
Post a Comment