LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to extract DTS core from DTS-HD MA? (https://www.linuxquestions.org/questions/linux-software-2/how-to-extract-dts-core-from-dts-hd-ma-4175425998/)

earthw0rmjim 09-06-2012 01:24 PM

How to extract DTS core from DTS-HD MA?
 
Hey!

I'm demuxing .m2ts files with ffmpeg.
Using something like this for audio tracks:
Code:

ffmpeg -i input.m2ts -map 0:1 -acodec copy output.dts
The problem is i dunno how to demux the DTS core only, if the source is DTS-HD MA.

Is there any way to either demux the core only, or to extract the core from the demuxed audio file?

I'd appreciate any advice.
Thanks in advance!


All times are GMT -5. The time now is 01:29 AM.