LinuxQuestions.org
Visit Jeremy's Blog.
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 08-04-2003, 11:04 AM   #1
Ctawp
Member
 
Registered: Jul 2003
Location: Chicago, IL
Distribution: Fedora Core 4
Posts: 58

Rep: Reputation: 15
DVD rip


Anybody have links to software that can rip DVDs? Have one that I need to rip to an .avi or .mpg so I can burn it to cds (not tons of content, so the whole fitting it on one cd won't really be a problem). Lemme know, thx.

-Chris
 
Old 08-04-2003, 11:05 AM   #2
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Oh man! You found the right place

We have a resident expert here: acid_kewpie who designed a program to do just that:
http://acidrip.thirtythreeandathird.net



Cool
 
Old 08-05-2003, 03:34 AM   #3
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
hurrah for me!
 
Old 08-05-2003, 08:47 AM   #4
Ctawp
Member
 
Registered: Jul 2003
Location: Chicago, IL
Distribution: Fedora Core 4
Posts: 58

Original Poster
Rep: Reputation: 15
Install errors.

When I try to execute ./configure, I get the following.

loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH

... la dee da, what to do from here?
 
Old 08-05-2003, 08:50 AM   #5
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
install a compiler from your distro cd's, gcc
 
Old 08-05-2003, 09:31 AM   #6
Ctawp
Member
 
Registered: Jul 2003
Location: Chicago, IL
Distribution: Fedora Core 4
Posts: 58

Original Poster
Rep: Reputation: 15
Okay, got that, got libdvdread installed, but then when installing lsdvd...

[root@cornellcollege lsdvd-0.9]# make
make: Nothing to be done for `all'.
[root@cornellcollege lsdvd-0.9]# make install
make[1]: Entering directory `/home/chris/install_me/rip/lsdvd-0.9'
/bin/sh ./mkinstalldirs /usr/local/bin
/usr/bin/install -c lsdvd /usr/local/bin/lsdvd
make[1]: Nothing to be done for `install-data-am'.
make[1]: Leaving directory `/home/chris/install_me/rip/lsdvd-0.9'

???
 
Old 08-05-2003, 09:38 AM   #7
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
What about it? you just installed it ok....
 
Old 08-05-2003, 09:42 AM   #8
Ctawp
Member
 
Registered: Jul 2003
Location: Chicago, IL
Distribution: Fedora Core 4
Posts: 58

Original Poster
Rep: Reputation: 15
Hrrmm, well in perl Makefile.pl for acidrip, it says it can't find it.
 
Old 08-05-2003, 09:58 AM   #9
Ctawp
Member
 
Registered: Jul 2003
Location: Chicago, IL
Distribution: Fedora Core 4
Posts: 58

Original Poster
Rep: Reputation: 15
yeah, realizing that I just have to change the directory once I get acidrip up and running, but it still doesn't like me.. lol, i'll let ya know in a little bit.
 
Old 08-05-2003, 11:08 AM   #10
Ctawp
Member
 
Registered: Jul 2003
Location: Chicago, IL
Distribution: Fedora Core 4
Posts: 58

Original Poster
Rep: Reputation: 15
Yeah, can't get it to actually find lsdvd, doesn't matter where I point it to.
 
Old 08-05-2003, 11:33 AM   #11
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
well can you run lsdvd by itself in a console?
 
Old 08-05-2003, 11:36 AM   #12
Ctawp
Member
 
Registered: Jul 2003
Location: Chicago, IL
Distribution: Fedora Core 4
Posts: 58

Original Poster
Rep: Reputation: 15
No, I've been getting an error:

[chris@cornellcollege chris]$ lsdvd
lsdvd: error while loading shared libraries: libdvdread.so.2: cannot open shared object file: No such file or directory

But not really sure as to why.

Edit: libdvdread.so.2 isn't in /bin (just making the assumption that it probably should be)

Last edited by Ctawp; 08-05-2003 at 11:38 AM.
 
Old 08-05-2003, 05:17 PM   #13
Ctawp
Member
 
Registered: Jul 2003
Location: Chicago, IL
Distribution: Fedora Core 4
Posts: 58

Original Poster
Rep: Reputation: 15
alrighty, now that I'm not at work I've been able to poke around a little more and I figured out the problem.

I guess libdvdread's base install directory is /usr/local/lib/, while lsdvd checks for it in /usr/lib/. Could probably change the base install for it in ./configure, but I'm not sure, and just copying libdvdread.so.2 to /usr/lib/ seems to be working.

Thanks tons for the replies though.. they keep me caring.

-Chris
 
Old 08-05-2003, 05:31 PM   #14
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
ahh yeah it's that nasty error that i never ever could track down.... the compilation finds it perfectly, but coming to run it... nothing. freaky. but you guessed the solution yourself. welldone!
 
Old 08-06-2003, 12:24 AM   #15
Ctawp
Member
 
Registered: Jul 2003
Location: Chicago, IL
Distribution: Fedora Core 4
Posts: 58

Original Poster
Rep: Reputation: 15
So, when it comes to ripping and encoding... DiVX doesn't seem to like me, the video has funky lines across it and is pretty messed up. Trying it w/ other codecs. Anything I can use that will typically be installed on a windows system (making cds for peeps on windows machines for work)? :-/

Edit: Turned off cropping and it seems okay... any explaination, wonderful resident expert? (I'm going to milk you just because you're here! )

Last edited by Ctawp; 08-06-2003 at 12:32 AM.
 
  


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
DVD AVI rip to DVD mooreted Mandriva 4 02-20-2005 08:57 AM
dvd::rip help!!!! AVD_ZM Linux - Software 0 02-12-2005 06:17 PM
Dvd::rip ??? Lleb_KCir Linux - Software 14 10-28-2004 01:01 AM
DVD::Rip and Burning to DVD lapthorn Linux - Software 4 10-19-2004 01:19 PM
Can't rip DVDs with dvd::rip Hammett Linux - Software 2 10-27-2003 08:35 AM

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

All times are GMT -5. The time now is 04:39 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