LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-12-2005, 01:45 PM   #1
Exasperated
LQ Newbie
 
Registered: Feb 2005
Posts: 16

Rep: Reputation: 0
DVD::Rip problems


I'm trying to use DVD::Rip, the perl based dvd backup program, on Fedora core 3, but when I try to rip the DVD I keep getting the following errors.
I have no idea what's going on. I have mplayer and ffmpeg installed but the program will not rip the disc.

Code:
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_null.so] v0.2.0 (2002-01-19) (video) null | (audio) null
[import_vob.so] v0.6.0 (2003-10-02) (video) MPEG-2 | (audio) MPEG/AC3/PCM | (subtitle)
[transcode] warning : /usr/lib/libavcodec.so: undefined symbol: NeAACDecOpen
[transcode] (probe) suggested AV correction -D 0 (0 ms) | AV -15 ms | -15 ms
[transcode] auto-probing source /home/niall/movies/unnamed/vob/007 (ok)
[transcode] V: import format    | MPEG-2  (V=vob|A=null)
[transcode] V: AV demux/sync    | (1) sync AV at initial MPEG sequence
[transcode] V: import frame     | 720x576  1.25:1  encoded @ 4:3
[transcode] V: bits/pixel       | 0.174
[transcode] V: decoding fps,frc | 25.000,3
[transcode] V: Y'CbCr           | YV12/I420
[transcode] A: import format    | 0x2000  AC3          [48000,16,2]  192 kbps
[transcode] A: export           | disabled
[transcode] V: encoding fps,frc | 25.000,3
[transcode] A: bytes per frame  | 7680 (7680.000000)
[transcode] A: adjustment       | 0@1000
[transcode] A: AV shift         | -15 ms [ 0 (A) | -15 ms ]
[transcode] V: IA32 accel mode  | sse3 (sse3 sse2 sse mmxext mmx asm C)
[transcode] V: video buffer     | 10 @ 720x576
[transcode] warning : (dl_loader.c) loading "/usr/lib/transcode/export_ppm.so" failed
[transcode] warning : (encoder.c) loading video export module failed
[transcode] warning : failed to init export modules
[transcode] critical: plug-in initialization failed
 
Old 03-12-2005, 04:25 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
"couldn't find device name"... i'd guess you've not got a link to /dev/dvd, and it's failing to find any DVD drive.

btw, i also write a perl based dvd ripper... http://untrepid.com/acidrip/
 
Old 03-12-2005, 06:34 PM   #3
Exasperated
LQ Newbie
 
Registered: Feb 2005
Posts: 16

Original Poster
Rep: Reputation: 0
Superb application. All I had to do was install gtk2:erl and away it went.
It Just Works(TM), which is still a rarity for most Linux media apps. Very well done.
My only request would be for some way to base rip size(bitrate) on a percentage of the total size, i.e. compress to say 70% of original. But that would just be candy really.
Nice work. This one is well on its way to Linux media mainstream.
 
Old 04-06-2005, 12:46 PM   #4
Urkburk
LQ Newbie
 
Registered: Mar 2005
Location: Sweden
Distribution: Slackware 10.1
Posts: 11

Rep: Reputation: 0
I get "exactly" the same error...but my symlink should be correct.. o_O

can someone help me with this?


Edit:

oh... nevermind... that was not a problem... x)

from the FAQ
Quote:
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.

Last edited by Urkburk; 04-06-2005 at 01:15 PM.
 
Old 04-06-2005, 02:10 PM   #5
Linux4Life
LQ Newbie
 
Registered: Apr 2005
Distribution: SuSE 9.3
Posts: 16

Rep: Reputation: 0
I just think it might be something to do with a read problem with that file, it doesn't read it correctly and that's why it won't do the rip.

Other than that I have no idea as I'm new to DVD rips in Linux.
 
Old 04-06-2005, 04:29 PM   #6
Urkburk
LQ Newbie
 
Registered: Mar 2005
Location: Sweden
Distribution: Slackware 10.1
Posts: 11

Rep: Reputation: 0
Quote:
Originally posted by Linux4Life
I just think it might be something to do with a read problem with that file, it doesn't read it correctly and that's why it won't do the rip.

Other than that I have no idea as I'm new to DVD rips in Linux.

that about
" libdvdread: Couldn't find device name.
libdvdread: Can't open file VIDEO_TS.IFO."
was just like a dumb warning... the error that stopped the ripping was something with xvid.. I use ffmpeg instead, and it seems to work just fine :P
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems with DVD::rip lagu2653 Linux - Software 1 11-09-2005 01:46 PM
problems with dvd::rip t-smurf Linux - Software 1 10-16-2005 08:10 AM
dvd::rip problems djabbot Linux - Software 3 05-11-2005 05:53 AM
dvd::rip problems jh48107 Linux - Software 17 11-30-2004 10:58 AM
dvd::rip and perl-gtk problems Morz Slackware 4 10-10-2004 04:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration