[DVDnav-discuss] dvdread wrong (?) about titles

Andrea mariofutire at googlemail.com
Tue Jun 24 00:13:16 CEST 2008


Hi,

I'm trying to copy a DVD to the harddisk and I've noticed that sometimes libdvdread seems not to 
handle titles properly. Most of the time it is correct. (More likely I don't know how to use it).

I'm using lidvdvcss 1.2.9, libdvdread 4.1.2.

I started with vobcopy (same behaviour) and then I wrote my little application using libdvdread.

1) The DVD has got 2 titles
2) mplayer plays the titles correctly with
mplayer dvd://1
mplayer dvd://2
3) the function
	  dvd_file_t * file = DVDOpenFile( reader, 2, DVD_READ_TITLE_VOBS );
returns NULL.
5) if I open and copy title 1, it is long as the whole dvd, while title 1 is just about 40 seconds

Should DVDOpenFile return 1 file per title or did I get something wrong?

This is the output of libdvdcss while I run my app, opening the title 1 (as I said 2 fails).

libdvdread: Using libdvdcss version 1.2.9 for DVD access

libdvdread: Attempting to retrieve all CSS keys
libdvdread: This can take a _long_ time, please be patient

libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x0000012d
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_0.VOB at 0x00002d0f
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x0000fe02
libdvdread: Elapsed time 0
libdvdread: Found 1 VTS's
libdvdread: Elapsed time 0

Content of the DVD:

-r-xr-xr-x 1 root root      12288 2005-10-06 11:01 video_ts.bup
-r-xr-xr-x 1 root root      12288 2005-10-06 11:01 video_ts.ifo
-r-xr-xr-x 1 root root   22923264 2005-10-06 11:01 video_ts.vob
-r-xr-xr-x 1 root root      38912 2005-10-06 11:01 vts_01_0.bup
-r-xr-xr-x 1 root root      38912 2005-10-06 11:01 vts_01_0.ifo
-r-xr-xr-x 1 root root  109549568 2005-10-06 11:01 vts_01_0.vob
-r-xr-xr-x 1 root root 1073709056 2005-10-06 11:01 vts_01_1.vob
-r-xr-xr-x 1 root root 1073709056 2005-10-06 11:01 vts_01_2.vob
-r-xr-xr-x 1 root root  512899072 2005-10-06 11:01 vts_01_3.vob




More information about the DVDnav-discuss mailing list