View Single Post
Old 15th October 2019, 12:05   #126  |  Link
Bigmango
Registered User
 
Join Date: Nov 2006
Posts: 415
Quote:
Originally Posted by mdalacu View Post
Hi, this is a know limitation of my metadata implementation. If title is empty then it skips adding the metadata key value pair altogether, preventing adding an empty field all the time. Otherwise all the output files will have "title=" as metadata... As an workaround try deleting and leave just a space where you want to delete the stream title.
Please tell me if it works for you.
Thanks.
Yes, I have added an mkv title (in the empty title box that was there - bottom left). So, just to clarify if I understand you correctly, does this mean if I didn't add a title name, it wouldn't write the track names (that were originally there)?

Also, would it be possible for you to add this workaround in the code? (i. ex with something like : if string track.name = null then string track.name =" "

Or, in the mkvmerge title editor, the name tag can be deleted (= the individual tag can be removed, meaning instead of being empty it be completely removed as a tag). I'm sure ffmpeg can also do this.

PS: OK, I'll also test the windows version and report back.
Bigmango is offline   Reply With Quote