LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-09-2004, 07:19 PM   #1
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Rep: Reputation: 45
video dvd ripping in linux


Is there any application other than dvdbackup, that would rip the dvd and save it on the hard drive? I dont mind paying for it.

thanks
 
Old 11-09-2004, 07:26 PM   #2
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
video::dvdrip, acidrip
 
Old 11-09-2004, 08:29 PM   #3
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Original Poster
Rep: Reputation: 45
linux:/home/gill/acidrip-0.14 # ./acidrip
Can't locate Gtk2.pm in @INC (@INC contains: /usr/lib/perl5/5.8.3/i586-linux-thread-multi /usr/lib/perl5/5.8.3 /usr/lib/perl5/site_perl/5.8.3/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.3/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.3 /usr/lib/perl5/vendor_perl .) at AcidRip/interface.pm line 1.
BEGIN failed--compilation aborted at AcidRip/interface.pm line 1.
Compilation failed in require at AcidRip/acidrip.pm line 7.
BEGIN failed--compilation aborted at AcidRip/acidrip.pm line 7.
Compilation failed in require at ./acidrip line 11.
BEGIN failed--compilation aborted at ./acidrip line 11.

linux:/home/gill/acidrip-0.14 # rpm -q gtk2
gtk2-2.2.4-125.4

I have perl-5.8.3-32, what am I missing here?
 
Old 11-09-2004, 09:22 PM   #4
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Original Poster
Rep: Reputation: 45
Alright, I instaled the dependencies except glib and gtk2. I am getting these errors:

linux:/home/gill/Glib-1.043 # perl Makefile.PL
Including ApiDoc pod.
Deleting Glib from doc.pl's $data
*** can not find package gobject-2.0 >= 2.0.0
*** check that it is properly installed and available in PKG_CONFIG_PATH
at Makefile.PL line 77
linux:/home/gill/Glib-1.043 # updatedb
/usr/bin/find: /media/floppy: No medium found
linux:/home/gill/Glib-1.043 # locate gobject
/opt/gnome/lib/libgobject-2.0.so.0
/opt/gnome/lib/libgobject-2.0.so.0.200.3

I know where that is, how do I add it to the Makefile?
 
Old 11-09-2004, 10:10 PM   #5
warh0und
LQ Newbie
 
Registered: Nov 2004
Location: cali-4-nigh-ayy, ri, nh
Distribution: mdk
Posts: 12

Rep: Reputation: 0
i use vobcopy. it decrypts/copies the .vob files. you need decss, too. and mayhaps libdvdnav or libdvdcontrol or libdvdplay. it's been a while since i installed it, so i forget exactly which libdvd*(s) you need.
vobcopy.org
oh, wait. libdvdread and libdvdcss , and the corresponding -dev packages are what you need, according to the website.
 
Old 11-09-2004, 10:34 PM   #6
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Original Poster
Rep: Reputation: 45
Thank you very much, can I burn .vob files as video dvd? Its working perfectly on my machine.. i am just not sure how to go from .vob to a dvd iso so i can burn it. How do you do it? You saved me a lot of headache.. thanks again.
 
Old 11-09-2004, 11:09 PM   #7
warh0und
LQ Newbie
 
Registered: Nov 2004
Location: cali-4-nigh-ayy, ri, nh
Distribution: mdk
Posts: 12

Rep: Reputation: 0
it's been a while since i did that (the backing-up-dvd's thing)...as i remember it, i'd rip the vob, then convert it to an avi (they're much smaller than an mpeg) and burn that to a cd.... i used transcode, and it was all from the command line...
hold on a bit. i used to have all this software to do what you're doing, but that was about a year and a clean install ago.
 
Old 11-09-2004, 11:55 PM   #8
warh0und
LQ Newbie
 
Registered: Nov 2004
Location: cali-4-nigh-ayy, ri, nh
Distribution: mdk
Posts: 12

