[MPlayer-users] ifo viewer for GNU/Linux?

Tom Evans tevans.uk at googlemail.com
Fri Oct 30 02:01:27 CET 2015


On Fri, Aug 28, 2015 at 4:32 AM, Matt Zagrabelny <mzagrabe at d.umn.edu> wrote:
> Greetings mplayer-users!
>
> I'm attempting to rip a DVD, which works great - thanks mplayer -dumpstream!
>
> However, I don't know the (english) subtitle stream to rip due to the
> subtitles being in a separate stream and not burned into the video.
>
> Is anyone familiar with an IFO viewer that can list the video, audio,
> and subtitle streams when selecting various menu options from a DVD
> main menu?
>
> Any help would be excellent!
>
> Thanks,
>
> -mz

lsdvd ?

> $ lsdvd -avs -Oy /mediabox/movies/Horror/Braindead\ \(1992\)/DEADALIVE.ISO
lsdvd = {
  'device' : '/mediabox/movies/Horror/Braindead (1992)/DEADALIVE.ISO',
  'title' : 'DEADALIVE',
  'vmg_id' : 'DVDVIDEO-VMG',
  'provider_id' : '',
  'track' : [
    {
      'ix' : 1,
      'length' : 5825.166,
      'vts_id' : 'DVDVIDEO-VTS',
      'vts' : 1,
      'ttn' : 1,
      'fps' : 29.97,
      'format' : 'NTSC',
      'aspect' : '16/9',
      'width' : 352,
      'height' : 480,
      'df' : 'Letterbox',
      'audio' : [
        {
          'ix' : 1,
          'langcode' : 'en',
          'language' : 'English',
          'format' : 'ac3',
          'frequency' : 48000,
          'quantization' : 'drc',
          'channels' : 2,
          'ap_mode' : 0,
          'content' : 'Undefined',
          'streamid' : '0x80',
        },
      ],
      'subp' : [
        {
          'ix' : 1,
          'langcode' : 'en',
          'language' : 'English',
          'content' : 'Normal',
          'streamid' : '0x20',
        },
        {
          'ix' : 2,
          'langcode' : 'en',
          'language' : 'English',
          'content' : 'Normal',
          'streamid' : '0x21',
        },
      ],
    },
  ],
  'longest_track' : 1,
}


Cheers

Tom


More information about the MPlayer-users mailing list