Darksoul71
21st January 2013, 16:27
Hi there,
please forgive if this is an obvious question but mkvtoolnix page on mkvmerge is not really a help here. When muxing a new audio track from an external file into an existing mkv via Matroska Mux GUI, I can easily specify a language for the external audio file. How do I do the same in commandline ?
I mean a typical mkvmerge command could look like this:
"mkvmerge -o target.mkv source.mkv new_audio.ac3
Or with two audio tracks:
"mkvmerge -o target.mkv source.mkv new_audio1.ac3 new_audio2.ac3
So far, so good...but how do I set now for example the language tag for the first ac3 file to german and the second ac3 to english ?
Like this ?
"mkvmerge -o target.mkv source.mkv --language 1:ger new_audio1.ac3 --language 2:eng new_audio2.ac3
According to the readme here, it should look like this:
http://www.bunkus.org/videotools/mkvtoolnix/doc/mkvmerge.html#mkvmerge.description.language
Issue I see here: AFAIK I need to specify a track id for which to set the language. Is there not an option to simply set the language for the audio track following and let mkvmerge automagically set a track number ?
TIA,
D$
please forgive if this is an obvious question but mkvtoolnix page on mkvmerge is not really a help here. When muxing a new audio track from an external file into an existing mkv via Matroska Mux GUI, I can easily specify a language for the external audio file. How do I do the same in commandline ?
I mean a typical mkvmerge command could look like this:
"mkvmerge -o target.mkv source.mkv new_audio.ac3
Or with two audio tracks:
"mkvmerge -o target.mkv source.mkv new_audio1.ac3 new_audio2.ac3
So far, so good...but how do I set now for example the language tag for the first ac3 file to german and the second ac3 to english ?
Like this ?
"mkvmerge -o target.mkv source.mkv --language 1:ger new_audio1.ac3 --language 2:eng new_audio2.ac3
According to the readme here, it should look like this:
http://www.bunkus.org/videotools/mkvtoolnix/doc/mkvmerge.html#mkvmerge.description.language
Issue I see here: AFAIK I need to specify a track id for which to set the language. Is there not an option to simply set the language for the audio track following and let mkvmerge automagically set a track number ?
TIA,
D$