-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdvdxchap.1
60 lines (60 loc) · 1.44 KB
/
dvdxchap.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.TH DVDXCHAP "1" "November 2004" "dvdxchap v1.5" "User Commands"
.SH NAME
dvdxchap \- Extract chapter information from DVDs
.SH SYNOPSIS
.B dvdxchap
[\fIoptions\fR] \fIDVD-SOURCE\fR
.SH DESCRIPTION
.LP
This program extracts chapter information from a DVD and displays
it in a form usable by \fBogmmerge(1)\fP.
.TP
\fB\-t\fR, \fB\-\-title\fR \fInum\fR
Use title '\fInum\fR'. Default is 1.
.TP
\fB\-c\fR, \fB\-\-chapter\fR \fIstart\fR[-\fIend\fR]
Only output the given range of chapters and adjust all timecodes so that
they start at 0. The default is to output all chapters.
.TP
\fB\-v\fR
Increase verbosity
.TP
\fB\-V\fR
Show version information
.TP
\fB\-h\fR
Show help
.SH EXAMPLES
.LP
The output generated by \fBdvdxchap\fP will have the form
.LP
CHAPTER01=00:01:35.240
.br
CHAPTER01NAME=Chapter 01
.br
CHAPTER02=00:03:40:300
.br
CHAPTER02NAME=Chapter 02
.br
etc.
.LP
You should pipe its output to a file, edit the chapter names and
use the resulting file as an input for \fBogmmerge(1)\fP.
.SH AUTHOR
.I dvdxchap
was written by Moritz Bunkus <[email protected]>. Some ideas were
taken from Chapter-X-Tractor
.UR <http://christophe.paris.free.fr/main.php3>
(<http://christophe.paris.free.fr/main.php3>)
.UE
written by Christophe Paris.
.SH SEE ALSO
.BR ogmmerge (1),
.BR ogmsplit (1),
.BR ogminfo (1),
.BR ogmdemux (1)
.SH WWW
The newest version can always be found at
.UR http://www.bunkus.org/videotools/ogmtools/
<http://www.bunkus.org/videotools/ogmtools/>
.UE