dvdbackup(1) | General Commands Manual | dvdbackup(1) |
dvdbackup - Tool to backup DVDs
dvdbackup [OPTION]...
This manual page documents briefly the dvdbackup command. This manual page was written for the Debian distribution because the original program does not have a manual page. dvdbackup is a tool to extract data from video DVDs. It has the advantages of being small, fast, and easy to use.
A summary of options is included below.
-a is option to the -F switch and has no effect on
other options
-s and -e should preferably be used together with -t
If your backup directory is /my/dvd/backup/dir/ specified with the -o flag, then dvdbackup will create a DVD-Video structure under /my/dvd/backup/dir/TITLE_NAME/VIDEO_TS. If the -o flag is omitted, the current directory is used.
Since the title is "unique" you can use the same directory for all your DVD backups. If it happens to have a generic title dvdbackup will exit with a return value of 2, and you will need to specify a title name with the -n switch.
dvdbackup will always mimic the original DVD-Video structure. Hence if you e.g. use the -M (mirror) you will get an exact duplicate of the original. This means that every file will have the same size as the original one. Likewise also for the -F and the -T switch.
However the -t and (-t -s/-e) switch is a bit different the titles sectors will be written to the original file but not at the same offset as the original one since there may be gaps in the cell structure that we do not fill.
dvdbackup defaults to get the 16:9 version of the main feature if a 4:3 is also present on the DVD. To get the 4:3 version use -a 0.
dvdbackup makes it best to make a intelligent guess what is the main feature of the DVD - in case it fails please send a bug report.
To backup a single chapter e.g. chapter 20 do -s 20
-e 20.
To backup from chapter 20 to the end chapter use only -s 20.
To backup to chapter 20 from the first chapter use only -e 20.
You can skip the -t switch and let the program guess the title although it is not recommended.
If you specify a chapter that is higher than the last chapter of the title dvdbackup will truncate to the highest chapter of the title.
dvdbackup was written by Olaf Beck <olaf_sc@yahoo.com>, but is now maintained by Benjamin Drung <benjamin.drung@gmail.com> and Stephen Gran <sgran@debian.org>. This manual page was written by Stephen Gran <sgran@debian.org>.
2008-03-18 | 0.2 |