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

Set blank/empty or another language for video when building m2ts #620

Open nemrod34 opened 2 years ago

nemrod34 commented 2 years ago

Hello Support,

When I want to convert mkv into m2ts it keeps language settings from mkv.

To get a blank language, I have to demux and rebuild a m2ts. If i could skip step demux to directly set blank/empty or another language for video.

Can you please let us set a language or keep it blank/empty for video when making m2ts ?

Thanks, have a nice day.

oniiz86 commented 1 year ago

@jcdr428 I was just wondering if this could be implemented in an upcoming nightly build, like @nemrod34 mentioned above leaving the video stream "blank" would be much appreciated or if the language tag must be set allow the user to select "und" for the video stream much like MKVToolNix?

I don't know why the video stream even allows "language tags" but more often than not I come across video streams set to "eng".

justdan96 commented 1 year ago

What happens when you save the meta file, change eng to und and run it through with that file?

oniiz86 commented 1 year ago

I'm not sure on how to alter the meta file, I've saved a meta file but cannot change it from lang=eng to lang=und, how does one change that?

oniiz86 commented 1 year ago

@justdan96 I managed to alter the lang tag to "und" in notepad but how do I upload the revised meta file in tsmuxer?

oniiz86 commented 1 year ago

@jcdr428 @justdan96 Hi guys, could either one you please advise on how to upload a meta file in tsmuxer would greatly appreciate it?

jcdr428 commented 1 year ago

@oniiz86 The meta file can be modified and used in the command line tsMuxer only. No option yet to load a .meta in the GUI.