On Sat, 12 Jan 2008, Maik Holtkamp wrote:
> Hi, > > 0n 08/01/[EMAIL PROTECTED]:08 Keith Lawson told me: > > > *** libdvdread: CHECK_VALUE failed in ifo_read.c:1110 *** > > *** for n % 4 == 0 *** > > I see no other option than extracting the content by some other > application. I would use mplayer: > > mplayer -dumpstream -dumpfile video.mpg \ > -dvd-device /multimedia/dvdsource/ dvd://1 > > and use this video.mpg as input for your transcode commands. I was able to encode the problem DVDs directly to WMV2 using mencode and libavcodec: mencoder dvd://1 -dvd-device /win/temp/dvdsource/ -oac copy -o problemdvd-avi -ovc lavc -lavcopts vcodec=wmv2:cmp=10:subcmp=10:vbitrate=24000000 I'm not sure if the problems using transcode was a problem with transcode or if it was my miss use of transcode. If this is a suspected bug and there's anything I can do to help troubleshoot it please let me know. Thanks for everyone's help and suggestions. Keith.