<font face="Arial, Helvetica, sans-serif">When attempting to rip a dvd I get the following in my mtd.log<br>
<br>
16:19:03: Waiting for connections/jobs<br>
16:19:03: mtd is listening on port 2442<br>
16:19:09: DVD inserted: LADYMAN<br>
16:19:09: : Title 1 is of type 2 (dvdinput table)<br>
16:19:09: : Title 2 is of type 4 (dvdinput table)<br>
16:19:09: : Title 3 is of type 4 (dvdinput table)<br>
16:19:09: : Title 4 is of type 2 (dvdinput table)<br>
16:19:22: a client socket has been opened<br>
16:19:32: launching job: job dvd 1 1 2 1 -1 /var/lib/mythtv/videos/LADYMAN<br>
16:19:32: transcode command will be: transcode -i /var/lib/mythdvd/temp/LADYMAN/vob/ -g 720x480 -M 2 -V -y divx5,null -A -N 0x2000 -o /dev/null --print_status 20 --color 0 -R 1,twopass.log<br>
16:19:32: job thread beginning to rip dvd title<br>
16:24:00: job thread finished ripping dvd title<br>
16:24:02: transcode command will be: transcode -i /var/lib/mythdvd/temp/LADYMAN/vob/ -g 720x480 -M 2 -V -y divx5 -A -N 0x2000 -o /var/lib/mythtv/videos/LADYMAN.avi --print_status 20 --color 0 -R 2,twopass.log<br>
16:24:05: job finished successfully: job dvd 1 1 2 1 -1 /var/lib/mythtv/videos/LADYMAN<br>
<br>
Unfortunately, the transcode did not finish in 3 seconds :-) When I run the transcode command itself I get:<br>
<br>
>> transcode -i /var/lib/mythdvd/temp/LADYMAN/vob/ -g 720x480 -M 2 -V -y divx5 -A -N 0x2000 -o /var/lib/mythtv/videos/LADYMAN.avi --print_status 20 --color 0 -R 2,twopass.log<br>
transcode v1.0.2 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg<br>
[transcode] critical: invalid filename or host "/var/lib/mythdvd/temp/LADYMAN/vob/"<br>
adam@mythtv:/srv/media$ transcode -i /var/lib/mythdvd/temp/LADYMAN/vob/ -g 720x480 -M 2 -V -y divx5 -A -N 0x2000 -o /var/lib/mythtv/videos/LADYMAN.avi --print_status 20 --color 0 -R 2,twopass.log<br>
*** WARNING: The option -V is deprecated. ***<br>
*** Transcode internal frame handling is now in YV12 / YUV420 ***<br>
*** format by default because most codecs can only handle this format, ***<br>
*** otherwise leading to unnecessary time and quality wasting conversions. ***<br>
*** If you want to have to "old" behaviour (RGB24 as internal format), ***<br>
*** then please use the new -1/--use_rgb option ***<br>
transcode v1.0.2 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg<br>
[transcode] (probe) suggested AV correction -D 0 (0 ms) | AV -4 ms | -4 ms<br>
[transcode] auto-probing source /var/lib/mythdvd/temp/LADYMAN/vob/ (ok)<br>
[transcode] V: import format | MPEG-2 (V=vob|A=vob)<br>
[transcode] V: AV demux/sync | (2) initial MPEG sequence / enforce frame rate<br>
[transcode] V: import frame | 720x480 1.50:1 encoded @ 16:9<br>
[transcode] V: bits/pixel | 0.217<br>
[transcode] V: decoding fps,frc | 23.976,1<br>
[transcode] V: multi-pass | (mode=2) reading data (pass2) from twopass.log<br>
[transcode] V: Y'CbCr | YV12/I420<br>
[transcode] A: import format | 0x2000 AC3 [48000,16,2] 448 kbps<br>
[transcode] A: export format | 0x2000 AC3 [48000,16,2] 448 kbps<br>
[transcode] V: encoding fps,frc | 23.976,1<br>
[transcode] A: bytes per frame | 8008 (8008.000000)<br>
[transcode] A: adjustment | 0@1000<br>
[transcode] V: IA32/AMD64 accel | sse2 (sse2 sse mmxext mmx asm C)<br>
tc_memcpy: using amd64 for memcpy<br>
[transcode] V: video buffer | 10 @ 720x480<br>
[import_vob.so] v0.6.0 (2003-10-02) (video) MPEG-2 | (audio) MPEG/AC3/PCM | (subtitle)<br>
[export_divx5.so] v0.1.8 (2003-07-24) (video) DivX 5.xx | (audio) MPEG/AC3/PCM<br>
[import_vob.so] tccat -i "/var/lib/mythdvd/temp/LADYMAN/vob/" -t vob -d 0 -S 0 | tcdemux -a 0 -x ac3 -S 0 -M 2 -d 0 | tcextract -t vob -a 0 -x ac3 -d 0 | tcextract -t raw -x ac3 -d 0<br>
tc_memcpy: using amd64 for memcpy<br>
tc_memcpy: using amd64 for memcpy<br>
[import_vob.so] tccat -i "/var/lib/mythdvd/temp/LADYMAN/vob/" -t vob -d 0 -S 0 | tcdemux -s 0x80 -x mpeg2 -S 0 -M 2 -f 23.976024 -P /tmp/fileESGVc2 -d 0 | tcextract -t vob -a 0 -x mpeg2 -d 0 | tcdecode -x mpeg2 -d 0 -y yv12<br>
tc_memcpy: using amd64 for memcpy<br>
[export_divx5.so] *** Warning: DivX is broken and support for it is ***<br>
[export_divx5.so] *** obsolete in transcode. Sooner or later it ***<br>
[export_divx5.so] *** will be removed from transcode. Don't use ***<br>
[export_divx5.so] *** DivX. Use xvid or ffmpeg -F mpeg4 instead ***<br>
[export_divx5.so] *** for all your mpeg4 encodings. ***<br>
[export_divx5.so] libdivxencore.so.0: cannot open shared object file: No such file or directory<br>
[transcode] warning : failed to init DivX 5.0 Codec<br>
[transcode] warning : (encoder.c) video export module error: init failed<br>
[transcode] critical: failed to init encoder<br>
(ac3scan.c) AC3 frame 1792 (2336) bytes | bitrate 448 kBits/s | depsize 8008 | rbytes 2335.666504<br>
[decode_mpeg2.c] libmpeg2 0.4.0b loop decoder<br>
[decode_mpeg2.c] libmpeg2 acceleration: mmxext<br>
<br>
So it looks like an encoder problem? I am running Ubuntu Gutsy and before upgrading to .21 the ripping worked fine. I also did some messing with symlinks to get videos and mythdvd/temp on a new drive, so maybe that is the problem? Although I would have thought the error messages would have been different if that were the case. I have seen some posts of other people hitting this in the past, but didn't see any resolutions.<br>
<br>
Thanks for the help,<br>
Adam<br>
</font><div id='u8CA5CDBE5E60F10-D88-B09' class='aol_ad_footer'><FONT style="color: black; font: normal 10pt ARIAL, SAN-SERIF;"><HR style="MARGIN-TOP: 10px">Planning your summer road trip? Check out <A title="http://travel.aol.com/travel-guide/united-states?ncid=aoltrv00030000000015" href="http://travel.aol.com/travel-guide/united-states?ncid=aoltrv00030000000015" target="_blank">AOL Travel Guides</A>.</FONT> </div>