LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 01-19-2009, 04:57 PM   #1
foxmarin
LQ Newbie
 
Registered: Jan 2009
Posts: 2

Rep: Reputation: 0
dvdrip and acidrip


Alright, I'm new to this so please forgive the question. I'm trying to rip some dvd's. I'm running ubuntu 8.10 and both dvdrip and acidrip keep stopping half way through the process of ripping.


HELP!
 
Old 01-19-2009, 05:00 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
well you need to check the debug outputs to see why. if you drop down the bottom panel in acidrip you'll see the logs there.
 
Old 01-20-2009, 04:25 PM   #3
foxmarin
LQ Newbie
 
Registered: Jan 2009
Posts: 2

Original Poster
Rep: Reputation: 0
Hey chris thanks for the response. The problem that I'm having is that both programs seize up and I can't do anything but close them. I've uninstalled and reinstalled but the same thing keeps happening.
 
Old 01-20-2009, 05:41 PM   #4
IndyGunFreak
Senior Member
 
Registered: Aug 2003
Location: Indpls
Distribution: Laptops: Debian Jessie XFCE, NAS: OpenMediaVault 3.0
Posts: 1,355

Rep: Reputation: 70
Quote:
Originally Posted by foxmarin View Post
Hey chris thanks for the response. The problem that I'm having is that both programs seize up and I can't do anything but close them. I've uninstalled and reinstalled but the same thing keeps happening.
If its happening w/ both programs, it could be the media your ripping. I use acidrip regularly w/ Ubuntu 8.10 with no problems at all.

IGF
 
Old 01-21-2009, 03:28 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
You know, I'm amazed it still works. I've not touched acidrip for over 3 years, and it was full of bugs back then. People do seem to like it. I'd have thought some flashy sexy skinned thing would have surpassed it ages ago.
 
Old 02-03-2009, 05:30 PM   #6
dzz2
LQ Newbie
 
Registered: Feb 2009
Location: England
Distribution: sidux
Posts: 2

Rep: Reputation: 0
Quote:
I'd have thought some flashy sexy skinned thing would have surpassed it ages ago
Acidrip had a plain, user-friendly GUI and just got on with the job (e.g processing flashy sexy skinned things) No wonder it's still popular. The alternatives are work out the mencoder opts each time you do a encode (PATA) or script it yourself. I never saw another mencoder GUI that was any use.

For Debian Sid and Lenny the problem is mencoder gets updated then the (perl) script no longer works. I've hacked it a few times with usable success but that's a hard task for someone who knows sod all about perl (me) It works here at the moment, also x264. No stats readout but I can live without that, use debug window.

Is there a dedicated forum or thread anywhere fur current acidrip users to help keep it going?
 
Old 02-04-2009, 02:03 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
Well anyone who knows perl and is a glutton for punishment is more than welcome to fork it. I wrote it when I worked for Blockbuster and had an endless supply of free DVD rentals. Now I have a real job and usenet, I've not ripped a DVD for about 2 years at least.
 
Old 02-04-2009, 02:55 AM   #8
stratotak
Member
 
Registered: Sep 2005
Distribution: Today Debian . Tomorrow ..??
Posts: 386

Rep: Reputation: 39
probably the closest thing to a commercial "feel" program is handbrake..
http://handbrake.fr/
Comes with presets for for ipod,PSP,PS3,XBox..bunch of other ones..
http://trac.handbrake.fr/wiki/LinGuiScreenshots

Last edited by stratotak; 02-04-2009 at 03:18 AM.
 
Old 02-04-2009, 03:07 AM   #9
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
It could be a scratched DVD. Try using 'vobcopy' to extract the vobs and see if it works. After that I usually use either ffmpeg or mencoder or avidemux (GUI) to encode the video.
 
Old 02-04-2009, 11:03 AM   #10
dzz2
LQ Newbie
 
Registered: Feb 2009
Location: England
Distribution: sidux
Posts: 2

Rep: Reputation: 0
Could be a media fault. Try as suggested, get it on HD by whatever means see if it copies OK and work from there

You don't say what distro you run. Make sure your system has the right libs to handle dvd's e.g. libdvdcss2, libdvdread libdvdnav and encoder backends (mencoder lame xvid ffmpeg etc)

Re software for Linux:

I looked at handbrake and purged it within 10 minutes. Uugh. Avidemux is slow as a general encoder but good for editing.

A good interactive, terminal-based script for mencoder, with some reasonable but tweakable defaults. (non-binary so it won't trash your box, 76k download):
http://xvidenc.sourceforge.net/

Something simple like that might help find software problems as it calls mencoder direct and everything gets displayed. Just accept defaults till you get to know your way.
If it works at all the results are also likely to be faster and better than any memory-hog GUI.

Last edited by dzz2; 02-04-2009 at 11:40 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
DVDrip peeths003 Linux - Software 8 10-07-2008 04:52 AM
Dvdrip garyg007 Linux - Software 6 10-01-2008 03:44 PM
dvdrip Rock'n'Metal Linux - Software 1 03-09-2008 07:23 AM
Acidrip compile fails (or more silly acidrip questions) egad SUSE / openSUSE 2 04-22-2006 04:00 PM
Dvdrip neurotic Linux - Software 8 03-08-2004 01:58 AM

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

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