Re: dvdrip-0.98.10
Ron Yorgason <[email protected]> Mon, 20 Apr 2009 11:28:40 -0400
| Newsgroups | gmane.comp.video.dvdrip.user |
|---|---|
| Message-ID | <[email protected]> |
I think I've run into this problem sometimes when the DVD is also mounted. If your DVD is automounted when you put it in, you may want to try umount'ing it first. I've also had this problem when dvdrip was set to use the wrong DVD device, but that doesn't seem to be the problem here. Try unmounting it and see if the problem goes away. --Ron On Sat, Apr 18, 2009 at 4:08 PM, JD <[email protected]> wrote: > Dear list, > When I click on "Read DVD table of contents" > I hear the access to the DVD drive, and then it spins up > for a short while, and then .... NOTHING. > > Looking at the log, the last entry is > > Sat Apr 18 12:49:03 2009 Project file saved to > '/sdb2/dvdrip/data/tdtess.rip' > Sat Apr 18 12:50:15 2009 Start job 'Read TOC (lsdvd|tcprobe)' > Sat Apr 18 12:50:15 2009 Start job 'Read TOC (lsdvd)' > Sat Apr 18 12:50:15 2009 Executing command: execflow lsdvd -a -n -c -s -v > -Op \/dev\/sr0 2>/dev/null && echo EXECFLOW_OK > > Clicking on the icon (Show job pland and progress details), > I see > Read TOC (tcprobe) Waiting > > So, I decided to invoke the lsdvd command by hand to see what the hangup is: > $ lsdvd -a -n -c -s -v -Op \/dev\/sr0 2>/dev/null > The command returned immediately with this output: > our %lsdvd = ( > device => '/dev/sr0', > title => 'GRADUATION_PARTIES_FROM_AROUND_THE_WORLD', > vmg_id => 'DVDVIDEO-VMG', > provider_id => '', > track => [ > { > ix => 1, > length => 6208.153, > vts_id => 'DVDVIDEO-VTS', > vts => 1, > ttn => 1, > fps => 29.97, > format => 'NTSC', > aspect => '16/9', > width => 720, > height => 480, > df => 'Letterbox', > angles => 1, > audio => [ > { > ix => 1, > langcode => 'en', > language => 'English', > format => 'ac3', > frequency => 48000, > quantization => 'drc', > channels => 6, > ap_mode => 0, > content => 'Undefined', > streamid => '0x80', > }, > { > ix => 2, > langcode => 'fr', > language => 'Francais', > format => 'ac3', > frequency => 48000, > quantization => 'drc', > channels => 2, > ap_mode => 0, > content => 'Undefined', > streamid => '0x81', > }, > { > ix => 3, > langcode => 'es', > language => 'Espanol', > format => 'ac3', > frequency => 48000, > quantization => 'drc', > channels => 2, > ap_mode => 0, > content => 'Undefined', > streamid => '0x82', > }, > ], > chapter => [ > { > ix => 1, > length => 323.020, > startcell => 1, > }, > { > ix => 2, > length => 387.033, > startcell => 2, > }, > { > ix => 3, > length => 233.300, > startcell => 3, > }, > { > ix => 4, > length => 337.020, > startcell => 4, > }, > { > ix => 5, > length => 165.000, > startcell => 5, > }, > { > ix => 6, > length => 269.186, > startcell => 6, > }, > { > ix => 7, > length => 175.166, > startcell => 7, > }, > { > ix => 8, > length => 165.000, > startcell => 8, > }, > { > ix => 9, > length => 209.053, > startcell => 9, > }, > { > ix => 10, > length => 229.320, > startcell => 10, > }, > { > ix => 11, > length => 166.043, > startcell => 11, > }, > { > ix => 12, > length => 185.153, > startcell => 12, > }, > { > ix => 13, > length => 92.010, > startcell => 13, > }, > { > ix => 14, > length => 134.176, > startcell => 14, > }, > { > ix => 15, > length => 197.220, > startcell => 15, > }, > { > ix => 16, > length => 286.153, > startcell => 16, > }, > { > ix => 17, > length => 99.166, > startcell => 17, > }, > { > ix => 18, > length => 338.186, > startcell => 18, > }, > { > ix => 19, > length => 246.166, > startcell => 19, > }, > { > ix => 20, > length => 135.020, > startcell => 20, > }, > { > ix => 21, > length => 274.220, > startcell => 21, > }, > { > ix => 22, > length => 252.133, > startcell => 22, > }, > { > ix => 23, > length => 138.210, > startcell => 23, > }, > { > ix => 24, > length => 191.153, > startcell => 24, > }, > { > ix => 25, > length => 134.210, > startcell => 25, > }, > { > ix => 26, > length => 306.300, > startcell => 27, > }, > { > ix => 27, > length => 227.200, > startcell => 28, > }, > { > ix => 28, > length => 302.276, > startcell => 29, > }, > { > ix => 29, > length => 1.000, > startcell => 30, > }, > ], > subp => [ > { > ix => 1, > langcode => 'en', > language => 'English', > content => 'Undefined', > streamid => '0x20', > }, > { > ix => 2, > langcode => 'es', > language => 'Espanol', > content => 'Undefined', > streamid => '0x21', > }, > { > ix => 3, > langcode => 'fr', > language => 'Francais', > content => 'Undefined', > streamid => '0x22', > }, > { > ix => 4, > langcode => 'es', > language => 'Espanol', > content => 'Undefined', > streamid => '0x23', > }, > { > ix => 5, > langcode => 'xx', > language => 'Unknown', > content => 'Undefined', > streamid => '0x24', > }, > { > ix => 6, > langcode => 'xx', > language => 'Unknown', > content => 'Undefined', > streamid => '0x25', > }, > { > ix => 7, > langcode => 'xx', > language => 'Unknown', > content => 'Undefined', > streamid => '0x26', > }, > { > ix => 8, > langcode => 'xx', > language => 'Unknown', > content => 'Undefined', > streamid => '0x27', > }, > ], > }, > { > ix => 2, > length => 1.000, > vts_id => 'DVDVIDEO-VTS', > vts => 1, > ttn => 2, > fps => 29.97, > format => 'NTSC', > aspect => '16/9', > width => 720, > height => 480, > df => 'Letterbox', > angles => 1, > audio => [ > { > ix => 1, > langcode => 'en', > language => 'English', > format => 'ac3', > frequency => 48000, > quantization => 'drc', > channels => 6, > ap_mode => 0, > content => 'Undefined', > streamid => '0x80', > }, > { > ix => 2, > langcode => 'fr', > language => 'Francais', > format => 'ac3', > frequency => 48000, > quantization => 'drc', > channels => 2, > ap_mode => 0, > content => 'Undefined', > streamid => '0x81', > }, > { > ix => 3, > langcode => 'es', > language => 'Espanol', > format => 'ac3', > frequency => 48000, > quantization => 'drc', > channels => 2, > ap_mode => 0, > content => 'Undefined', > streamid => '0x82', > }, > ], > chapter => [ > { > ix => 1, > length => 1.000, > startcell => 1, > }, > ], > subp => [ > { > ix => 1, > langcode => 'en', > language => 'English', > content => 'Undefined', > streamid => '0x20', > }, > { > ix => 2, > langcode => 'es', > language => 'Espanol', > content => 'Undefined', > streamid => '0x21', > }, > { > ix => 3, > langcode => 'fr', > language => 'Francais', > content => 'Undefined', > streamid => '0x22', > }, > { > ix => 4, > langcode => 'es', > language => 'Espanol', > content => 'Undefined', > streamid => '0x23', > }, > { > ix => 5, > langcode => 'xx', > language => 'Unknown', > content => 'Undefined', > streamid => '0x24', > }, > { > ix => 6, > langcode => 'xx', > language => 'Unknown', > content => 'Undefined', > streamid => '0x25', > }, > { > ix => 7, > langcode => 'xx', > language => 'Unknown', > content => 'Undefined', > streamid => '0x26', > }, > { > ix => 8, > langcode => 'xx', > language => 'Unknown', > content => 'Undefined', > streamid => '0x27', > }, > ], > }, > { > ix => 3, > length => 8.000, > vts_id => 'DVDVIDEO-VTS', > vts => 2, > ttn => 1, > fps => 29.97, > format => 'NTSC', > aspect => '16/9', > width => 720, > height => 480, > df => 'Pan&Scan', > angles => 1, > audio => [ > ], > chapter => [ > { > ix => 1, > length => 7.000, > startcell => 1, > }, > { > ix => 2, > length => 1.000, > startcell => 2, > }, > ], > subp => [ > ], > }, > { > ix => 4, > length => 8.000, > vts_id => 'DVDVIDEO-VTS', > vts => 2, > ttn => 2, > fps => 29.97, > format => 'NTSC', > aspect => '16/9', > width => 720, > height => 480, > df => 'Pan&Scan', > angles => 1, > audio => [ > ], > chapter => [ > { > ix => 1, > length => 7.000, > startcell => 1, > }, > { > ix => 2, > length => 1.000, > startcell => 2, > }, > ], > subp => [ > ], > }, > { > ix => 5, > length => 8.000, > vts_id => 'DVDVIDEO-VTS', > vts => 2, > ttn => 3, > fps => 29.97, > format => 'NTSC', > aspect => '16/9', > width => 720, > height => 480, > df => 'Pan&Scan', > angles => 1, > audio => [ > ], > chapter => [ > { > ix => 1, > length => 7.000, > startcell => 1, > }, > { > ix => 2, > length => 1.000, > startcell => 2, > }, > ], > subp => [ > ], > }, > { > ix => 6, > length => 369.286, > vts_id => 'DVDVIDEO-VTS', > vts => 3, > ttn => 1, > fps => 29.97, > format => 'NTSC', > aspect => '4/3', > width => 720, > height => 480, > df => '?', > angles => 1, > audio => [ > { > ix => 1, > langcode => 'en', > language => 'English', > format => 'ac3', > frequency => 48000, > quantization => 'drc', > channels => 2, > ap_mode => 0, > content => 'Undefined', > streamid => '0x80', > }, > ], > chapter => [ > { > ix => 1, > length => 137.000, > startcell => 1, > }, > { > ix => 2, > length => 68.320, > startcell => 2, > }, > { > ix => 3, > length => 107.320, > startcell => 3, > }, > { > ix => 4, > length => 55.000, > startcell => 4, > }, > { > ix => 5, > length => 1.000, > startcell => 5, > }, > ], > subp => [ > ], > }, > { > ix => 7, > length => 107.320, > vts_id => 'DVDVIDEO-VTS', > vts => 3, > ttn => 2, > fps => 29.97, > format => 'NTSC', > aspect => '4/3', > width => 720, > height => 480, > df => '?', > angles => 1, > audio => [ > { > ix => 1, > langcode => 'en', > language => 'English', > format => 'ac3', > frequency => 48000, > quantization => 'drc', > channels => 2, > ap_mode => 0, > content => 'Undefined', > streamid => '0x80', > }, > ], > chapter => [ > { > ix => 1, > length => 106.320, > startcell => 1, > }, > { > ix => 2, > length => 1.000, > startcell => 2, > }, > ], > subp => [ > ], > }, > { > ix => 8, > length => 123.000, > vts_id => 'DVDVIDEO-VTS', > vts => 3, > ttn => 3, > fps => 29.97, > format => 'NTSC', > aspect => '4/3', > width => 720, > height => 480, > df => '?', > angles => 1, > audio => [ > { > ix => 1, > langcode => 'en', > language => 'English', > format => 'ac3', > frequency => 48000, > quantization => 'drc', > channels => 2, > ap_mode => 0, > content => 'Undefined', > streamid => '0x80', > }, > ], > chapter => [ > { > ix => 1, > length => 122.000, > startcell => 1, > }, > { > ix => 2, > length => 1.000, > startcell => 2, > }, > ], > subp => [ > ], > }, > { > ix => 9, > length => 50.010, > vts_id => 'DVDVIDEO-VTS', > vts => 3, > ttn => 4, > fps => 29.97, > format => 'NTSC', > aspect => '4/3', > width => 720, > height => 480, > df => '?', > angles => 1, > audio => [ > { > ix => 1, > langcode => 'en', > language => 'English', > format => 'ac3', > frequency => 48000, > quantization => 'drc', > channels => 2, > ap_mode => 0, > content => 'Undefined', > streamid => '0x80', > }, > ], > chapter => [ > { > ix => 1, > length => 49.010, > startcell => 1, > }, > { > ix => 2, > length => 1.000, > startcell => 2, > }, > ], > subp => [ > ], > }, > { > ix => 10, > length => 176.320, > vts_id => 'DVDVIDEO-VTS', > vts => 3, > ttn => 5, > fps => 29.97, > format => 'NTSC', > aspect => '4/3', > width => 720, > height => 480, > df => '?', > angles => 1, > audio => [ > { > ix => 1, > langcode => 'en', > language => 'English', > format => 'ac3', > frequency => 48000, > quantization => 'drc', > channels => 2, > ap_mode => 0, > content => 'Undefined', > streamid => '0x80', > }, > ], > chapter => [ > { > ix => 1, > length => 175.320, > startcell => 1, > }, > { > ix => 2, > length => 1.000, > startcell => 2, > }, > ], > subp => [ > ], > }, > { > ix => 11, > length => 10.000, > vts_id => 'DVDVIDEO-VTS', > vts => 4, > ttn => 1, > fps => 29.97, > format => 'NTSC', > aspect => '16/9', > width => 720, > height => 480, > df => 'Letterbox', > angles => 1, > audio => [ > { > ix => 1, > langcode => 'en', > language => 'English', > format => 'ac3', > frequency => 48000, > quantization => 'drc', > channels => 6, > ap_mode => 0, > content => 'Undefined', > streamid => '0x80', > }, > ], > chapter => [ > { > ix => 1, > length => 9.000, > startcell => 1, > }, > { > ix => 2, > length => 1.000, > startcell => 2, > }, > ], > subp => [ > ], > }, > { > ix => 12, > length => 14.020, > vts_id => 'DVDVIDEO-VTS', > vts => 4, > ttn => 2, > fps => 29.97, > format => 'NTSC', > aspect => '16/9', > width => 720, > height => 480, > df => 'Letterbox', > angles => 1, > audio => [ > { > ix => 1, > langcode => 'en', > language => 'English', > format => 'ac3', > frequency => 48000, > quantization => 'drc', > channels => 6, > ap_mode => 0, > content => 'Undefined', > streamid => '0x80', > }, > ], > chapter => [ > { > ix => 1, > length => 13.020, > startcell => 1, > }, > { > ix => 2, > length => 1.000, > startcell => 2, > }, > ], > subp => [ > ], > }, > { > ix => 13, > length => 1.000, > vts_id => 'DVDVIDEO-VTS', > vts => 4, > ttn => 3, > fps => 29.97, > format => 'NTSC', > aspect => '16/9', > width => 720, > height => 480, > df => 'Letterbox', > angles => 1, > audio => [ > { > ix => 1, > langcode => 'en', > language => 'English', > format => 'ac3', > frequency => 48000, > quantization => 'drc', > channels => 6, > ap_mode => 0, > content => 'Undefined', > streamid => '0x80', > }, > ], > chapter => [ > { > ix => 1, > length => 1.000, > startcell => 1, > }, > ], > subp => [ > ], > }, > ], > longest_track => 1, > ); > > > So, from this I do not see what the hang is for. > It should display the titles in the gui window, so I can select what to > copy, but it does not. > >