Rep: Reputation: 0
mas!

here's a good site for ripping dvd's into mpeg4 (divx):
http://www.theorie.physik.uni-goetti.../html/dvd.html
i think this is where i got my info when i last set about backing my dvd's up. i would usually rip the vob, then do all these commands (on the site above) to adjust the video bitrate and audio and whatnot, and get the end result down to cd-size. i would then put the video and emovix onto a cd, so i could watch it on just about any x86 computer
emovix: http://movix.sourceforge.net/Docs/eMoviX/
 
Old 11-10-2004, 05:20 AM   #9
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
Quote:
Originally posted by Jatt_thugz
Alright, I instaled the dependencies except glib and gtk2. I am getting these errors:

linux:/home/gill/Glib-1.043 # perl Makefile.PL
Including ApiDoc pod.
Deleting Glib from doc.pl's $data
*** can not find package gobject-2.0 >= 2.0.0
*** check that it is properly installed and available in PKG_CONFIG_PATH
at Makefile.PL line 77
linux:/home/gill/Glib-1.043 # updatedb
/usr/bin/find: /media/floppy: No medium found
linux:/home/gill/Glib-1.043 # locate gobject
/opt/gnome/lib/libgobject-2.0.so.0
/opt/gnome/lib/libgobject-2.0.so.0.200.3

I know where that is, how do I add it to the Makefile?
you may not have the development package for gobject installed. Is /opt/gnome/lib/ part of your /etc/ld.so.conf so that programs can find them?
acidrip is written by acidkewpie, one of the moderators here, and is a frontend for mencoder, part of the mplayer package.
video dvd::rip is a frontend for transcode. it can make vcd and svcd images along with divx files. it can also make svcd and vcd images for you and burn them.
sometimes i used dvdshrink under wine. it will make a dvd iso image for you.
maybe acid kewpie will help you with acidrip.
 
Old 11-10-2004, 09:22 AM   #10
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Original Poster
Rep: Reputation: 45
I was able to rip the dvd using dvdshrink, it gave me video_ts files but not audio_ts.. vobrip did the same thing. Do i need audio_ts because K3B is asking for it.
Thanks
 
Old 11-10-2004, 10:15 AM   #11
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Original Poster
Rep: Reputation: 45
Nevermind, it worked just with video folder. Thanks to everyone.
 
Old 11-10-2004, 11:45 AM   #12
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
if you want the audio_ts file, you can just create it in the directory next to video_ts. i used to have to do that for a windows iso creation program.
 
Old 11-10-2004, 12:09 PM   #13
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Original Poster
Rep: Reputation: 45
K3b made audio_ts for me too.. but it was empty. I wonder what the function of that is.
 
Old 11-10-2004, 12:34 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
it's for audio dvds. very few people really know that dvd was designed to replace cd's for pure audio, not just mixed video/audio. even fewer have seen a dvd audio disc!
 
Old 11-10-2004, 12:54 PM   #15
warh0und
LQ Newbie
 
Registered: Nov 2004
Location: cali-4-nigh-ayy, ri, nh
Distribution: mdk
Posts: 12

Rep: Reputation: 0
Quote:
..... even fewer have seen a dvd audio disc!
really? out in california, Fry's sells oodles of audio dvd's. i never buy them 'cause my car doesn't play them (so they'd be useless half the time). i thought audio dvd's were new, since Fry's is one of those newer-electronics-and-stuffs stores....
 
  


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 ripping mouth Mandriva 3 01-21-2005 09:37 AM
dvd ripping kurrupt Linux - Software 8 08-31-2004 09:17 PM
dvd ripping doralsoral Linux - Software 7 05-19-2004 09:15 AM
DVD ripping in linux? Kage Linux - Newbie 7 02-01-2004 10:24 PM
DVD Player, and DVD/MP3 ripping Roy-Svork Linux - Software 8 05-28-2003 09:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:46 AM.

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