[mythtv-users] Cannot rip dvds at less than perfect quality

Richard Whittaker rwhittak3 at adelphia.net
Wed Apr 21 22:23:51 EDT 2004


Further troubleshooting:

I  did a perfect rip on a small title, and threw it into the 
temp/TITLE/vob directory so that I could execute the transcode command 
from the command line.  The transcode command displayed in the mtd.log 
file doesn't have quotes around directories with spaces in the names, 
but I'm pretty sure the mythtv code takes care of that for us, so I 
added them in myself.

The output looked pretty good, finding the input file, parsing the 
command line arguments, then it ran into some trouble:
--------------------------------------
...
[transcode] V: video buffer     | 10 @ 720x480
[transcode] warning : 
/var/tmp/transcode-root/usr/lib/transcode/import_vob.so: cannot open 
shared object file: No such file or directory
(decoder.c) loading audio import module failed
[transcode] failed to init import modules
[transcode] critical: plug-in initialization failed
--------------------------------------
A quick scan of the system revealed that import_vob.so resides in 
/usr/lib/transcode - I have no idea why it's looking in 
/var/tmp/transcode-root/usr/lib/transcode for anything.  Anyways, I 
created a symbolic link to /usr/lib/transcode from there, and ran it 
again (I'm pretty sure I should NOT have to do this).  I got a bit 
further this time:
--------------------------------------
[transcode] V: video buffer     | 10 @ 720x480
[import_vob.so] v0.6.0 (2003-10-02) (video) MPEG-2 | (audio) 
MPEG/AC3/PCM | (subtitle)
[export_divx5.so] v0.1.8 (2003-07-24) (video) DivX 5.xx | (audio) 
MPEG/AC3/PCM
[import_vob.so] tccat -i "/mythtv/video/temp/GLADIATOR - Title 2/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 | tcdecode -x a52 -d 0 -A 0
[import_vob.so] tccat -i "/mythtv/video/temp/GLADIATOR - Title 2/vob/" 
-t vob -d 0 -S 0 | tcdemux -s 0x80 -x mpeg2 -S 0 -M 2 -f 23.976024 -P 
/tmp/file3VABdN   -d 0 | tcextract -t vob -a 0 -x mpeg2 -d 0 | tcdecode 
-x mpeg2 -d 0 -y yv12
[export_divx5.so] libdivxencore.so.0: cannot open shared object file: No 
such file or directory
[transcode] warning : failed to init DivX 5.0 Codec
[transcode] warning : (encoder.c) video export module error: init failed
[transcode] critical: failed to init encoder
No accelerated IMDCT transform found
-----------------------------------------------
So I just did a find on my system, and libdivxencore* doesn't exist.  
Previous installs following Jarod's guide have worked great, but the 
last 2 I've done over the last 4 days or so have had this problem.  Is 
there a package with encoders missing or something?  I'm currently 
searching around to see if I can find the proper encoders.

Thank you very much for the patience and suggestions, as well as the 
gentle prods of which files to look at.  As always, I am very open to 
any help.

Richard Whittaker

rwhittak3 at adelphia.net wrote:

>mtd.log says it completed successfully, but the .avi file never gets created.  The MythTV DVD rip gui shows the file succussfully rip, then the status changes to "Transcode is thinking .", then it exits without actually transcoding the .vob file to a .avi.
>
>Here's the complete mtd.log:
>
>--------------------------------------------------------
>mtd started at Wed Apr 21 18:11:09 2004
>mtd is running on a host called mythtv
>18:11:09: Waiting for connections/jobs
>18:11:09: mtd is listening on port 2342
>18:11:09: a client socket has been opened
>18:11:10: DVD inserted: GLADIATOR
>18:11:10:             : Title 1 is of type 2 (dvdinput table)
>18:11:10:             : Title 2 is of type 2 (dvdinput table)
>18:11:10:             : Title 3 is of type 2 (dvdinput table)
>18:11:29: launching job: job dvd 2 1 4 0 -1 /mythtv/video/GLADIATOR - Title 2
>18:11:29: transcode command will be: transcode -i /mythtv/video/temp/GLADIATOR - Title 2/vob/ -g 720x480 -f 0,1 -M 2 -V -j 0,8,0,8 -B 5,5 -y divx5 -w 1200 -o /mythtv/video/GLADIATOR - Title 2.avi --print_status 20 --color 0
>18:11:29: job thread beginning to rip dvd title
>18:11:35: job thread finished ripping dvd title
>18:11:39: job finished succesfully: job dvd 2 1 4 0 -1 /mythtv/video/GLADIATOR - Title 2
>18:11:47: a client socket has been closed
>--------------------------------------------------------
>
>Richard Whittaker
>
>
>  
>
>>From: "J. Donavan Stanley" <jdonavan at jdonavan.net>
>>Date: 2004/04/21 Wed PM 04:43:54 EDT
>>To: Discussion about mythtv <mythtv-users at mythtv.org>
>>Subject: Re: [mythtv-users] Cannot rip dvds at less than perfect quality
>>
>>Richard Whittaker wrote:
>>
>>    
>>
>>>I did have the "use xvid" checkbox selected.  I just tried with it 
>>>unselected ( as well as many other permutation of the options) and it 
>>>still behaves the same way each time.
>>>
>>>      
>>>
>>What does your mtd.log say?
>>_______________________________________________
>>mythtv-users mailing list
>>mythtv-users at mythtv.org
>>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>>
>>    
>>
>
>_______________________________________________
>mythtv-users mailing list
>mythtv-users at mythtv.org
>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
>  
>



More information about the mythtv-users mailing list