ffmpeg -i sample.dts -vn -threads 8 -acodec ac3 -ac 6 -f ac3 -ab 640k sample.ac3
Yes that was the it, thank you so muchassuming you've managed to the the DTS stream extracted from the mkv or m2ts file you can ffmpeg to convert it to AC3,
Code:ffmpeg -i sample.dts -vn -threads 8 -acodec ac3 -ac 6 -f ac3 -ab 640k sample.ac3
This will convert a DTS file called sample to a 6 channel (i.e. 5.1) 640kb AC3 file. You might want to adjust the number of threads depending on how many cores you have.
You can then combine this with the original file using mkvtoolnix or tsmuxer.
hey man my sugestion don´t need any WINDOWS at all ,only snow leopard and DTS to AC free conversor
I know it's a little confusing, but here we go. Add the mkv file to Moyea mkv converter and choose the ac3 setting under the common audio drop down tab. Adjust settings by clicking the settings button. Set it 6 channels or 5.1. Once settings are in tact, choose the encode button. Once the mkv is converted to ac3, drop the new ac3 file and the original mkv file into mkvtoolnix and merge the 2 files.
Right. I bought a Mac so I could dispense with that pesky GUI and so I could mux and remux multiple files in multiple steps and/or tinker with terminal....
Let me know when I can open an MKV file with a DTS track in a single program on OS X, set the program to convert the DTS track to AC3, and hit process. Then if I can come back later and I have an MKV file with both a DTS track and an AC3 track, then we will be in business.
Until then Windows with Popcorn just works.
Right. I bought a Mac so I could dispense with that pesky GUI and so I could mux and remux multiple files in multiple steps and/or tinker with terminal....
Let me know when I can open an MKV file with a DTS track in a single program on OS X, set the program to convert the DTS track to AC3, and hit process. Then if I can come back later and I have an MKV file with both a DTS track and an AC3 track, then we will be in business.
Until then Windows with Popcorn just works.