How could I set up a video within, for example, the boundaries of chapters in another video?
The result is that the main MKV loads the other MKV in place of those chapters. It is useful for the opening of a show, which would play the same opening which is marked by chapters.
Posts: 10.984
Threads: 57
Joined: May 2017
23.11.2017, 06:18
(This post was last modified: 23.11.2017, 06:19 by Selur.)
At the moment you can't with Hybrid .
Haven't looked at that for ages.
Out of the tip of my head this is how I remember this should be done.
What it requires is "--link-to-previous" and "--link-to-next".
see:
https://mkvtoolnix.download/doc/mkvmerge...le_linking
In case the scenario where you have one intro for multiple episodes.
You would:
a. create the intro
b. check it's SID
c. Remux each of the episodes with '--link-to-previous <SID of intro>'
(Alternatively one could use mkvpropedit and '--set prev-uid')
Cu Selur
Ps.: Problem back then was that only a few players supported mkv file linking properly so for me it was not worth the trouble in the end.