I'm trying to encode some Firefly episodes so that my wife can watch them on her netbook (no DVD drive!).
I'm using dvd::rip and transcode seems to randomly hang during encoding near the end of the file.
If I kill and restart the encoding, it'll sometimes get past the point where it failed, however I've come across one particular chapter where it consistently hangs.
The particular command is:
transcode -H 10 -a 0 -x vob -i ../vob/001-C006 -w 1437,50 -b 160,0,2 -s 1.496 --a52_drc_off -J normalize -f 30,4 -M 2 --export_par 118,100 -y xvid,null --psu_mode --nav_seek firefly1-001-C006-nav.log --no_split --progress_meter 1 --progress_rate 25 -o /dev/null -R 1
The last line it prints is:
encoding frames [0-5900], 59.76 fps, CFT: 0:03:16, (13| 0| 7)
I've also tried doing a 1-pass encode:
transcode -H 10 -a 0 -x vob -i ../vob/001-C002 -w 5 -b 160,0,2 -s 1.496 --a52_drc_off -J normalize -f 30,4 -M 2 --export_par 118,100 -y xvid,null --psu_mode --no_split --progress_meter 1 --progress_rate 1 -o ../avi/001/firefly1-001-C002.avi
sometimes it'll hang after printing:
encoding frames [0-10545], 41.21 fps, CFT: 0:05:51, (17| 0| 3)
And sometimes it'll complete:
[transcode] encoded 10546 frames (-2104 dropped, 0 cloned), clip length 351.88 s
Is there any debugging/further information that I can turn on? Does anybody have any suggestions?
Distro: openSuSE 11.2
Kernel uname -a: Linux challenger 2.6.31.8-0.1-desktop #1 SMP PREEMPT 2009-12-15 23:55:40 +0100 i686 i686 i386 GNU/Linux
Transcode version: transcode-1.1.5-0.pm.8.3.i586