I wrote a man page for dvdbackup(1) hoping to send to the maintainer but
there is no maintainer for it. ;)
So I am sending it here hoping that someone commits it for me. ;)
Thanks.
-girish
.\" Copyright (c) 2007, Girish Venkatachalam, <[EMAIL PROTECTED]>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
.\" copyright notice and this permission notice appear in all copies.
.\"
.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.Dd
.Dt DVDBACKUP 1
.Os
.Sh NAME
.Nm dvdbackup
.Nd Backup a DVD from the command line
.Sh SYNOPSIS
.Nm dvdbackup
.Bk -words
.Op Fl hFM
.Op Fl a Ar aspect
.Op Fl e Ar chapter
.Fl i Ar device
.Op Fl v Ar verbosity
.Fl o Ar directory
.Op Fl t Ar title
.Op Fl T Ar title set
.Op Fl s Ar chapter
.Ek
.Nm dvdbackup
.Bk -words
.Fl I
.Op Fl e Ar chapter
.Fl i Ar device
.Op Fl v Ar verbosity
.Op Fl s Ar title
.Ek
.Sh DESCRIPTION
.Nm
is a simple program to subtract/add channels in WAV files.
.Pp
.Sh OPTIONS
Here are the command line options.
.Bl -tag -width Ds
.It Fl a
to get aspect ratio 4:3 instead of 16:9 if both are present
.It Fl e
backup to chapter
.It Fl i
your DVD device
.It Fl h
print a brief help message
.It Fl v
verbosity level
.It Fl I
for information about the DVD
.It Fl o
directory where backup is to be taken
.It Fl M
backup the whole DVD
.It Fl T
backup title set
.It Fl t
backup title
.It Fl s
backup from chapter
.El
.Pp
The -a is an option to the -F switch and has no effect on other options
The options -s and -e should prefereibly be used together with -t
.Pp
.Sh EXAMPLES
.Bd -literal
To backup the whole DVD
dvdbackup -M -i/dev/dvd -o/my/dvd/backup/dir/
To backup the main feature of the DVD:
dvdbackup -F -i/dev/dvd -o/my/dvd/backup/dir/
To backup a title set
dvdbackup -T 2 -i/dev/dvd -o/my/dvd/backup/dir/
where "-T 2" specifies that you want to backup
title set 2 i.e. all VTS_02_X.XXX files.
To backup a title:
dvdbackup -t 1 -i/dev/dvd -o/my/dvd/backup/dir
To backup a specific chapter or chapters from a title:
dvdbackup -t 1 -s 20 -e 25 -i/dev/dvd -o/my/dvd/backup/dir
.Ed
.Pp
.Sh SEE ALSO
.Xr dvdauthor 1,
.Xr dvdcpy 1,
.Xr dvdrip 1,
.Xr streamdvd 1