12.06.2019, 20:59
Can you teach me how to convert dts to eac3 with ffmpeg?
I use the scripts above, but they all don't work, the comand window just says "No such file or directory". It seems that my ffmpeg can't decode dts. However, Hybrid can encode the same DTS-HD MA 6.1 audio to AC3 5.1 using ffmpeg. And the script works fine if I don't make it convert from dts/flac(haven't yet tested truehd or wav).
Quote:ffmpeg -i D:\TLOTR DTS.mkv -c:a eac3 -ac 6 -b:a 640k -c:v copy TLOTR.mp4
ffmpeg -i G:\00000_T2_Audio - English.dts -bsf:a dca_core -c:a copy TS-Core.dts
ffmpeg -i G:\00000_T2_Audio - English.dts -acodec pcm_s24le output-file.wav
I use the scripts above, but they all don't work, the comand window just says "No such file or directory". It seems that my ffmpeg can't decode dts. However, Hybrid can encode the same DTS-HD MA 6.1 audio to AC3 5.1 using ffmpeg. And the script works fine if I don't make it convert from dts/flac(haven't yet tested truehd or wav).