Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
black_cauldron_the [2014/02/23 16:54]
beandog
black_cauldron_the [2014/11/13 09:38]
beandog [HandBrake]
Line 5: Line 5:
   * [[Problem DVDs]]   * [[Problem DVDs]]
   * [[ddrescue]]   * [[ddrescue]]
 +  * [[http://​spaceparanoids.org/​code/​BCS0NNW1.dvd_info.json.txt]]
  
-  ​ddrescue bad blocks +** The Black Cauldron ** on DVD has some new copy protection on it (I think). ​ Either way, it's a pain, and had to work around some stuff. ​ Thankfully, it flushed out some bugs in [[dvd_info]] that are now fixed! ​ The basic takeaway ​is this: never assume that an IFO is valid.
-  ​lsdvd segfaults ​on no title given +
-  * Handbrake can't find the main title +
-  * Main title is track 9 +
-  * **DVD has 99 titles**+
  
 +Here's the story. ​ The DVD has 99 title tracks, and ten of them have invalid IFOs on them.  The invalid ones are 2 through 8, and 36 through 38.  The bogus title tracks are 2 through 8 and 97 through 99.
  
-''​ddrescue''​ found some bad blocks while ripping it:+** The feature move title track is number 39. **  The length is 1:20:05 and there are 17 chapters. ​ Audio for English, French and Spanish is Dolby Digital 5.1, 384 kbps.
  
-<​code>​ +As you will see, there is a *lot* of data to sort throughwhich I'm guessing is intended to screw up or fool some DVD rippers.
-GNU ddrescue 1.17 +
-Press Ctrl-C ​to interrupt +
-rescued: ​    6893 MB ​errsize: ​   294 kB,  current rate:        0 B/s +
-   ​ipos: ​  ​612761 kB,   ​errors: ​      ​3, ​   average rate:    2780 kB/s +
-   ​opos: ​  ​612761 kB,    time since last successful read:       9 s +
-Finished +
-</​code>​+
  
-''​lsdvd''​ segfaults on accessing ​the image created by ddrescue.+Here's some of the stats:
  
-**possible bug** in lsdvdmissing the 'P' ​on the .BU file?+  ​197 audio tracks 
 +  ​293 subtitles 
 +  ​956 chapters 
 +  ​1,262 cells 
 + 
 +Accessing it with libdvdread 5.0.0, here's what you'll probably see:
  
 <​code>​ <​code>​
-*** libdvdread: CHECK_VALUE failed in /​var/​tmp/​portage/​media-libs/​libdvdread-4.2.1-r1/​work/​libdvdread-4.2.1/​src/​ifo_read.c:​1263 *** +libdvdread: Invalid IFO for title 2 (VTS_02_0.BUP). 
-*** for vts_ptt_srpt->​title[i].ptt[j].pgn != 0 *** +libdvdread: Invalid IFO for title 3 (VTS_03_0.BUP). 
-*** libdvdread: CHECK_VALUE failed in /​var/​tmp/​portage/​media-libs/​libdvdread-4.2.1-r1/​work/​libdvdread-4.2.1/​src/​ifo_read.c:​1263 *** +libdvdread: Invalid IFO for title 4 (VTS_04_0.BUP). 
-*** for vts_ptt_srpt->​title[i].ptt[j].pgn != 0 *** +libdvdread: Invalid IFO for title 5 (VTS_05_0.BUP). 
-libdvdread: Invalid IFO for title 2 (VTS_02_0.BU). +libdvdread: Invalid IFO for title 6 (VTS_06_0.BUP). 
-*** libdvdread: CHECK_VALUE failed in /​var/​tmp/​portage/​media-libs/​libdvdread-4.2.1-r1/​work/​libdvdread-4.2.1/​src/​ifo_read.c:​1263 *** +libdvdread: Invalid IFO for title 7 (VTS_07_0.BUP). 
-*** for vts_ptt_srpt->​title[i].ptt[j].pgn != 0 *** +libdvdread: Invalid IFO for title 8 (VTS_08_0.BUP). 
-*** libdvdread: CHECK_VALUE failed in /​var/​tmp/​portage/​media-libs/​libdvdread-4.2.1-r1/​work/​libdvdread-4.2.1/​src/​ifo_read.c:​1263 *** +libdvdread: Invalid IFO for title 36 (VTS_36_0.BUP). 
-*** for vts_ptt_srpt->​title[i].ptt[j].pgn != 0 *** +libdvdread: Invalid IFO for title 37 (VTS_37_0.BUP). 
-libdvdread: Invalid IFO for title 3 (VTS_03_0.BU). +libdvdread: Invalid IFO for title 38 (VTS_38_0.BUP).
-*** libdvdread: CHECK_VALUE failed in /​var/​tmp/​portage/​media-libs/​libdvdread-4.2.1-r1/​work/​libdvdread-4.2.1/​src/​ifo_read.c:​1263 *** +
-*** for vts_ptt_srpt->​title[i].ptt[j].pgn != 0 *** +
-*** libdvdread: CHECK_VALUE failed in /​var/​tmp/​portage/​media-libs/​libdvdread-4.2.1-r1/​work/​libdvdread-4.2.1/​src/​ifo_read.c:​1263 *** +
-*** for vts_ptt_srpt->​title[i].ptt[j].pgn != 0 *** +
-libdvdread: Invalid IFO for title 4 (VTS_04_0.BU). +
-*** libdvdread: CHECK_VALUE failed in /​var/​tmp/​portage/​media-libs/​libdvdread-4.2.1-r1/​work/​libdvdread-4.2.1/​src/​ifo_read.c:​1263 *** +
-*** for vts_ptt_srpt->​title[i].ptt[j].pgn != 0 *** +
-*** libdvdread: CHECK_VALUE failed in /​var/​tmp/​portage/​media-libs/​libdvdread-4.2.1-r1/​work/​libdvdread-4.2.1/​src/​ifo_read.c:​1263 *** +
-*** for vts_ptt_srpt->​title[i].ptt[j].pgn != 0 *** +
-libdvdread: Invalid IFO for title 5 (VTS_05_0.BU). +
-*** libdvdread: CHECK_VALUE failed in /​var/​tmp/​portage/​media-libs/​libdvdread-4.2.1-r1/​work/​libdvdread-4.2.1/​src/​ifo_read.c:​1263 *** +
-*** for vts_ptt_srpt->​title[i].ptt[j].pgn != 0 *** +
-*** libdvdread: CHECK_VALUE failed in /​var/​tmp/​portage/​media-libs/​libdvdread-4.2.1-r1/​work/​libdvdread-4.2.1/​src/​ifo_read.c:​1263 *** +
-*** for vts_ptt_srpt->​title[i].ptt[j].pgn != 0 *** +
-libdvdread: Invalid IFO for title 6 (VTS_06_0.BU). +
-*** libdvdread: CHECK_VALUE failed in /​var/​tmp/​portage/​media-libs/​libdvdread-4.2.1-r1/​work/​libdvdread-4.2.1/​src/​ifo_read.c:​1263 *** +
-*** for vts_ptt_srpt->​title[i].ptt[j].pgn != 0 *** +
-*** libdvdread: CHECK_VALUE failed in /​var/​tmp/​portage/​media-libs/​libdvdread-4.2.1-r1/​work/​libdvdread-4.2.1/​src/​ifo_read.c:​1263 *** +
-*** for vts_ptt_srpt->​title[i].ptt[j].pgn != 0 *** +
-libdvdread: Invalid IFO for title 7 (VTS_07_0.BU). +
-*** libdvdread: CHECK_VALUE failed in /​var/​tmp/​portage/​media-libs/​libdvdread-4.2.1-r1/​work/​libdvdread-4.2.1/​src/​ifo_read.c:​1263 *** +
-*** for vts_ptt_srpt->​title[i].ptt[j].pgn != 0 *** +
-*** libdvdread: CHECK_VALUE failed in /​var/​tmp/​portage/​media-libs/​libdvdread-4.2.1-r1/​work/​libdvdread-4.2.1/​src/​ifo_read.c:​1263 *** +
-*** for vts_ptt_srpt->​title[i].ptt[j].pgn != 0 *** +
-libdvdread: Invalid IFO for title 8 (VTS_08_0.BU). +
-libdvdread: No VTS_TMAPT available - skipping. +
-libdvdread: No VTS_TMAPT available - skipping. +
-libdvdread: No VTS_TMAPT available - skipping. +
-libdvdread: No VTS_TMAPT available - skipping. +
-libdvdread: No VTS_TMAPT available - skipping. +
-libdvdread: No VTS_TMAPT available - skipping. +
-libdvdread: No VTS_TMAPT available - skipping. +
-libdvdread: No VTS_TMAPT available - skipping. +
-*** libdvdread: CHECK_VALUE failed in /​var/​tmp/​portage/​media-libs/​libdvdread-4.2.1-r1/​work/​libdvdread-4.2.1/​src/​ifo_read.c:​1263 *** +
-*** for vts_ptt_srpt->​title[i].ptt[j].pgn != 0 *** +
-*** libdvdread: CHECK_VALUE failed in /​var/​tmp/​portage/​media-libs/​libdvdread-4.2.1-r1/​work/​libdvdread-4.2.1/​src/​ifo_read.c:​1263 *** +
-*** for vts_ptt_srpt->​title[i].ptt[j].pgn != 0 *** +
-libdvdread: Invalid IFO for title 36 (VTS_36_0.BU). +
-*** libdvdread: CHECK_VALUE failed in /​var/​tmp/​portage/​media-libs/​libdvdread-4.2.1-r1/​work/​libdvdread-4.2.1/​src/​ifo_read.c:​1263 *** +
-*** for vts_ptt_srpt->​title[i].ptt[j].pgn != 0 *** +
-*** libdvdread: CHECK_VALUE failed in /​var/​tmp/​portage/​media-libs/​libdvdread-4.2.1-r1/​work/​libdvdread-4.2.1/​src/​ifo_read.c:​1263 *** +
-*** for vts_ptt_srpt->​title[i].ptt[j].pgn != 0 *** +
-libdvdread: Invalid IFO for title 37 (VTS_37_0.BU). +
-*** libdvdread: CHECK_VALUE failed in /​var/​tmp/​portage/​media-libs/​libdvdread-4.2.1-r1/​work/​libdvdread-4.2.1/​src/​ifo_read.c:​1263 *** +
-*** for vts_ptt_srpt->​title[i].ptt[j].pgn != 0 *** +
-*** libdvdread: CHECK_VALUE failed in /​var/​tmp/​portage/​media-libs/​libdvdread-4.2.1-r1/​work/​libdvdread-4.2.1/​src/​ifo_read.c:​1263 *** +
-*** for vts_ptt_srpt->​title[i].ptt[j].pgn != 0 *** +
-libdvdread: Invalid IFO for title 38 (VTS_38_0.BU).+
 </​code>​ </​code>​
  
-Filesystem:+==== dvd_info ==== 
 + 
 +Here's the human-readable output of [[dvd_info]] which skips the invalid IFOs:
  
 <​code>​ <​code>​
-AUDIO_TS +Disc Title: BCS0NNW1 
-VIDEO_TS +Title: 01, Length: 00:00:00.400 Chapters: 01, Cells: 01, Audio streams: 00, Subpictures:​ 01 
-VIDEO_TS/​VIDEO_TS.BUP +Title: 09, Length: 01:17:44.066 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VIDEO_TS.IFO +Title: 10, Length: 01:21:00.900 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VIDEO_TS.VOB +Title: 11, Length: 01:16:20.900 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_01_0.BUP +Title: 12, Length: 01:20:05.533 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_01_0.IFO +Title: 13, Length: 01:26:08.467 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_01_0.VOB +Title: 14, Length: 01:21:16.900 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_01_1.VOB +Title: 15, Length: 01:21:23.367 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_02_0.BUP +Title: 16, Length: 01:21:20.367 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_02_0.IFO +Title: 17, Length: 01:20:05.533 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_02_0.VOB +Title: 18, Length: 01:19:04.266 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_02_1.VOB +Title: 19, Length: 01:25:13.834 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_03_0.BUP +Title: 20, Length: 01:20:05.533 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_03_0.IFO +Title: 21, Length: 01:17:25.400 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_03_0.VOB +Title: 22, Length: 01:22:23.166 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_03_1.VOB +Title: 23, Length: 01:20:05.533 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_04_0.BUP +Title: 24, Length: 01:23:41.200 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_04_0.IFO +Title: 25, Length: 01:20:05.533 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_04_0.VOB +Title: 26, Length: 01:22:15.767 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_04_1.VOB +Title: 27, Length: 01:24:52.367 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_05_0.BUP +Title: 28, Length: 01:21:23.367 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_05_0.IFO +Title: 29, Length: 01:19:48.500 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_05_0.VOB +Title: 30, Length: 01:22:58.934 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_05_1.VOB +Title: 31, Length: 01:27:20.200 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_06_0.BUP +Title: 32, Length: 01:20:05.533 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_06_0.IFO +Title: 33, Length: 01:20:05.533 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_06_0.VOB +Title: 34, Length: 01:20:12.734 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_06_1.VOB +Title: 35, Length: 01:18:34.367 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_07_0.BUP +Title: 36, Length: 01:20:05.533 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_07_0.IFO +Title: 37, Length: 01:15:42.000 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_07_0.VOB +Title: 38, Length: 01:20:05.533 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_07_1.VOB +Title: 39, Length: 01:20:05.533 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_08_0.BUP +Title: 40, Length: 01:12:43.166 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_08_0.IFO +Title: 41, Length: 01:20:35.934 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_08_0.VOB +Title: 42, Length: 01:20:05.533 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_08_1.VOB +Title: 43, Length: 01:17:41.066 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_09_0.BUP +Title: 44, Length: 01:20:05.533 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_09_0.IFO +Title: 45, Length: 01:20:05.533 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_09_0.VOB +Title: 46, Length: 01:26:13.100 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_09_1.VOB +Title: 47, Length: 01:20:05.533 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_09_2.VOB +Title: 48, Length: 01:24:17.567 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_09_3.VOB +Title: 49, Length: 01:19:27.467 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_09_4.VOB +Title: 50, Length: 01:23:49.900 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_10_0.BUP +Title: 51, Length: 01:20:05.533 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_10_0.IFO +Title: 52, Length: 01:19:04.266 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_10_0.VOB +Title: 53, Length: 01:21:17.400 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_10_1.VOB +Title: 54, Length: 01:22:12.367 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_10_2.VOB +Title: 55, Length: 01:14:40.867 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_10_3.VOB +Title: 56, Length: 01:20:05.533 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_10_4.VOB +Title: 57, Length: 01:20:05.533 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_11_0.BUP +Title: 58, Length: 01:23:51.233 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_11_0.IFO +Title: 59, Length: 01:20:05.533 Chapters: 17, Cells: 23, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_11_0.VOB +Title: 60, Length: 00:00:00.500 Chapters: 01, Cells: 01, Audio streams: 03, Subpictures:​ 05 
-VIDEO_TS/​VTS_11_1.VOB +Title: 61, Length: 00:00:04.000 Chapters: 03, Cells: 03, Audio streams: 01, Subpictures:​ 01 
-VIDEO_TS/​VTS_11_2.VOB +Title: 62, Length: 00:00:11.000 Chapters: 03, Cells: 03, Audio streams: 01, Subpictures:​ 00 
-VIDEO_TS/​VTS_11_3.VOB +Title: 63, Length: 00:00:12.000 Chapters: 02, Cells: 02, Audio streams: 01, Subpictures:​ 00 
-VIDEO_TS/​VTS_11_4.VOB +Title: 64, Length: 00:00:18.000 Chapters: 01, Cells: 01, Audio streams: 01, Subpictures:​ 01 
-VIDEO_TS/​VTS_12_0.BUP +Title: 65, Length: 00:00:00.500 Chapters: 01, Cells: 01, Audio streams: 01, Subpictures:​ 02 
-VIDEO_TS/​VTS_12_0.IFO +Title: 66, Length: 00:00:18.500 Chapters: 02, Cells: 02, Audio streams: 01, Subpictures:​ 02 
-VIDEO_TS/​VTS_12_0.VOB +Title: 67, Length: 00:00:00.500 Chapters: 01, Cells: 01, Audio streams: 01, Subpictures:​ 02 
-VIDEO_TS/​VTS_12_1.VOB +Title: 68, Length: 00:00:00.500 Chapters: 01, Cells: 01, Audio streams: 01, Subpictures:​ 00 
-VIDEO_TS/​VTS_12_2.VOB +Title: 69, Length: 00:00:00.500 Chapters: 01, Cells: 01, Audio streams: 01, Subpictures:​ 00 
-VIDEO_TS/​VTS_12_3.VOB +Title: 70, Length: 00:04:26.233 Chapters: 07, Cells: 07, Audio streams: 01, Subpictures:​ 00 
-VIDEO_TS/​VTS_12_4.VOB +Title: 71, Length: 00:05:14.500 Chapters: 07, Cells: 07, Audio streams: 01, Subpictures:​ 00 
-VIDEO_TS/​VTS_13_0.BUP +Title: 72, Length: 00:09:28.867 Chapters: 11, Cells: 11, Audio streams: 01, Subpictures:​ 00 
-VIDEO_TS/​VTS_13_0.IFO +Title: 73, Length: 00:00:00.500 Chapters: 01, Cells: 01, Audio streams: 01, Subpictures:​ 00 
-VIDEO_TS/​VTS_13_0.VOB +Title: 74, Length: 00:00:00.500 Chapters: 01, Cells: 01, Audio streams: 01, Subpictures:​ 00 
-VIDEO_TS/​VTS_13_1.VOB +Title: 75, Length: 00:00:00.500 Chapters: 01, Cells: 01, Audio streams: 01, Subpictures:​ 00 
-VIDEO_TS/​VTS_13_2.VOB +Title: 76, Length: 00:00:00.500 Chapters: 01, Cells: 01, Audio streams: 01, Subpictures:​ 00 
-VIDEO_TS/​VTS_13_3.VOB +Title: 77, Length: 00:00:00.500 Chapters: 01, Cells: 01, Audio streams: 01, Subpictures:​ 00 
-VIDEO_TS/​VTS_13_4.VOB +Title: 78, Length: 00:00:00.500 Chapters: 01, Cells: 01, Audio streams: 01, Subpictures:​ 00 
-VIDEO_TS/​VTS_14_0.BUP +Title: 79, Length: 00:00:00.500 Chapters: 01, Cells: 01, Audio streams: 01, Subpictures:​ 00 
-VIDEO_TS/​VTS_14_0.IFO +Title: 80, Length: 00:00:00.500 Chapters: 01, Cells: 01, Audio streams: 01, Subpictures:​ 00 
-VIDEO_TS/​VTS_14_0.VOB +Title: 81, Length: 00:00:00.500 Chapters: 01, Cells: 01, Audio streams: 01, Subpictures:​ 00 
-VIDEO_TS/​VTS_14_1.VOB +Title: 82, Length: 00:00:07.000 Chapters: 01, Cells: 01, Audio streams: 01, Subpictures:​ 00 
-VIDEO_TS/​VTS_14_2.VOB +Title: 83, Length: 00:00:07.000 Chapters: 01, Cells: 01, Audio streams: 01, Subpictures:​ 00 
-VIDEO_TS/​VTS_14_3.VOB +Title: 84, Length: 00:00:07.000 Chapters: 01, Cells: 01, Audio streams: 01, Subpictures:​ 00 
-VIDEO_TS/​VTS_14_4.VOB +Title: 85, Length: 00:00:00.500 Chapters: 01, Cells: 01, Audio streams: 01, Subpictures:​ 00 
-VIDEO_TS/​VTS_15_0.BUP +Title: 86, Length: 00:09:50.233 Chapters: 02, Cells: 02, Audio streams: 01, Subpictures:​ 03 
-VIDEO_TS/​VTS_15_0.IFO +Title: 87, Length: 00:09:50.233 Chapters: 02, Cells: 02, Audio streams: 01, Subpictures:​ 03 
-VIDEO_TS/​VTS_15_0.VOB +Title: 88, Length: 00:00:00.500 Chapters: 01, Cells: 01, Audio streams: 01, Subpictures:​ 03 
-VIDEO_TS/​VTS_15_1.VOB +Title: 89, Length: 00:00:05.000 Chapters: 01, Cells: 01, Audio streams: 01, Subpictures:​ 00 
-VIDEO_TS/​VTS_15_2.VOB +Title: 90, Length: 00:04:45.500 Chapters: 02, Cells: 02, Audio streams: 01, Subpictures:​ 03 
-VIDEO_TS/​VTS_15_3.VOB +Title: 91, Length: 00:01:03.166 Chapters: 02, Cells: 02, Audio streams: 01, Subpictures:​ 03 
-VIDEO_TS/​VTS_15_4.VOB +Title: 92, Length: 00:08:15.000 Chapters: 02, Cells: 02, Audio streams: 03, Subpictures:​ 03 
-VIDEO_TS/​VTS_16_0.BUP +Title: 93, Length: 00:08:15.000 Chapters: 02, Cells: 02, Audio streams: 03, Subpictures:​ 03 
-VIDEO_TS/​VTS_16_0.IFO +Title: 94, Length: 00:00:06.500 Chapters: 13, Cells: 13, Audio streams: 00, Subpictures:​ 01 
-VIDEO_TS/​VTS_16_0.VOB +Title: 95, Length: 00:01:11.834 Chapters: 06, Cells: 06, Audio streams: 01, Subpictures:​ 01 
-VIDEO_TS/​VTS_16_1.VOB +Title: 96, Length: 00:00:00.500 Chapters: 01, Cells: 01, Audio streams: 03, Subpictures:​ 01 
-VIDEO_TS/​VTS_16_2.VOB +Longest track: 31
-VIDEO_TS/​VTS_16_3.VOB +
-VIDEO_TS/​VTS_16_4.VOB +
-VIDEO_TS/​VTS_17_0.BUP +
-VIDEO_TS/​VTS_17_0.IFO +
-VIDEO_TS/​VTS_17_0.VOB +
-VIDEO_TS/​VTS_17_1.VOB +
-VIDEO_TS/​VTS_17_2.VOB +
-VIDEO_TS/​VTS_17_3.VOB +
-VIDEO_TS/​VTS_17_4.VOB +
-VIDEO_TS/​VTS_18_0.BUP +
-VIDEO_TS/​VTS_18_0.IFO +
-VIDEO_TS/​VTS_18_0.VOB +
-VIDEO_TS/​VTS_18_1.VOB +
-VIDEO_TS/​VTS_18_2.VOB +
-VIDEO_TS/​VTS_18_3.VOB +
-VIDEO_TS/​VTS_18_4.VOB +
-VIDEO_TS/​VTS_19_0.BUP +
-VIDEO_TS/​VTS_19_0.IFO +
-VIDEO_TS/​VTS_19_0.VOB +
-VIDEO_TS/​VTS_19_1.VOB +
-VIDEO_TS/​VTS_19_2.VOB +
-VIDEO_TS/​VTS_19_3.VOB +
-VIDEO_TS/​VTS_19_4.VOB +
-VIDEO_TS/​VTS_20_0.BUP +
-VIDEO_TS/​VTS_20_0.IFO +
-VIDEO_TS/​VTS_20_0.VOB +
-VIDEO_TS/​VTS_20_1.VOB +
-VIDEO_TS/​VTS_21_0.BUP +
-VIDEO_TS/​VTS_21_0.IFO +
-VIDEO_TS/​VTS_21_0.VOB +
-VIDEO_TS/​VTS_21_1.VOB +
-VIDEO_TS/​VTS_22_0.BUP +
-VIDEO_TS/​VTS_22_0.IFO +
-VIDEO_TS/​VTS_22_0.VOB +
-VIDEO_TS/​VTS_22_1.VOB +
-VIDEO_TS/​VTS_23_0.BUP +
-VIDEO_TS/​VTS_23_0.IFO +
-VIDEO_TS/​VTS_23_0.VOB +
-VIDEO_TS/​VTS_23_1.VOB +
-VIDEO_TS/​VTS_24_0.BUP +
-VIDEO_TS/​VTS_24_0.IFO +
-VIDEO_TS/​VTS_24_0.VOB +
-VIDEO_TS/​VTS_24_1.VOB +
-VIDEO_TS/​VTS_25_0.BUP +
-VIDEO_TS/​VTS_25_0.IFO +
-VIDEO_TS/​VTS_25_0.VOB +
-VIDEO_TS/​VTS_25_1.VOB +
-VIDEO_TS/​VTS_26_0.BUP +
-VIDEO_TS/​VTS_26_0.IFO +
-VIDEO_TS/​VTS_26_0.VOB +
-VIDEO_TS/​VTS_26_1.VOB +
-VIDEO_TS/​VTS_27_0.BUP +
-VIDEO_TS/​VTS_27_0.IFO +
-VIDEO_TS/​VTS_27_0.VOB +
-VIDEO_TS/​VTS_27_1.VOB +
-VIDEO_TS/​VTS_28_0.BUP +
-VIDEO_TS/​VTS_28_0.IFO +
-VIDEO_TS/​VTS_28_0.VOB +
-VIDEO_TS/​VTS_28_1.VOB +
-VIDEO_TS/​VTS_29_0.BUP +
-VIDEO_TS/​VTS_29_0.IFO +
-VIDEO_TS/​VTS_29_0.VOB +
-VIDEO_TS/​VTS_29_1.VOB +
-VIDEO_TS/​VTS_30_0.BUP +
-VIDEO_TS/​VTS_30_0.IFO +
-VIDEO_TS/​VTS_30_0.VOB +
-VIDEO_TS/​VTS_30_1.VOB +
-VIDEO_TS/​VTS_31_0.BUP +
-VIDEO_TS/​VTS_31_0.IFO +
-VIDEO_TS/​VTS_31_0.VOB +
-VIDEO_TS/​VTS_31_1.VOB +
-VIDEO_TS/​VTS_32_0.BUP +
-VIDEO_TS/​VTS_32_0.IFO +
-VIDEO_TS/​VTS_32_0.VOB +
-VIDEO_TS/​VTS_32_1.VOB +
-VIDEO_TS/​VTS_33_0.BUP +
-VIDEO_TS/​VTS_33_0.IFO +
-VIDEO_TS/​VTS_33_0.VOB +
-VIDEO_TS/​VTS_33_1.VOB +
-VIDEO_TS/​VTS_34_0.BUP +
-VIDEO_TS/​VTS_34_0.IFO +
-VIDEO_TS/​VTS_34_0.VOB +
-VIDEO_TS/​VTS_34_1.VOB +
-VIDEO_TS/​VTS_35_0.BUP +
-VIDEO_TS/​VTS_35_0.IFO +
-VIDEO_TS/​VTS_35_0.VOB +
-VIDEO_TS/​VTS_35_1.VOB +
-VIDEO_TS/​VTS_36_0.BUP +
-VIDEO_TS/​VTS_36_0.IFO +
-VIDEO_TS/​VTS_36_0.VOB +
-VIDEO_TS/​VTS_36_1.VOB +
-VIDEO_TS/​VTS_37_0.BUP +
-VIDEO_TS/​VTS_37_0.IFO +
-VIDEO_TS/​VTS_37_0.VOB +
-VIDEO_TS/​VTS_37_1.VOB +
-VIDEO_TS/​VTS_38_0.BUP +
-VIDEO_TS/​VTS_38_0.IFO +
-VIDEO_TS/​VTS_38_0.VOB +
-VIDEO_TS/​VTS_38_1.VOB+
 </​code>​ </​code>​
  
-Handbrake complains ​as well:+Here's the full JSON output from ''​dvd_info'' ​as well, for reference: [[http://​spaceparanoids.org/​code/​BCS0NNW1.dvd_info.json.txt|BCS0NNW1.dvd_info.json.txt]] 
 + 
 +==== ddrescue ==== 
 + 
 +''​ddrescue''​ found some bad blocks while ripping it:
  
 <​code>​ <​code>​
-libdvdnav: DVD disk reports itself with Region mask 0x00fe0000Regions: 1 +GNU ddrescue 1.17 
-[16:40:25] scan: title angle(s) 1 +Press Ctrl-to interrupt 
-libdvdnav: Error when seeking +rescued    6893 MB,  errsize   294 kB,  current rate       0 B/s 
-libdvdnav: FIXME: Implement seeking to location 1 +   ipos  612761 kB,   ​errors      3,    average rate   2780 kB/s 
-ERROR: dvd: dvdnav_sector_search failed ​Error when seeking. +   opos  612761 kB,    time since last successful read      9 
-libdvdnav: Error when seeking +Finished
-libdvdnav: FIXME: Implement seeking ​to location 2 +
-libdvdnavError when seeking +
-libdvdnavFIXMEImplement seeking to location 4 +
-libdvdnavError when seeking +
-libdvdnavFIXMEImplement seeking to location 5 +
-libdvdnavError when seeking +
-libdvdnavFIXME: Implement seeking to location 7 +
-libdvdnav: Error when seeking +
-libdvdnav: FIXME: Implement seeking to location 8 +
-libdvdnav: Error when seeking +
-libdvdnav: FIXME: Implement seeking to location 10 +
-libdvdnav: Error when seeking +
-libdvdnav: FIXME: Implement seeking to location 11 +
-libdvdnav: Error when seeking +
-libdvdnav: FIXME: Implement seeking to location 13 +
-libdvdnav: Error when seeking +
-libdvdnav: FIXME: Implement seeking to location 14 +
-[16:40:25] libhb: scan thread found 0 valid title(s) +
-No title found. +
-HandBrake has exited.+
 </​code>​ </​code>​
  
-When scanning for the correct title track (#9) **on the drive**, then Handbrake can get some information:​+==== HandBrake ====
  
-<​code>​ +Here's the output of HandBrake ​0.10-beta scanning track 31 ​Interestingly enoughit reports the audio bitrate as 384 kbps ... not sure if that's another bomb planted in the DVD or not.
-[16:53:08] hb_init: starting libhb thread +
-HandBrake ​rev5474 (2014022399) ​Linux x86_64 - http://​handbrake.fr +
-2 CPUs detected +
-Opening /dev/dvd1... +
-[16:53:08] hb_scan: path=/​dev/​dvd1title_index=9 +
-libbluray/​bdnav/​index_parse.c:162: indx_parse():​ error opening /​dev/​dvd1/​BDMV/​index.bdmv +
-libbluray/​bdnav/​index_parse.c:162: indx_parse():​ error opening /​dev/​dvd1/​BDMV/​BACKUP/​index.bdmv +
-libbluray/​bluray.c:​2182:​ nav_get_title_list(/​dev/​dvd1) failed +
-[16:53:08] bd: not a bd - trying as a stream/file instead +
-[16:53:08] dvd: Region mask 0xfe +
-libdvdnav: Using dvdnav version 4.2.1 +
-libdvdnav: DVD Title: BCS0NNW1 +
-libdvdnav: DVD Serial Number: 3cad0b18 +
-libdvdnav: DVD Title (Alternative):​  +
-libdvdnav: Unable to find map file '/​home/​steve/​.dvdnav/​BCS0NNW1.map' +
-libdvdnav: ​DVD disk reports itself with Region mask 0x00fe0000Regions: 1+
  
-libdvdreadAttempting ​to retrieve all CSS keys +** Edit** nope, DVDs can have up to 912 kbps for an MPEG2 stream. ​ I've just never seen one above 192 before. ​:)  See [[http://​stnsoft.com/​DVD/​dvdmpeg.html|DVD - MPeg differences]]
-libdvdreadThis can take a _long_ time, please be patient+
  
-libdvdread: Get key for /​VIDEO_TS/​VIDEO_TS.VOB at 0x00000277 +<code
-libdvdread: Elapsed time 0 ++ title 31
-libdvdread: Get key for /​VIDEO_TS/​VTS_01_0.VOB at 0x00037809 +  + vts 13, ttn 1, cells 0->22 (2162366 ​blocks) 
-libdvdread: Elapsed time 0 +  + duration: 01:27:20
-libdvdread: Get key for /​VIDEO_TS/​VTS_01_1.VOB at 0x00037819 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_02_0.VOB at 0x00037ec9 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_02_1.VOB at 0x00037ed9 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_03_0.VOB at 0x00037ec9 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_03_1.VOB at 0x00037ed9 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_04_0.VOB at 0x00037ec9 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_04_1.VOB at 0x00037ed9 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_05_0.VOB at 0x00037ec9 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_05_1.VOB at 0x00037ed9 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_06_0.VOB at 0x00037ec9 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_06_1.VOB at 0x00037ed9 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_07_0.VOB at 0x00037ec9 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_07_1.VOB at 0x00037ed9 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_08_0.VOB at 0x00037ec9 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_08_1.VOB at 0x00037ed9 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_09_0.VOB at 0x00038310 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_09_1.VOB at 0x00048374 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_10_0.VOB at 0x00038310 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_10_1.VOB at 0x00048374 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_11_0.VOB at 0x00038310 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_11_1.VOB at 0x00048374 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_12_0.VOB at 0x00038310 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_12_1.VOB at 0x00048374 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_13_0.VOB at 0x00038310 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_13_1.VOB at 0x00048374 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_14_0.VOB at 0x00038310 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_14_1.VOB at 0x00048374 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_15_0.VOB at 0x00038310 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_15_1.VOB at 0x00048374 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_16_0.VOB at 0x00038310 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_16_1.VOB at 0x00048374 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_17_0.VOB at 0x00038310 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_17_1.VOB at 0x00048374 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_18_0.VOB at 0x00038310 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_18_1.VOB at 0x00048374 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_19_0.VOB at 0x00038310 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_19_1.VOB at 0x00048374 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_20_0.VOB at 0x00229445 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_20_1.VOB at 0x00229617 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_21_0.VOB at 0x002297dc +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_21_1.VOB at 0x00229897 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_22_0.VOB at 0x00229ca0 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_22_1.VOB at 0x00229d5b +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_23_0.VOB at 0x0022abe6 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_23_1.VOB at 0x0022aca1 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_24_0.VOB at 0x0022d514 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_24_1.VOB at 0x0022d5cf +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_25_0.VOB at 0x0022eba6 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_25_1.VOB at 0x0022ec61 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_26_0.VOB at 0x0022f0e3 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_26_1.VOB at 0x0022f19e +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_27_0.VOB at 0x0025ab79 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_27_1.VOB at 0x0025ac34 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_28_0.VOB at 0x0025b4a6 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_28_1.VOB at 0x0025b561 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_29_0.VOB at 0x002815fa +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_29_1.VOB at 0x002816b5 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_30_0.VOB at 0x002818b3 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_30_1.VOB at 0x0028196e +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_31_0.VOB at 0x0029926b +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_31_1.VOB at 0x00299326 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_32_0.VOB at 0x0029d4c6 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_32_1.VOB at 0x0029d581 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_33_0.VOB at 0x002c0084 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_33_1.VOB at 0x002c01eb +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_34_0.VOB at 0x002c26aa +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_34_1.VOB at 0x002c2820 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_35_0.VOB at 0x002d22ff +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_35_1.VOB at 0x002d32d2 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_36_0.VOB at 0x00335b11 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_36_1.VOB at 0x00335b21 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_37_0.VOB at 0x00335b11 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_37_1.VOB at 0x00335b21 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_38_0.VOB at 0x00335b11 +
-libdvdread: Elapsed time 0 +
-libdvdread: Get key for /​VIDEO_TS/​VTS_38_1.VOB at 0x00335b21 +
-libdvdread: Elapsed time 0 +
-libdvdread: Found 38 VTS'​s +
-libdvdread: Elapsed time 0 +
-[16:53:08] scan: DVD has 99 title(s) +
-[16:53:08] scan: scanning title 9 +
-[16:53:08] scan: opening IFO for VTS 9 +
-[16:53:08] scan: duration is 01:17:44 (4664066 ms) +
-[16:53:08] pgc_id: 1, pgn: 1: pgc: 0x7f90a4029b60 +
-[16:53:08] scan: vts=9, ttn=1, cells=0->22, blocks=2688->​4485,​ 1891864 blocks +
-[16:53:08] scan: checking audio 1 +
-[16:53:08] scan: id=0x80bd, lang=English (AC3), 3cc=eng ext=0 +
-[16:53:08] scan: checking audio 2 +
-[16:53:08] scan: id=0x81bd, lang=Francais (AC3), 3cc=fra ext=0 +
-[16:53:08] scan: checking audio 3 +
-[16:53:08] scan: id=0x82bd, lang=Espanol (AC3), 3cc=spa ext=0 +
-[16:53:08] scan: checking subtitle 1 +
-[16:53:08] scan: id=0x20bd, lang=English (Closed Caption), 3cc=eng ext=5 +
-[16:53:08] scan: checking subtitle 2 +
-[16:53:08] scan: id=0x21bd, lang=Francais,​ 3cc=fra ext=1 +
-[16:53:08] scan: checking subtitle 3 +
-[16:53:08] scan: id=0x22bd, lang=Espanol,​ 3cc=spa ext=1 +
-[16:53:08] scan: checking subtitle 4 +
-[16:53:08] scan: id=0x23bd, lang=Francais,​ 3cc=fra ext=0 +
-[16:53:08] scan: checking subtitle 5 +
-[16:53:08] scan: id=0x24bd, lang=Espanol,​ 3cc=spa ext=0 +
-[16:53:08] scan: title 9 has 17 chapters +
-[16:53:08] scan: chap 1 c=0->6, b=2688->​31887 (28826), 84674 ms +
-[16:53:08] scan: chap 2 c=7->7, b=148233->​218252 (70020), 179319 ms +
-[16:53:08] scan: chap 3 c=8->8, b=364551->​437954 (73404), 177196 ms +
-[16:53:08] scan: chap 4 c=9->9, b=31888->​148232 (116345), 310477 ms +
-[16:53:08] scan: chap 5 c=10->​10,​ b=1885018->​1969632 (84615), 241288 ms +
-[16:53:08] scan: chap 6 c=11->​11,​ b=1760579->​1885017 (124439), 306506 ms +
-[16:53:08] scan: chap 7 c=12->​12,​ b=1031478->​1186113 (154636), 375550 ms +
-[16:53:08] scan: chap 8 c=13->​13,​ b=1186114->​1427131 (241018), 562645 ms +
-[16:53:08] scan: chap 9 c=14->​14,​ b=639816->​739545 (99730), 248441 ms +
-[16:53:08] scan: chap 10 c=15->​15,​ b=218253->​270763 (52511), 110198 ms +
-[16:53:08] scan: chap 11 c=16->​16,​ b=1427132->​1561245 (134114), 319665 ms +
-[16:53:08] scan: chap 12 c=17->​17,​ b=270764->​364550 (93787), 238397 ms +
-[16:53:08] scan: chap 13 c=18->​18,​ b=739546->​929863 (190318), 463835 ms +
-[16:53:08] scan: chap 14 c=19->​19,​ b=929864->​1031477 (101614), 272502 ms +
-[16:53:08] scan: chap 15 c=20->​20,​ b=437955->​639815 (201861), 466684 ms +
-[16:53:08] scan: chap 16 c=21->​21,​ b=1760579->​1885017 (124439), 306506 ms +
-[16:53:08] scan: chap 17 c=22->​22,​ b=4299->​4485 (187), 176 ms +
-[16:53:08] scan: aspect = 1.77778 +
-[16:53:08] scan: decoding previews for title 9 +
-libdvdnav: DVD disk reports itself with Region mask 0x00fe0000. Regions: 1 +
-[16:53:08] scan: title angle(s) 1 +
-[16:53:08] scan: audio 0x80bd: AC-3, rate=48000Hz,​ bitrate=384000 English (AC3) (5.1 ch) +
-[16:53:08] scan: audio 0x81bd: AC-3, rate=48000Hz,​ bitrate=384000 Francais (AC3) (5.1 ch) +
-[16:53:08] scan: audio 0x82bd: AC-3, rate=48000Hz,​ bitrate=384000 Espanol (AC3) (5.1 ch) +
-[16:53:08] scan: 10 previews, 720x480, 23.976 fps, autocrop = 56/62/0/0, aspect 16:9, PAR 32:27 +
-[16:53:08] libhb: scan thread found 1 valid title(s) +
-+ title 9+
-  + vts 9, ttn 1, cells 0->22 (1891864 ​blocks) +
-  + duration: 01:17:44+
   + size: 720x480, pixel aspect: 32/27, display aspect: 1.78, 23.976 fps   + size: 720x480, pixel aspect: 32/27, display aspect: 1.78, 23.976 fps
-  + autocrop: 56/62/0/0+  + autocrop: 56/62/2/
 +  + support opencl: no 
 +  + support hwd: not built-in
   + chapters:   + chapters:
-    + 1: cells 0->6, 28826 blocks, duration 00:01:25 +    + 1: cells 0->6, 28826 blocks, duration 00:01:26 
-    + 2: cells 7->​7, ​70020 blocks, duration 00:02:59 +    + 2: cells 7->​7, ​190318 ​blocks, duration 00:07:44 
-    + 3: cells 8->​8, ​73404 blocks, duration 00:02:57+    + 3: cells 8->​8, ​52511 blocks, duration 00:01:50
     + 4: cells 9->9, 116345 blocks, duration 00:05:10     + 4: cells 9->9, 116345 blocks, duration 00:05:10
-    + 5: cells 10->​10, ​84615 blocks, duration 00:04:01 +    + 5: cells 10->​10, ​190318 ​blocks, duration 00:07:44 
-    + 6: cells 11->​11, ​124439 ​blocks, duration 00:05:07 +    + 6: cells 11->​11, ​70020 blocks, duration 00:03:00 
-    + 7: cells 12->​12, ​154636 ​blocks, duration 00:06:16 +    + 7: cells 12->​12, ​199333 ​blocks, duration 00:07:28 
-    + 8: cells 13->​13, ​241018 ​blocks, duration 00:09:23 +    + 8: cells 13->​13, ​154636 ​blocks, duration 00:06:15 
-    + 9: cells 14->​14, ​99730 blocks, duration 00:04:08 +    + 9: cells 14->​14, ​241018 ​blocks, duration 00:09:23 
-    + 10: cells 15->​15, ​52511 blocks, duration 00:01:50 +    + 10: cells 15->​15, ​124439 ​blocks, duration 00:05:06 
-    + 11: cells 16->​16, ​134114 ​blocks, duration 00:05:20 +    + 11: cells 16->​16, ​93787 blocks, duration 00:03:58 
-    + 12: cells 17->​17, ​93787 blocks, duration 00:03:58 +    + 12: cells 17->​17, ​201861 ​blocks, duration 00:07:46 
-    + 13: cells 18->​18, ​190318 ​blocks, duration 00:07:44 +    + 13: cells 18->​18, ​241018 ​blocks, duration 00:09:23 
-    + 14: cells 19->​19, ​101614 ​blocks, duration 00:04:33 +    + 14: cells 19->​19, ​99730 blocks, duration 00:04:08 
-    + 15: cells 20->​20, ​201861 ​blocks, duration 00:07:47 +    + 15: cells 20->​20, ​84615 blocks, duration 00:04:02 
-    + 16: cells 21->​21, ​124439 ​blocks, duration 00:05:07 +    + 16: cells 21->​21, ​73404 blocks, duration 00:02:57 
-    + 17: cells 22->22, 187 blocks, duration 00:00:00+    + 17: cells 22->22, 187 blocks, duration 00:00:01
   + audio tracks:   + audio tracks:
     + 1, English (AC3) (5.1 ch) (iso639-2: eng), 48000Hz, 384000bps     + 1, English (AC3) (5.1 ch) (iso639-2: eng), 48000Hz, 384000bps
Line 576: Line 192:
     + 4, Francais (iso639-2: fra) (Bitmap)(VOBSUB)     + 4, Francais (iso639-2: fra) (Bitmap)(VOBSUB)
     + 5, Espanol (iso639-2: spa) (Bitmap)(VOBSUB)     + 5, Espanol (iso639-2: spa) (Bitmap)(VOBSUB)
-HandBrake has exited.+    + 6, Closed Captions (iso639-2: eng) (Text)(CC)
 </​code>​ </​code>​
 +
 +Also, HandBrake 0.10-rc2 segfaults on reading the DVD when using ''​--scan --no-dvdnav'',​ because there are no cells on some of the tracks. ​ I've posted a bugfix [[https://​forum.handbrake.fr/​viewtopic.php?​f=4&​t=31093|here]].

Navigation