justdan96 / tsMuxer

tsMuxer is a transport stream muxer for remuxing/muxing elementary streams, EVO/VOB/MPG, MKV/MKA, MP4/MOV, TS, M2TS to TS to M2TS. Supported video codecs H.264/AVC, H.265/HEVC, VC-1, MPEG2. Supported audio codecs AAC, AC3 / E-AC3(DD+), DTS/ DTS-HD.
Apache License 2.0
868 stars 147 forks source link

Question about extracting TrueHD audio #369

Open efraim-il opened 4 years ago

efraim-il commented 4 years ago

Hi,

I noticed a note the main page: "please note TrueHD must have the AC3 core intact" Can you please explain what it means? How can I know if the TrueHD track on a Bluray has AC3 core? Thank you

jcdr428 commented 4 years ago

Hi @efraim-il , all Blu-rays have interleaved AC-3/TrueHD frames -pure TrueHD (without ac3 frames) is not compatible with Blu-ray. So when you extract the TrueHD track from a Blu-ray with tsMuxer, it always has interleaved AC-3 frames.

justdan96 commented 3 years ago

@jcdr428, @ValZapod should we look at updating the documentation? It seems like we get questions similar to this quite a bit.