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
853 stars 144 forks source link

Demux THD Stream from MKV #600

Closed Mipeli closed 2 years ago

Mipeli commented 2 years ago

Testing I'm found out that the at some movies at demux THD stream (without embedded AC3) from MKV file behind using TSMuxer this THD stream (without embedded AC3) isn't consistent with demux THD stream (without embedded AC3) behind using MKVExtract. How find out, which of these demux THD streams (without embedded AC3) is the correct and consistent with original, when original I don't have. Eventually it is possible somehow find out why are these two demux THD streams (without embedded AC3) different? Which app then use to demux THD streams (without embedded AC3) whether TSMuxer or MKVExtract?

Thank for fix.

jcdr428 commented 2 years ago

@Mipeli on the few trials I've done, tsMuxer and MKVExtract output the same file / CRC32. Can you please upload a sample mkv for which this is not the case.

Mipeli commented 2 years ago

Current have not nope MKV, but once some again this bug will have so write. Maybe was error in MKV Toolnix, is about to be updated to the latest version so I'll see if with bug will appear.

jcdr428 commented 2 years ago

@Mipeli did you find any mkv sample where mkvextract output is different from tsmuxer output ?

jcdr428 commented 2 years ago

Closing -can be reopened upon request when a sample is available.