Linux-Noob Forums
dvd::rip - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html)
+--- Forum: How Do I? (https://www.linux-noob.com/forums/forum-60.html)
+--- Thread: dvd::rip (/thread-2534.html)



dvd::rip - enigma - 2005-07-27


I have been trying for hours to install dvd:rip ( perl-Video-DVDRip ) without any luck. I found the following information on [/url][url=http://www.exit1.org/dvdrip/doc/faq.cipp]http://www.exit1.org/dvdrip/doc/faq.cipp

 



Code:
6.7 Why complains transcode about a missing VIDEO_TS.IFO file?

That's Ok. The corresponding messages are printed by libdvdread if you transcode files on harddisk (which is the default case with dvd::rip). You see something like this:

 libdvdread: Couldn't find device name.
 libdvdread: Can't open file VIDEO_TS.IFO.

but these are only (very confusing) warning messages of libdvdread, which naturally can't find any DVD device or VIDEO_TS.IFO file if started from a directory with only VOB files in it. Just ignore these messages, and please don't report this as a bug.




 

After reading this I became more confused then when I started. This is the error I get after trying to transcode the ripped vob's:

 



Code:
Job 'Transcoding video - title #2, pass 1' failed.

Executed command: mkdir -m 0775 -p '/home/elrond/DvD/StevieRayVaughn/tmp' && cd /home/elrond/DvD/StevieRayVaughn/tmp && dr_exec transcode -H 10 -a 0 -x vob -i /home/elrond/DvD/StevieRayVaughn/vob//002 -w 3504,50 -b 128,0,0 --a52_drc_off -f 24,1 -M 2 -Y 4,2,4,6 -B 1,11,8 -R 1 -y xvid,null -o /dev/null --print_status 20 && echo DVDRIP_SUCCESS

Last output was:


transcode v1.0.0 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg
libdvdread: Using libdvdcss version 1.2.9 for DVD access
libdvdread: Couldn't find device name.
libdvdread: Can't open file VIDEO_TS.IFO.
tc_memcpy: using sse for memcpy
[import_vob.so] v0.6.0 (2003-10-02) (video) MPEG-2 | (audio) MPEG/AC3/PCM | (subtitle)
[export_null.so] v0.1.2 (2001-08-17) (video) null | (audio) null
[export_xvid4.so] v0.0.5 (2003-12-05) (video) XviD 1.0.x series (aka API 4.0) | (audio) MPEG/AC3/PCM
tc_memcpy: using sse for memcpy
[decode_mpeg2.c] libmpeg2 0.4.0b loop decoder
[decode_mpeg2.c] libmpeg2 acceleration: mmxext
tc_memcpy: using sse for memcpy
[export_xvid4.so] Neither './xvid4.cfg' nor '~/.transcode/xvid4.cfg'
[export_xvid4.so] found. Default settings will be used instead.
sh: line 1: 30846 Killed                  dr_exec transcode -H 10 -a 0 -x vob -i /home/elrond/DvD/StevieRayVaughn/vob//002 -w 3504,50 -b 128,0,0 --a52_drc_off -f 24,1 -M 2 -Y 4,2,4,6 -B 1,11,8 -R 1 -y xvid,null -o /dev/null --print_status 20




 

If anyone knows what is wrong please let me know i been searching for an answer for hours...




dvd::rip - keebler - 2005-09-01

try putting "--accel 3dnow" in the box in the bottom right of the transcode page that says "transcode options" . From what I understand this has something to do with the latest transcode version auto detecting something incorrectly about AMD processors. If you tell it to do that then it gets it right. I also turned off the whatever bug check thing in the options but I dont know if that had any affect. Good luck!