diff --git a/doc/man/mkvmerge.xml b/doc/man/mkvmerge.xml index c42d20c00..710cf1864 100644 --- a/doc/man/mkvmerge.xml +++ b/doc/man/mkvmerge.xml @@ -2847,6 +2847,10 @@ Track ID 1: audio (A_MPEG/L3) functionality. + + Apart from dedicated chapter files &mkvmerge; can also read chapters from other file formats (e.g. MP4, Ogg, Blu-rays or DVDs). + + The simple chapter format @@ -2951,6 +2955,34 @@ CHAPTER03NAME=Baby rocks the house ChapterProcessData (binary) + + Reading chapters from Blu-rays + + + &mkvmerge; can read chapters from unencrypted Blu-rays. For that you can use the path to one of the MPLS play lists with the + --chapters parameter. + + + + Example: --chapters /srv/blurays/BigBuckBunny/BDMV/PLAYLIST/00001.mpls + + + + + Reading chapters from DVDs + + + When MKVToolNix is compiled with the libdvdread library, &mkvmerge; can read chapters from DVDs. For that you + can use the path to one of the folders or files on the DVD with the --chapters parameter. As DVDs can contain + more than one title and each title has its own set of chapters, you can append a colon and the desired title number to the end of the + file name argument. The title number defaults to 1. + + + + Example: --chapters /srv/dvds/BigBuckBunny/VIDEO_TS:2 + + + General notes