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

Can I remove the parameter "subTrack"? #612

Closed bluewidy closed 2 years ago

bluewidy commented 2 years ago
tsMuxeR_error

I want to convert Ts container to m2ts. The problem is that a parameter called "subTrack" makes this process unstartable. Can I remove the "subTrack" parameter?

jcdr428 commented 2 years ago

You can try copying the meta data in a .meta file removing the subTrack params, then use tsmuxer.exe file.meta output.ts as command line without the gui. Not sure of the result though.

bluewidy commented 2 years ago

You can try copying the meta data in a .meta file removing the subTrack params, then use tsmuxer.exe file.meta output.ts as command line without the gui. Not sure of the result though.

I followed your advice, and the video output is weird, but what I wanted is the progress of the process, so as a result this can be considered resolved. Close the ticket.

By the way, you solved the core problem I raised in the first place! Thank you very much.

jcdr428 commented 2 years ago

@bluewidy you're welcome!