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
829 stars 140 forks source link

Demuxing .srt subtitles results in .sup subtitles #886

Open vertigo220 opened 1 week ago

vertigo220 commented 1 week ago

I don't even know how this is possible, but whenever I use tsMuxer to demux mkv files containing .srt subs, it spits out subtitle files in the .sup format. Viewing the mkv file in MediaInfo shows they are in text format with a size in the tens of KB, yet the results from tsMuxer are files in the tens of MB. Loading the file into Subtitle Edit, it's able to directly read and show the text due to being in .srt format, but trying to load the output from tsMuxer results in needing to run OCR on it.

I'm baffled at how it's even getting graphical subtitle files from text ones, but more importantly it would be extremely helpful if it demuxed them as they are, i.e. pgs when they're pgs and srt when they're srt. This would save a lot of time as opposed to having to go through and load each one individually in Subtitle Edit.