[MPlayer-users] DVD Vob files

Tom Evans tevans.uk at googlemail.com
Wed Sep 28 16:03:11 CEST 2011


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


More information about the MPlayer-users mailing list