LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   DVD::RIP Problem (https://www.linuxquestions.org/questions/linux-software-2/dvd-rip-problem-334748/)

Gonto 06-17-2005 09:00 PM

DVD::RIP Problem
 
Hi,

I'm using Video DVD::Rip to rip a DVD.
I have configured everything in the new project i created. However when i click Transcode the following happends. What does it mean and how can i solve it???

Code:

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

Executed command: mkdir -m 0775 -p '/windows/C/SocioSiniestro/tmp' && cd /windows/C/SocioSiniestro/tmp && dr_exec transcode -H 10 -a 0 -x vob -i /windows/C/SocioSiniestro/vob/001 -w 875,50 -b 128,0,0 -s 2.735 --a52_drc_off -f 24,1 -M 2 -Y 4,0,4,0 -Z 640x360 -R 1 -y xvid4,null -o /dev/null --print_status 20 && echo DVDRIP_SUCCESS

Last output was:


transcode v0.6.14 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg
libdvdread: Using libdvdcss version 1.2.8 for DVD access
libdvdread: Couldn't find device name.
libdvdread: Can't open file VIDEO_TS.IFO.
tc_memcpy: using mmxext 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 mmxext for memcpy
tc_memcpy: using mmxext for memcpy
[export_xvid4.so] No libxvidcore API4 found
[transcode] warning : (encoder.c) video export module error: init failed
[transcode] (probe) suggested AV correction -D 0 (0 ms) | AV 0 ms | 0 ms
[transcode] auto-probing source /windows/C/SocioSiniestro/vob/001 (ok)
[transcode] V: import format    | MPEG-2  (V=vob|A=vob)
[transcode] V: AV demux/sync    | (2) initial MPEG sequence / enforce frame rate
[transcode] V: import frame    | 720x480  1.50:1  encoded @ 16:9
[transcode] V: zoom            | 640x360  1.78:1 (Lanczos3)
[transcode] V: clip frame (->)  | 640x352
[transcode] V: bits/pixel      | 0.162
[transcode] V: decoding fps,frc | 23.976,1
[transcode] V: multi-pass      | (mode=1) writing data (pass 1) to divx4.log
[transcode] V: Y'CbCr          | YV12/I420
[transcode] A: import format    | 0x2000  AC3          [48000,16,2]  448 kbps
[transcode] A: export          | disabled
[transcode] V: encoding fps,frc | 23.976,1
[transcode] A: bytes per frame  | 8008 (8008.000000)
[transcode] A: adjustment      | 0@1000
[transcode] A: rescale stream  | 2.735
[transcode] V: IA32 accel mode  | sse (sse 3dnowext 3dnow mmxext mmx asm C)
[transcode] V: video buffer    | 10 @ 720x480
[import_vob.so] tccat -i "/windows/C/SocioSiniestro/vob/001" -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 ac3 -d 0 -s 1.000000,1.000000,1.000000 -A 1
[import_vob.so] tccat -i "/windows/C/SocioSiniestro/vob/001" -t vob -d 0 -S 0 | tcdemux -s 0x80 -x mpeg2 -S 0 -M 2 -f 23.976024 -P /tmp/filePeBfiX  -d 0 | tcextract -t vob -a 0 -x mpeg2 -d 0 | tcdecode -x mpeg2 -d 0 -y yv12
[transcode] critical: failed to init encoder


MasterC 06-17-2005 10:20 PM

My first guess is that /dev/dvd is not symlinked to your actual DVD drive. There may also be a problem trying to write to your windows partitions, but that's probably not the primary reason for this error.

Cool

linux-rulz 06-18-2005 12:30 AM

Try the program vobcopy. It is command line, but it is much better than DVD::Rip. You also have the option of ripping the DVD into one .vob file, instead of having to condense them later with cat.

Install it (should be available for your distro) and then use this command :

vobcopy -l /dev/hdc (replace hdc with your dvd reader drive)

That will automatically rip the first title to a vob file (the -l switch (that is an L, not an I btw) tells it to rip to one large .vob file instead of a bunch of smaller ones). If you want it to be numerous vob files like in DVD::Rip, remove the -l switch.

Also, if you want to rip a different title....lets use title 3, you would do the command like this :

vobcopy -l -n 3 /dev/hdc

What exactly are you using DVD::Rip for? Backing up DVDs? If so, reply back and let me know, I'll tell you how to use command tools and k3b to make a dvd backup. DVD::Rip has left me with numerous coasters....I have yet to have a problem with vobcopy+transcode+dvdauthor/dvdstyler. (To use vobcopy on an encrypted DVD, you must have libdvdcss installed.)

Anyways, post back and let me know.

Also....is your Windows partition an NTFS partition by any chance?

Gonto 06-22-2005 09:30 PM

I'm using DVD::Rip to rip my DVD and to "compress" it with XviD. The program u mention only rips the DVD into vob files
Anyway, i fixed the problem. I had to install a new version of XviD

Thanks!

Techtoucian 10-10-2008 07:00 AM

Possible Solution
 
Sorry to gravedig, but here's a potential solution for anyone finding this in Google.

I'm using two Ubuntu machines in clustered mode, and the remote machine came up with a similar error: [export_xvid4.so] No libxvidcore API4 found

I found that installing the package "libxvidcore4" solved this problem. For Ubuntu or Debian users that's "sudo apt-get install libxvidcore4" on the command line.


All times are GMT -5. The time now is 04:53 PM.