How to set up separate matroska in matroska - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: How to set up separate matroska in matroska (/thread-157.html) |
How to set up separate matroska in matroska - 404fox - 23.11.2017 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. RE: How to set up separate matroska in matroska - Selur - 23.11.2017 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.html#mkvmerge.file_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. |