When I run this command % mkvmerge -v -o rm.mkv rm1.mkv rm2.mkv rm3.mkv rm4.mkv rm5.mkv
the files appear to merge (and the output file that is created is appropriately large (9GB)) but when playing the output file, I’m only able to view the first input file (12 minutes). Is there something wrong with my command syntax?
Here’s the output from the run:
% mkvmerge -v -o rm.mkv rm1.mkv rm2.mkv rm3.mkv rm4.mkv rm5.mkv
mkvmerge v78.0 ('Running') 64-bit
matroska_reader: Track 0 seems to be ok.
matroska_reader: Track 1 seems to be ok.
matroska_reader: Track 2 seems to be ok.
matroska_reader: Track 3 seems to be ok.
'rm1.mkv': Using the demultiplexer for the format 'Matroska'.
matroska_reader: Track 0 seems to be ok.
matroska_reader: Track 1 seems to be ok.
matroska_reader: Track 2 seems to be ok.
matroska_reader: Track 3 seems to be ok.
'rm2.mkv': Using the demultiplexer for the format 'Matroska'.
matroska_reader: Track 0 seems to be ok.
matroska_reader: Track 1 seems to be ok.
matroska_reader: Track 2 seems to be ok.
matroska_reader: Track 3 seems to be ok.
'rm3.mkv': Using the demultiplexer for the format 'Matroska'.
matroska_reader: Track 0 seems to be ok.
matroska_reader: Track 1 seems to be ok.
matroska_reader: Track 2 seems to be ok.
matroska_reader: Track 3 seems to be ok.
'rm4.mkv': Using the demultiplexer for the format 'Matroska'.
matroska_reader: Track 0 seems to be ok.
matroska_reader: Track 1 seems to be ok.
matroska_reader: Track 2 seems to be ok.
matroska_reader: Track 3 seems to be ok.
'rm5.mkv': Using the demultiplexer for the format 'Matroska'.
'rm1.mkv' track 0: Using the output module for the format 'MPEG-1/2 video'.
'rm1.mkv' track 1: Using the output module for the format 'AC-3'.
'rm1.mkv' track 2: Using the output module for the format 'AC-3'.
'rm1.mkv' track 3: Using the output module for the format 'AC-3'.
'rm2.mkv' track 0: Using the output module for the format 'MPEG-1/2 video'.
Warning: 'rm2.mkv': Could not keep a track's UID 1 because it is already allocated for another track. A new random UID will be allocated automatically.
'rm2.mkv' track 1: Using the output module for the format 'AC-3'.
Warning: 'rm2.mkv': Could not keep a track's UID 2 because it is already allocated for another track. A new random UID will be allocated automatically.
'rm2.mkv' track 2: Using the output module for the format 'AC-3'.
Warning: 'rm2.mkv': Could not keep a track's UID 3 because it is already allocated for another track. A new random UID will be allocated automatically.
'rm2.mkv' track 3: Using the output module for the format 'AC-3'.
Warning: 'rm2.mkv': Could not keep a track's UID 4 because it is already allocated for another track. A new random UID will be allocated automatically.
'rm3.mkv' track 0: Using the output module for the format 'MPEG-1/2 video'.
Warning: 'rm3.mkv': Could not keep a track's UID 1 because it is already allocated for another track. A new random UID will be allocated automatically.
'rm3.mkv' track 1: Using the output module for the format 'AC-3'.
Warning: 'rm3.mkv': Could not keep a track's UID 2 because it is already allocated for another track. A new random UID will be allocated automatically.
'rm3.mkv' track 2: Using the output module for the format 'AC-3'.
Warning: 'rm3.mkv': Could not keep a track's UID 3 because it is already allocated for another track. A new random UID will be allocated automatically.
'rm3.mkv' track 3: Using the output module for the format 'AC-3'.
Warning: 'rm3.mkv': Could not keep a track's UID 4 because it is already allocated for another track. A new random UID will be allocated automatically.
'rm4.mkv' track 0: Using the output module for the format 'MPEG-1/2 video'.
Warning: 'rm4.mkv': Could not keep a track's UID 1 because it is already allocated for another track. A new random UID will be allocated automatically.
'rm4.mkv' track 1: Using the output module for the format 'AC-3'.
Warning: 'rm4.mkv': Could not keep a track's UID 2 because it is already allocated for another track. A new random UID will be allocated automatically.
'rm4.mkv' track 2: Using the output module for the format 'AC-3'.
Warning: 'rm4.mkv': Could not keep a track's UID 3 because it is already allocated for another track. A new random UID will be allocated automatically.
'rm4.mkv' track 3: Using the output module for the format 'AC-3'.
Warning: 'rm4.mkv': Could not keep a track's UID 4 because it is already allocated for another track. A new random UID will be allocated automatically.
'rm5.mkv' track 0: Using the output module for the format 'MPEG-1/2 video'.
Warning: 'rm5.mkv': Could not keep a track's UID 1 because it is already allocated for another track. A new random UID will be allocated automatically.
'rm5.mkv' track 1: Using the output module for the format 'AC-3'.
Warning: 'rm5.mkv': Could not keep a track's UID 2 because it is already allocated for another track. A new random UID will be allocated automatically.
'rm5.mkv' track 2: Using the output module for the format 'AC-3'.
Warning: 'rm5.mkv': Could not keep a track's UID 3 because it is already allocated for another track. A new random UID will be allocated automatically.
'rm5.mkv' track 3: Using the output module for the format 'AC-3'.
Warning: 'rm5.mkv': Could not keep a track's UID 4 because it is already allocated for another track. A new random UID will be allocated automatically.
The file 'rm.mkv' has been opened for writing.
The cue entries (the index) are being written...
Multiplexing took 24 seconds.
kmilleca@MacBook-Pro-3 Movies %