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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
03-12-2005, 02:45 PM
|
#1
|
LQ Newbie
Registered: Feb 2005
Posts: 16
Rep:
|
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
|
|
|
03-12-2005, 05:25 PM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
"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/
|
|
|
03-12-2005, 07:34 PM
|
#3
|
LQ Newbie
Registered: Feb 2005
Posts: 16
Original Poster
Rep:
|
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.
|
|
|
04-06-2005, 01:46 PM
|
#4
|
LQ Newbie
Registered: Mar 2005
Location: Sweden
Distribution: Slackware 10.1
Posts: 11
Rep:
|
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 02:15 PM.
|
|
|
04-06-2005, 03:10 PM
|
#5
|
LQ Newbie
Registered: Apr 2005
Distribution: SuSE 9.3
Posts: 16
Rep:
|
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.
|
|
|
04-06-2005, 05:29 PM
|
#6
|
LQ Newbie
Registered: Mar 2005
Location: Sweden
Distribution: Slackware 10.1
Posts: 11
Rep:
|
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
|
|
|
All times are GMT -5. The time now is 02:27 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|