Hi all, I've been trying to cut some fragments out of a dvd I recorded, but apparently transcode hangs when the segment is past the 5 min mark on the track (more or less, I didn't look for the exact cutoff). For instance, when I run
transcode -i /dev/dvd -x dvd -T 6 -o test1.avi -y ffmpeg -F mpeg4 -J cut=
"00:04:00.0-00:04:01.0/1"
I get a perfectly working 1 second avi file, even though I get an endless string of *** libdvdread: CHECK_VALUE failed in ifo_read.c:1419 ***
*** for c_adt->cell_adr_table[i].start_sector < c_adt->cell_adr_table[i].last_sector ***
errors first, and then of *** libdvdread: CHECK_VALUE failed in nav_read.c:202 ***
*** for dsi->dsi_gi.zero1 == 0 ***
When I do the same at "00:05:00.0-00:05:01.0/1", I get the same sequence of errors, but at some point it stops at one of the "nav_read.c" errors and doesn't progress any further. Same thing happens on track 7, and when encoding to ppm. Any idea what could cause this? I'd include the log file I made if it weren't 10000 lines long :-) -- Alex Borghgraef