mkvmerge: How to merge two videos, one without audio?

Posted by ProGNOMmers on Super User See other posts from Super User or by ProGNOMmers
Published on 2012-11-16T16:49:51Z Indexed on 2012/11/16 17:03 UTC
Read the original article Hit count: 220

I have two videos, one without audio (the second). Trying to merge them I have this error:

mkvmerge concat1.webm +concat2.webm -o output.webm
mkvmerge v5.8.0 ('No Sleep / Pillow') built on Oct 19 2012 13:07:37
Automatically enabling WebM compliance mode due to output file name extension.
'concat1.webm': Using the demultiplexer for the format 'Matroska'.
concat2.webm': Using the demultiplexer for the format 'Matroska'.
'concat1.webm' track 0: Using the output module for the format 'VP8'.
concat2.webm' track 0: Using the output module for the format 'VP8'.
concat2.webm' track 1: Using the output module for the format 'Vorbis'.
No append mapping was given for the file no. 1 (concat2.webm'). A default mapping of 1:0:0:0,1:1:0:1 will be used instead. Please keep that in mind if mkvmerge aborts with an error message regarding invalid '--append-to' options.
Error: The file no. 0 ('concat1.webm') does not contain a track with the ID 1, or that track is not to be copied. Therefore no track can be appended to it. The argument for '--append-to' was invalid.

Is there a way to say to mkvmerge to make the audio track longer?

Thank you!

© Super User or respective owner

Related posts about video

Related posts about video-editing