cpvts 1.2 review

Download
by rbytes.net on

cpvts can raw copy title sets from a DVD to your harddisc (for Linux and all other *ixes with libdvdread support). This tool can c

License: GPL (GNU General Public License)
File size: 4K
Developer: Christian Vogelgsang
0 stars award from rbytes.net

cpvts can raw copy title sets from a DVD to your harddisc (for Linux and all other *ixes with libdvdread support).

This tool can copy a single or all title sets from a DVD to a directory. It is important to note that complete title sets and not only VOB parts of a title are copied. You have the exact image or clone of the source title set with this tool. It does no fancy IFO parsing, only raw DVD block are read.

Why? If you want to use libdvdread or derived applications (e.g. transcode) in the DVD image mode (i.e. you have a directory on your hard disk with a DVD structure on it) then you must have a copy of the full title set for your desired title. If you only extract the VOB information belonging to a title plus the *.IFO files then the references in the *.IFO files are not correct, because they assume the full title set is still available.

It is a companion tool for cpdvd that offers more user-friendly copy options (e.g. you can pass the title number and not the title set number).

Installation:

You will need the libdvdread library for this tool. Specify its installation path in the provided Makefile. Then a simple call to "make" should build the binary. Copy the binary into your PATH.

Usage:

Just call cpvts the following way:

cpvts -d < dvd_path/device > -t < title_set > < target directory >

This will copy the given title set from the DVD into the target directory. Please note, that the directory must exist already. On default the tool will copy the video manager (VIDEO_TS.*) also. If you don't want that then pass the -n option. To copy all title sets (i.e. the whole DVD) then you have to pass option -a instead of -t.

cpvts will split the long data stream of a title set at 1024 MB borders. You can adjust the split size with the -s option. Splitting is disabled with -s 0.

While copying the data, the tool will use a block buffer in memory. Its default size is set to 4 MB. You can adjust the buffer size with the -b option. Try to find the value that gives you the highest transfer performance.

What's New in This Release:
added patch from Markus Plail:
output file name "-" copies data to stdout (use it with -s 0)
new option -i excludes VTS_xx_0.*

cpvts 1.2 search tags