Log in

View Full Version : [MKV] Append video files as tracks


Lothar
22nd June 2007, 08:27
I have 3 mkv files.
Each of them has a video, an audio and a subtitle track.

I would like to make a new matroska file that plays the content of first file, than the content of the second file and so on...

Is there a way to do that? :thanks:

Kurtnoise
22nd June 2007, 18:00
There is an append button through mmg...

cyberbeing
22nd June 2007, 20:57
It is possible to make a small <50KB MKV to do what you are talking about by linking segment ids with ordered chapters (or by just linking next/previous segment ids) and end up with one long seekable virtual file with a custom order and chapters. I some MKVs like this, but I have no reproduce it.

If anybody could explain how to do this I would also be interested.

MetalheadGautham
23rd June 2007, 15:38
There is an append button through mmg...

can I have more details on the same??? I have no idea how to use the program. I only managed to mux together an audio and a video track:confused:

Kurtnoise
23rd June 2007, 16:21
1/ There are some docs with screenshots in the doc folder from mkvtoolnix package.
2/ In the Input tab, drag your 1st file in the input list and click on "append" button to select a second one, etc...