[FFmpeg-user] Extract DTS core from DTS-HD MA track

No Spam Please no.spam.please at gmx.com
Mon Sep 22 19:33:11 CEST 2014




>While splitting core is not directly supported (we need a new bitstream
>filter), you can still achieve it with a trick, by passing the stream
>through the S/PDIF IEC 61937 muxer and then demuxer, with HD disabled,
>e.g.:
>
>ffmpeg -i DTS-HD_MA.dts -f spdif -dtshd_rate 0 -acodec copy - | \
>	ffmpeg -i - -acodec copy DTS-Core.dts


Thank you so much Anssi! Saves me for having to use tsMuxeR. 



More information about the ffmpeg-user mailing list