[FFmpeg-user] CD-DTS

Carl Eugen Hoyos cehoyos at ag.or.at
Sun Dec 22 03:02:33 CET 2013


Ionel GARDAIS <igardais <at> yahoo.fr> writes:

> $ ./ffmpeg -i input.aac -acodec dts -strict -2 -ar 44100 dts-output.wav
> creates a 6-channel wav container for the DTS datas and

The experimental dts encoder is unable to reach 
a given bitrate so this cannot work.

I didn't test the following and I am not claiming 
it works but if you have a dts-encoded file with 
the correct bitrate (!), the following is the 
approximate process:
$ ffmpeg -f s16le -ac 2 -ar 44100 -i your_dts_encoded_file.dca
-acodec copy out.wav

Carl Eugen



More information about the ffmpeg-user mailing list