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

tsMuxer CLI lacks features of tsMuxer GUI #870

Open mm47608740 opened 2 months ago

mm47608740 commented 2 months ago

Seems like this code for generating the META file should be included in the CLI, minus the enabling/disabling function (unless there is an elegant way to incorporate that.)

I'm new to the project but I will consider submitting a pull request if I have time to figure it out.

Thanks!

mm47608740 commented 2 months ago

To be more precise - in order to automate usage of the CLI, it seems the code to generate the ".meta" compatible output should belong to the core tool, not UI code. Assuming a user wants to complete one step (input file -> output file with all tracks) there is no reason to complete a manual and intermediary step of writing a .meta file by hand.