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

Unsupported Subtitle Format ssa/ass #731

Open Hardback247 opened 11 months ago

Hardback247 commented 11 months ago

I have an mkv video file with a Dolby TrueHD audio track that I want to mux into a Blu-Ray ISO or something similar, and burn to a blank Blu-Ray disc, but when I drag the mkv to tsMuxer 2.6.12, a pop-up window comes up saying "Unsupported format - Some tracks not recognized. This tracks was ignored." I know it has something to do with the Dolby TrueHD track, because it doesn't happen when I put in a mkv with a DTS track. What should I do to fix this? Is there any other program similar to tsMuxer that can accept TrueHD tracks? Thanks in advance!

jcdr428 commented 11 months ago

@Hardback247 you need to use latest release, not 2.6.12.

Hardback247 commented 11 months ago

@jcdr428 Okay, that's good, thanks. But there's something else, too. Some videos I have have subtitle tracks, and when I put them in tsMuxer, a window pops up saying "Track 2 (TrackID 3) was not recognized and ignored." They are SubStationAlpha sub tracks. What should I do?

jcdr428 commented 11 months ago

@Hardback247 .ssa subtitles are not supported by tsMuxer. You need to convert them to .srt with another tool then import to tsMuxer.

Hardback247 commented 11 months ago

The .ssa subs I have are fansubs, with changing fonts and styles. If I convert them to .srt, will they be retained?

jcdr428 commented 11 months ago

@Hardback247 I think there are much more possibilities in ssa/ass than in srt (such as color or xy position). tsMuxer just deals with bold, italics, underline...

Hardback247 commented 11 months ago

Could you please create an update to make tsMuxer compatible with ASS/SSA? Is it even possible?

Hardback247 commented 10 months ago

I think I might have found an easier alternative. Do you think I should just use Plex to play the movies with SSA/ASS subs instead?