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

Tracks not listed for special case of playlist #764

Closed medikoo closed 1 year ago

medikoo commented 1 year ago

I've approached problem which I didn't approach in tens of discs I've remuxed before

There's a Blu-ray disc for which MakeMkv and handbrake properly report that that playlist 00000.mpls covers 7 chapters video with single audio track and single subtitle track.

When I paste this playlist as input to tsMuxer it presents as below:

Screenshot 2023-09-06 at 09 34 20

There's no audio and no subtitle tracks is listed. I assume it's because the starting 00002.m2ts file in playlist which is short production logo, doesn't have any audio and subtitles track. It is that following movie 00000.m2ts that has that, and I can see that when I paste this m2ts as input directly:

Screenshot 2023-09-06 at 09 34 43

Problem is that I cannot remux this disc preserving the chapters with some edits applied (e.g. not included original subtitles).

I believe that tsMuxer should present all channels found in all tracks in such case and not limit tracks list to first m2ts file

jcdr428 commented 1 year ago

Hi @medikoo, this bug has already been reported e.g. in issue #633, however no solution yet.

medikoo commented 1 year ago

@jcdr428 thanks for pointing. I've searched but this issue didn't come up. Anyway closing as duplicate