Concatination of multiple angles
Posted: Sun Sep 09, 2018 11:43 am
Hi All,
Could you please help on my syntax.
I have extracted the angles from the media I'm trying to create a single MKV for.
The individual MKV/MPG streams work fine. But how so I put this together.
The start does not have multi angle. Then there are 2 sections in the middle that do have multi angle.
There is a paired audio stream across the whole series.
a - 1 video stream
b - 5 video streams
c - 1 video stream
d - 5 video streams
e - 1 video stream
mkvmerge -o d1t1q.mkv d1t1A.mpg +d1t1B.mkv +d1t1C.mpg +d1t1D.mkv +d1t1E.mpg
mkvmerge v19.0.0 ('Brave Captain') 64-bit
'd1t1A.mpg': Using the demultiplexer for the format 'MPEG program stream'.
'd1t1B.mkv': Using the demultiplexer for the format 'Matroska'.
'd1t1C.mpg': Using the demultiplexer for the format 'MPEG program stream'.
'd1t1D.mkv': Using the demultiplexer for the format 'Matroska'.
'd1t1E.mpg': Using the demultiplexer for the format 'MPEG program stream'.
'd1t1A.mpg' track 0: Using the output module for the format 'MPEG-1/2'.
'd1t1A.mpg' track 1: Using the output module for the format 'AC-3'.
'd1t1A.mpg' track 2: Using the output module for the format 'AC-3'.
'd1t1B.mkv' track 0: Using the output module for the format 'MPEG-1/2'.
'd1t1B.mkv' track 1: Using the output module for the format 'MPEG-1/2'.
'd1t1B.mkv' track 2: Using the output module for the format 'MPEG-1/2'.
'd1t1B.mkv' track 3: Using the output module for the format 'MPEG-1/2'.
'd1t1B.mkv' track 4: Using the output module for the format 'MPEG-1/2'.
'd1t1B.mkv' track 5: Using the output module for the format 'AC-3'.
'd1t1B.mkv' track 6: Using the output module for the format 'AC-3'.
'd1t1C.mpg' track 0: Using the output module for the format 'MPEG-1/2'.
'd1t1C.mpg' track 1: Using the output module for the format 'AC-3'.
'd1t1C.mpg' track 2: Using the output module for the format 'AC-3'.
'd1t1D.mkv' track 0: Using the output module for the format 'MPEG-1/2'.
'd1t1D.mkv' track 1: Using the output module for the format 'MPEG-1/2'.
'd1t1D.mkv' track 2: Using the output module for the format 'MPEG-1/2'.
'd1t1D.mkv' track 3: Using the output module for the format 'MPEG-1/2'.
'd1t1D.mkv' track 4: Using the output module for the format 'MPEG-1/2'.
'd1t1D.mkv' track 5: Using the output module for the format 'AC-3'.
'd1t1D.mkv' track 6: Using the output module for the format 'AC-3'.
'd1t1E.mpg' track 0: Using the output module for the format 'MPEG-1/2'.
'd1t1E.mpg' track 1: Using the output module for the format 'AC-3'.
'd1t1E.mpg' track 2: Using the output module for the format 'AC-3'.
With the error being:
Error: The file no. 0 ('d1t1A.mpg') does not contain a track with the ID 3, or that track is not to be copied. Therefore no track can be appended to it.
Could you please help on my syntax.
I have extracted the angles from the media I'm trying to create a single MKV for.
The individual MKV/MPG streams work fine. But how so I put this together.
The start does not have multi angle. Then there are 2 sections in the middle that do have multi angle.
There is a paired audio stream across the whole series.
a - 1 video stream
b - 5 video streams
c - 1 video stream
d - 5 video streams
e - 1 video stream
mkvmerge -o d1t1q.mkv d1t1A.mpg +d1t1B.mkv +d1t1C.mpg +d1t1D.mkv +d1t1E.mpg
mkvmerge v19.0.0 ('Brave Captain') 64-bit
'd1t1A.mpg': Using the demultiplexer for the format 'MPEG program stream'.
'd1t1B.mkv': Using the demultiplexer for the format 'Matroska'.
'd1t1C.mpg': Using the demultiplexer for the format 'MPEG program stream'.
'd1t1D.mkv': Using the demultiplexer for the format 'Matroska'.
'd1t1E.mpg': Using the demultiplexer for the format 'MPEG program stream'.
'd1t1A.mpg' track 0: Using the output module for the format 'MPEG-1/2'.
'd1t1A.mpg' track 1: Using the output module for the format 'AC-3'.
'd1t1A.mpg' track 2: Using the output module for the format 'AC-3'.
'd1t1B.mkv' track 0: Using the output module for the format 'MPEG-1/2'.
'd1t1B.mkv' track 1: Using the output module for the format 'MPEG-1/2'.
'd1t1B.mkv' track 2: Using the output module for the format 'MPEG-1/2'.
'd1t1B.mkv' track 3: Using the output module for the format 'MPEG-1/2'.
'd1t1B.mkv' track 4: Using the output module for the format 'MPEG-1/2'.
'd1t1B.mkv' track 5: Using the output module for the format 'AC-3'.
'd1t1B.mkv' track 6: Using the output module for the format 'AC-3'.
'd1t1C.mpg' track 0: Using the output module for the format 'MPEG-1/2'.
'd1t1C.mpg' track 1: Using the output module for the format 'AC-3'.
'd1t1C.mpg' track 2: Using the output module for the format 'AC-3'.
'd1t1D.mkv' track 0: Using the output module for the format 'MPEG-1/2'.
'd1t1D.mkv' track 1: Using the output module for the format 'MPEG-1/2'.
'd1t1D.mkv' track 2: Using the output module for the format 'MPEG-1/2'.
'd1t1D.mkv' track 3: Using the output module for the format 'MPEG-1/2'.
'd1t1D.mkv' track 4: Using the output module for the format 'MPEG-1/2'.
'd1t1D.mkv' track 5: Using the output module for the format 'AC-3'.
'd1t1D.mkv' track 6: Using the output module for the format 'AC-3'.
'd1t1E.mpg' track 0: Using the output module for the format 'MPEG-1/2'.
'd1t1E.mpg' track 1: Using the output module for the format 'AC-3'.
'd1t1E.mpg' track 2: Using the output module for the format 'AC-3'.
With the error being:
Error: The file no. 0 ('d1t1A.mpg') does not contain a track with the ID 3, or that track is not to be copied. Therefore no track can be appended to it.