Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
black_cauldron_the [2014/09/16 23:30] beandog |
black_cauldron_the [2014/11/13 09:41] (current) beandog [dvd_info] |
||
---|---|---|---|
Line 40: | Line 40: | ||
Here's the human-readable output of [[dvd_info]] which skips the invalid IFOs: | Here's the human-readable output of [[dvd_info]] which skips the invalid IFOs: | ||
+ | |||
+ | ** Edit: ** dvd_info now displays the track, but fills it with zeros (zero length, chapters, cells, audio streams, subpictures) so that it makes the output look more sane. | ||
<code> | <code> | ||
Line 153: | Line 155: | ||
Here's the output of HandBrake 0.10-beta scanning track 31. Interestingly enough, it reports the audio bitrate as 384 kbps ... not sure if that's another bomb planted in the DVD or not. | Here's the output of HandBrake 0.10-beta scanning track 31. Interestingly enough, it reports the audio bitrate as 384 kbps ... not sure if that's another bomb planted in the DVD or not. | ||
+ | |||
+ | ** 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]] | ||
<code> | <code> | ||
Line 192: | Line 196: | ||
+ 6, Closed Captions (iso639-2: eng) (Text)(CC) | + 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]]. |