1DVDXCHAP(1) User Commands DVDXCHAP(1)
2
3
4
6 dvdxchap - Extract chapter information from DVDs
7
9 dvdxchap [options] DVD-SOURCE
10
12 This program extracts chapter information from a DVD and displays it in
13 a form usable by ogmmerge(1).
14
15 -t, --title num
16 Use title 'num'. Default is 1.
17
18 -c, --chapter start[-end]
19 Only output the given range of chapters and adjust all timecodes
20 so that they start at 0. The default is to output all chapters.
21
22 -v Increase verbosity
23
24 -V Show version information
25
26 -h Show help
27
29 The output generated by dvdxchap will have the form
30
31 CHAPTER01=00:01:35.240
32 CHAPTER01NAME=Chapter 01
33 CHAPTER02=00:03:40:300
34 CHAPTER02NAME=Chapter 02
35 etc.
36
37 You should pipe its output to a file, edit the chapter names and use
38 the resulting file as an input for ogmmerge(1).
39
41 dvdxchap was written by Moritz Bunkus <moritz@bunkus.org>. Some ideas
42 were taken from Chapter-X-Tractor
43 (<http://christophe.paris.free.fr/main.php3>)
44 ⟨<http://christophe.paris.free.fr/main.php3>⟩ written by Christophe
45 Paris.
46
48 ogmmerge(1), ogmsplit(1), ogminfo(1), ogmdemux(1)
49
51 The newest version can always be found at
52 <http://www.bunkus.org/videotools/ogmtools/>
53 ⟨http://www.bunkus.org/videotools/ogmtools/⟩
54
55
56
57dvdxchap v1.5 November 2004 DVDXCHAP(1)