[MPlayer-users] DVD Vob files

Friðrik Ásmundsson fridrik01 at gmail.com
Wed Sep 28 17:37:47 CEST 2011


Ahh, Tom, this is just what I was looking for!

lsdvd seems to be a nice small wrapper around libdvdreader and quite
easy to understand. I however did not find any lsdvd binaries for
Windows, but I assume it compiles and works there since mplayer does.

Kevin: Running -identify on the IFO file seems to give only a subset
of the information I get when running it against any other Title in
the Dvd. So no Title -> VTS mapping there unfortunately.

Thanks again

On 9/28/11, Tom Evans <tevans.uk at googlemail.com> wrote:
> On Wed, Sep 28, 2011 at 3:00 PM, Nico Sabbi <nicola.sabbi at poste.it> wrote:
>>
>> libdvdread in dvdnav svn.
>> Good luck :-)
>>
>> Alternatively there'd dvdbackup in dvdnav svn.
>
>
> There is also a program called lsdvd which uses libdvdread to spit out
> all sorts of interesting information for a disc/disc image/IFO.
>
> http://sourceforge.net/projects/lsdvd/
>
> I believe that the track attribute 'ix' corresponds to the title
> number, and the track attribute 'vts' corresponds to the video title
> set.
>
>> $ lsdvd -vcOy
> libdvdread: Using libdvdcss version 1.2.10 for DVD access
> lsdvd = {
>   'device' : '/dev/acd0',
>   'title' : '2020_WORLD_CUP',
>   'vmg_id' : 'DVDVIDEO-VMG',
>   'provider_id' : '',
>   'track' : [
>     {
>       'ix' : 1,
>       'length' : 10846.100,
>       'vts_id' : 'DVDVIDEO-VTS',
>       'vts' : 1,
>       'ttn' : 1,
>       'fps' : 25.00,
>       'format' : 'PAL',
>       'aspect' : '16/9',
>       'width' : 720,
>       'height' : 576,
>       'df' : 'Letterbox',
>       'chapter' : [
>         {
>           'ix' : 1,
>           'length' : 55.200,
>           'startcell' : 1,
>         },
>         {
>           'ix' : 2,
>           'length' : 24.060,
>           'startcell' : 2,
>         },
>         {
>           'ix' : 3,
>           'length' : 101.090,
>           'startcell' : 3,
>         },
>         {
>           'ix' : 4,
>           'length' : 83.140,
>           'startcell' : 4,
>         },
>         {
>           'ix' : 5,
>           'length' : 143.200,
>           'startcell' : 5,
>         },
>         {
>           'ix' : 6,
>           'length' : 1558.370,
>           'startcell' : 6,
>         },
>         {
>           'ix' : 7,
>           'length' : 963.250,
>           'startcell' : 7,
>         },
>         {
>           'ix' : 8,
>           'length' : 959.250,
>           'startcell' : 8,
>         },
>         {
>           'ix' : 9,
>           'length' : 1551.290,
>           'startcell' : 9,
>         },
>         {
>           'ix' : 10,
>           'length' : 1335.020,
>           'startcell' : 10,
>         },
>         {
>           'ix' : 11,
>           'length' : 1238.130,
>           'startcell' : 11,
>         },
>         {
>           'ix' : 12,
>           'length' : 1344.120,
>           'startcell' : 12,
>         },
>         {
>           'ix' : 13,
>           'length' : 478.020,
>           'startcell' : 13,
>         },
>         {
>           'ix' : 14,
>           'length' : 101.210,
>           'startcell' : 14,
>         },
>         {
>           'ix' : 15,
>           'length' : 795.160,
>           'startcell' : 15,
>         },
>         {
>           'ix' : 16,
>           'length' : 110.040,
>           'startcell' : 16,
>         },
>         {
>           'ix' : 17,
>           'length' : 0.090,
>           'startcell' : 17,
>         },
>       ],
>     },
>     {
>       'ix' : 2,
>       'length' : 0.090,
>       'vts_id' : 'DVDVIDEO-VTS',
>       'vts' : 1,
>       'ttn' : 2,
>       'fps' : 25.00,
>       'format' : 'PAL',
>       'aspect' : '16/9',
>       'width' : 720,
>       'height' : 576,
>       'df' : 'Letterbox',
>       'chapter' : [
>         {
>           'ix' : 1,
>           'length' : 0.090,
>           'startcell' : 1,
>         },
>       ],
>     },
>     {
>       'ix' : 3,
>       'length' : 25.330,
>       'vts_id' : 'DVDVIDEO-VTS',
>       'vts' : 2,
>       'ttn' : 1,
>       'fps' : 25.00,
>       'format' : 'PAL',
>       'aspect' : '16/9',
>       'width' : 720,
>       'height' : 576,
>       'df' : 'Letterbox',
>       'chapter' : [
>         {
>           'ix' : 1,
>           'length' : 7.370,
>           'startcell' : 1,
>         },
>         {
>           'ix' : 2,
>           'length' : 17.180,
>           'startcell' : 2,
>         },
>       ],
>     },
>   ],
>   'longest_track' : 1,
> }
>
> Cheers
>
> Tom
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
>


More information about the MPlayer-users mailing list