Hello, I'm attempting to transcode some DVDs that have been created on various different DVD recorders. I'm converting the DVDs to wmv2 codec in avi container using 2 pass encoding. Most of the DVDs I've done have worked fine but all the DVDs that come from on particular recorder (Panasonic LQ MD800) result in a bad avi file:
www.nowhere.ca/test.avi Here's the commands I am using (I don't need the audio track): Pass1: transcode -H 1024 -a 0 -T 1,1,1 -i /temp/dvdsource/ -w 9000,50 -F wmv2 -b 128,0,2 --a52_drc_off -f 30,4 -M 0 -Z 720x480 -R 1,/tmp/pass1.log -y ffmpeg,null -o /dev/null Pass2: transcode -H 1024 -a 0 -T 1,1,1 -i /win/temp/dvdsource/ -w 13000,50 -F wmv2 -b 128,0,2 --a52_drc_off -f 30,4 -M 0 -Z 720x480 -R 2,/tmp/pass1.log -y ffmpeg,null -o test.avi This is the tcprobe output from the source DVD: *** libdvdread: CHECK_VALUE failed in ifo_read.c:1110 *** *** for n % 4 == 0 *** (dvd_reader.c) mpeg2 ntsc 4:3 U0 352x480 video (dvd_reader.c) ac3 drc 48kHz 2Ch *** libdvdread: CHECK_VALUE failed in ifo_read.c:1110 *** *** for n % 4 == 0 *** (dvd_reader.c) DVD title 1/1: 1 chapter(s), 1 angle(s), title set 1 (dvd_reader.c) title playback time: 00:00:42.15 43 sec (dvd_reader.c) [Chapter 01] 00:00:00.000 , block from 0 to 9806 [tcprobe] summary for /temp/dvdsource/, (*) = not default, 0 = not detected import frame size: -g 352x480 [720x576] (*) aspect ratio: 4:3 (*) frame rate: -f 23.976 [25.000] frc=1 (*) audio track: -a 0 [0] -e 48000,16,2 [48000,16,2] -n 0x2000 [0x2000] [tcprobe] V: 1031 frames, 43 sec @ 23.976 fps [tcprobe] A: 0.67 MB @ 128 kbps [tcprobe] CD: 650 MB | V: 649.3 MB @ 126673.5 kbps [tcprobe] CD: 700 MB | V: 699.3 MB @ 136427.7 kbps [tcprobe] CD: 1300 MB | V: 1299.3 MB @ 253478.0 kbps [tcprobe] CD: 1400 MB | V: 1399.3 MB @ 272986.4 kbps I'm running this on Debian testing. I've tried the Debian package for transcode v1.0.5rc4 from debian.multimedia.org and compiled transcode v1.0.5 from source but I get the same results with both. I've spent two days googling, searching list archives and trying different command line settings but can't get DVDs from that recorder to work. Am I missing something totally obvious? Any assistance would be much appreciated. Thanks, Keith.