dvdbackup 0.1.1
Sponsored Links
dvdbackup 0.1.1 Ranking & Summary
File size:
0.024 MB
Platform:
Any Platform
License:
GPL (GNU General Public License)
Price:
Downloads:
1405
Date added:
2005-12-20
Publisher:
dvdbackup Team
dvdbackup 0.1.1 description
dvdbackup you can do a 1:1 copy of a DVD-video.
Installation
Download dvdbackup version 0.1 - you will also need libdvdread version 0.9.3 or later.
Compile dvdbackup.c in the src dir like this gcc -o dvdbackup
-I/my/prefix/to/libdvdread/include -L/my/prefix/to/libdvdread/lib
-ldvdread dvdbackup.c
NOTE: The "" indicates that its one line - i.e. remove the "" from the command
line
Usage:
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.
Since the title is "uniq" you can use the same dir 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 be have the same size as the original one. Like wise goes 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 they may be gaps in the cell structure that we dont fill.
To backup the whole DVD
dvdbackup -M -i/dev/dvd -o/my/dvd/backup/dir/
This action creates a valid DVD-Video structure that can be burned to a DVD-/+R(W) with help of mkisofs version 1.11a27 or later
To backup the main feature of the DVD
dvdbackup -F -i/dev/dvd -o/my/dvd/backup/dir/
This action creates a valid DVD-Video structure of the feature title set
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 inteligent guess what is the main feature of the DVD - in case it fails please send a bug report.
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.
This action creates a valid DVD-Video structure of the specified title set
To backup a title
dvdbackup -t 1 -i/dev/dvd -o/my/dvd/backup/dir
This action backups all cells that forms the specified title. Note that there can be sector gaps in between one cell and an other. dvdbackup will backup all sectors that belongs to the title but will skip sectors that arent a part of the title.
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
This action will backup chapter 20 to 25 in title 1, as with the backup of a title there can be sector gaps between one chapter (cell) and on other.dvdbackup will backup all sectors that belongs to the title 1 chapter 20 to 25 but will skip sectors that arent a part of the title 1 chapter 20 to 25.
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 its not recomened.
If you specify a chapter that his higher than the last chapter of the title dvdbackup will turncate to the highest chapter of the title.
Return values
0 on success
1 on usage error
2 on title name error
-1 on failur
Todo - i.e. whats on the agenda
Make the main feature guessing algoritm better. Not that it doesnt do its job, but its implementation its that great. I would also like to preserve more information about the main feature since that would let me preform better implementations in other functions that depends on the titles_info_t and title_set_info_t strcutures.
Make it possible to extract cells in a title not just chapters (very easy so it will definitly be in the next version).
Make a split mirror (-S) option that divides a DVD-9 to two valid DVD-5 video structures. This is not a trivial hack and its my main goal the next month or so. It involves writing ifoedit and vobedit libraries in order to be able to manipulate both the IFO structures and the VOB files. Out of this will most probably also come tscreate and vtscreate which will enable you to make a very simple DVD-Video from MPEG-1/2 source.
Installation
Download dvdbackup version 0.1 - you will also need libdvdread version 0.9.3 or later.
Compile dvdbackup.c in the src dir like this gcc -o dvdbackup
-I/my/prefix/to/libdvdread/include -L/my/prefix/to/libdvdread/lib
-ldvdread dvdbackup.c
NOTE: The "" indicates that its one line - i.e. remove the "" from the command
line
Usage:
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.
Since the title is "uniq" you can use the same dir 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 be have the same size as the original one. Like wise goes 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 they may be gaps in the cell structure that we dont fill.
To backup the whole DVD
dvdbackup -M -i/dev/dvd -o/my/dvd/backup/dir/
This action creates a valid DVD-Video structure that can be burned to a DVD-/+R(W) with help of mkisofs version 1.11a27 or later
To backup the main feature of the DVD
dvdbackup -F -i/dev/dvd -o/my/dvd/backup/dir/
This action creates a valid DVD-Video structure of the feature title set
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 inteligent guess what is the main feature of the DVD - in case it fails please send a bug report.
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.
This action creates a valid DVD-Video structure of the specified title set
To backup a title
dvdbackup -t 1 -i/dev/dvd -o/my/dvd/backup/dir
This action backups all cells that forms the specified title. Note that there can be sector gaps in between one cell and an other. dvdbackup will backup all sectors that belongs to the title but will skip sectors that arent a part of the title.
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
This action will backup chapter 20 to 25 in title 1, as with the backup of a title there can be sector gaps between one chapter (cell) and on other.dvdbackup will backup all sectors that belongs to the title 1 chapter 20 to 25 but will skip sectors that arent a part of the title 1 chapter 20 to 25.
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 its not recomened.
If you specify a chapter that his higher than the last chapter of the title dvdbackup will turncate to the highest chapter of the title.
Return values
0 on success
1 on usage error
2 on title name error
-1 on failur
Todo - i.e. whats on the agenda
Make the main feature guessing algoritm better. Not that it doesnt do its job, but its implementation its that great. I would also like to preserve more information about the main feature since that would let me preform better implementations in other functions that depends on the titles_info_t and title_set_info_t strcutures.
Make it possible to extract cells in a title not just chapters (very easy so it will definitly be in the next version).
Make a split mirror (-S) option that divides a DVD-9 to two valid DVD-5 video structures. This is not a trivial hack and its my main goal the next month or so. It involves writing ifoedit and vobedit libraries in order to be able to manipulate both the IFO structures and the VOB files. Out of this will most probably also come tscreate and vtscreate which will enable you to make a very simple DVD-Video from MPEG-1/2 source.
dvdbackup 0.1.1 Screenshot
dvdbackup 0.1.1 Keywords
DVD
To Backup
Chapter 20
main feature
20 to
1:1 copy
dvdbackup
title
chapter
backup
20
DVD-VIDEO
dvdbackup 0.1.1
Video
Multimedia
Bookmark dvdbackup 0.1.1
dvdbackup 0.1.1 Copyright
WareSeeker periodically updates pricing and software information of dvdbackup 0.1.1 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of dvdbackup 0.1.1 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Related Information
chapter 20 getaway black monday
titleist golf
chapters books
backup files
exodus chapter 20
chapter 20 antimicrobial drugs
chapter 20 clone wars
dvdbackup 1.3
dvd videosoft
online backup
title loans
chapter 13 bankruptcy
revelation chapter 20
backup outlook express
chapter two
dvdbackup linux
titleist
dvd video soft
Version History
Related Software
DVD Backup is an unix shell script providing functionality for backuping files and databases (PostgreSQL, MySQL) on DVD discs. Free Download
DVDKUP is a GTK interface for Mencoder, the encoding command of the software MPlayer. Free Download
VideoCut project is an open source desktop application specialized for creating compositions of screenshots from video files. Free Download
DYS Backup is just a small script to backup your system. Free Download
Lazy Backup project is intended to be so easy even lazy people will do their backups. Free Download
DVD-Baker is a small suite of programmes designed to turn your image collection into a DVD. Free Download
Pybackpack project is a user friendly file backup tool for Gnome. Free Download
aPAz is A ultra light Php AnonymiZer. Free Download
Latest Software
Popular Software
Favourite Software