Log in

View Full Version : How to mux chapter file into MKV


pcroland
6th July 2015, 18:52
Hi! I didn't find here (https://www.bunkus.org/videotools/mkvtoolnix/doc/mkvmerge.html) the correct parameters which can be used to mux .xml chapter files into mkv files. I tried this command but didn't work:
pc@seedbox:~/encode$ mkvmerge -o out.mkv 01.264 01.ac3 01_c1.ac3 01_c2.ac3 01.srt 01.xml
mkvmerge v7.9.0 ('Birds') 64bit
Error: The file '01.xml' has unknown type. Please have a look at the supported file types ('mkvmerge --list-types') and contact the author Moritz Bunkus <moritz@bunkus.org> if your file type is supported but not recognized properly.

How should I include the chapter file? :-)

microchip8
6th July 2015, 18:56
Use --chapters for the chaps file

pcroland
6th July 2015, 20:21
Thanks! :-)