LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 07-03-2005, 10:21 PM   #1
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445
Blog Entries: 9

Rep: Reputation: 48
DVD ripper?


Is there a program on the 14 sarge cds that will rip DVDs? I'd like to rip all the DVDs that I own into a digital movie. Thanks in advance.
 
Old 07-04-2005, 12:24 AM   #2
linux-rulz
Member
 
Registered: Dec 2004
Distribution: Windows XP Home, Ubuntu Hoary
Posts: 584

Rep: Reputation: 30
OK, I think Debian should have most of these. You will need to install libdvdcss, vobcopy, dvdauthor, transcode, mjpegtools and dvdstyler is an option too. Most of the work is command line tho.

What do you mean by digital movie? If you elaborate more, I may be able to help you better.

And I use CentOS and Ubuntu, so I'm not sure what's included on the CDs, but you may need to use the non-free repositories since there are patent questions (espescially with transcode).

On Ubuntu, everything but transcode was in the repositories. If you can't find anything, let me know.
 
Old 07-04-2005, 02:20 AM   #3
HiZeR
LQ Newbie
 
Registered: Jun 2005
Location: Ukraine
Distribution: Debian Sarge
Posts: 9

Rep: Reputation: 0
acidrip - easily and powerful tool to rip DVD movies. I was find acidrip on Unofficial-Marillat-Packages cd.
 
Old 07-04-2005, 12:27 PM   #4
ssfrstlstnm
Member
 
Registered: Dec 2004
Location: IN, USA
Distribution: debian etch
Posts: 402

Rep: Reputation: 30
I just installed my dvd writer yesterday and have been playing around a bit. I found acidrip to be very easy to use. Another program is dvdrip, but it has tons of dependencies that nearly broke my system when I went to install it. For dvd creation I am thinking of using dvdauthor/ qdvdauthor. Graveman looks pretty good for burning data dvds (or K3B if you use KDE).
 
Old 07-04-2005, 08:58 PM   #5
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445

Original Poster
Blog Entries: 9

Rep: Reputation: 48
I want to take the movies on DVDs, and save them on digital format. As far as I know, the packages mentioned are not on the 14 CDs, perhaps because they are considered non-free, thus contradicting the Debian Social Policy? Is acidrip a large file? how about dependencies for acidrip? I could download that one file in windows(as I don't have modem support in debian). Other thoughts?
 
Old 07-05-2005, 08:27 AM   #6
m_yates
Senior Member
 
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249

Rep: Reputation: 101Reputation: 101
You need to enable Marillat's multimedia sources to get the packages you need. They are not in Debian proper. Add the following line to /etc/apt/sources.list:
Code:
deb ftp://ftp.nerim.net/debian-marillat/ unstable main
Then,
Code:
apt-get update
and you should be able to install everything you need. The problem is that DVD decryption and some codecs probably violate some patents. DVD movies are on double layer discs and cannot be copied and burned without compression onto a single layer disc. You have to compress the movie by requantizing it in the same manner that DVDShrink does on Windows. To do that in Linux, try looking at k9copy, lxdvdrip, or dvrequant on Google or Sourceforge. Acidrip and Mencoder creates divx files of movies. The divx files have the best quality/size ratio, but are not playable in most dvd players. You have to look for a player with divx playback capability. Creating divx files is great if you want to store and playback only on a computer. You can make the files have the size with no visible loss in quality. If you are willing to lose a little quality, you can make a 2 hour video fit on a single CD using divx.
 
Old 07-05-2005, 10:45 AM   #7
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445

Original Poster
Blog Entries: 9

Rep: Reputation: 48
I don't have a DVD burner, I would like to keep the movies in digital format. So there won't be a dvd ripper on the 14 CDs? It looks like I'll have to wait until I can get high speed internet in order to download it then. Does acidrip have any dependencies?
 
Old 07-05-2005, 10:55 AM   #8
ssfrstlstnm
Member
 
Registered: Dec 2004
Location: IN, USA
Distribution: debian etch
Posts: 402

Rep: Reputation: 30
Acidrip doesn't have too many dependencies. The main one is mplayer (and of course the packages that mplayer depends on). You will probably want mplayer anyway, after all ... it is the best media player for linux. Acidrip used mencoder (part of mplayer) to do the ripping. You should be able to get what you need with dialup, unless your system is very minimal or outdated.
 
Old 07-05-2005, 11:02 AM   #9
m_yates
Senior Member
 
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249

Rep: Reputation: 101Reputation: 101
If you enable Marillat repository as described above, you can install acidrip with:
Code:
apt-get install acidrip
It will take care of dependencies for you.
 
Old 07-05-2005, 11:11 AM   #10
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445

Original Poster
Blog Entries: 9

Rep: Reputation: 48
well, I don't have dialup support in linux, so I was wondering if I could just install the acidrip package and be done w/ it. Ok, I'll see if I can get it at the library or something, thanks.
 
Old 07-05-2005, 12:32 PM   #11
ssfrstlstnm
Member
 
Registered: Dec 2004
Location: IN, USA
Distribution: debian etch
Posts: 402

Rep: Reputation: 30
I hope that you can get an internet connection on your computer. One of the great things about debian is the package management system which is pretty much useless without a connection to the outside world.
 
Old 07-05-2005, 02:48 PM   #12
m_yates
Senior Member
 
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249

Rep: Reputation: 101Reputation: 101
You can download the *.deb file directly from: ftp://ftp.nerim.net/debian-marillat/...4-0.0_i386.deb and copy it to your linux computer.

You can then install it with:
Code:
dpkg -i acidrip*.deb
You will have to also manually install any dependencies (like mplayer, mencoder, w32codecs, etc.)
 
Old 07-05-2005, 09:12 PM   #13
jens
Senior Member
 
Registered: May 2004
Location: Belgium
Distribution: Debian, Slackware, Fedora
Posts: 1,463

Rep: Reputation: 299Reputation: 299Reputation: 299
Quote:
Originally posted by m_yates
[B]You need to enable Marillat's multimedia sources to get the packages you need. They are not in Debian proper. Add the following line to /etc/apt/sources.list:
Code:
deb ftp://ftp.nerim.net/debian-marillat/ unstable main
Then,
Code:
apt-get update
For Sarge that's:
(and not unstable)

Last edited by jens; 07-05-2005 at 09:18 PM.
 
Old 07-06-2005, 01:11 AM   #14
ToastedToad
Member
 
Registered: Feb 2005
Location: Sequim,WA
Distribution: Debian_sid/Debian_sarge_amd64
Posts: 157

Rep: Reputation: 30
Always "unstable"
 
Old 05-18-2011, 10:32 PM   #15
fhleung
Member
 
Registered: Aug 2004
Distribution: Lubuntu Live OS
Posts: 432

Rep: Reputation: 30
The above link no longer exist, please go this link to download the .deb files
http://archive.ubuntu.com/ubuntu/poo...rse/a/acidrip/

I'd like to know what are the output formats by this program? Divx? .FLV?

Last edited by fhleung; 05-18-2011 at 10:51 PM.
 
  


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 - Ripper, Encoder, Converter MobbyDick Linux - Software 3 10-06-2009 05:08 AM
Need Kde dvd - vob ripper and Kde Vob - xvid converter + tutorials phat_fergo Linux - General 0 10-20-2004 08:01 AM
DVD-Ripper like... theonebeyond Linux - Software 3 09-16-2004 09:17 AM
need dvd ripper irish rebel Linux - Software 1 07-24-2004 12:19 PM
Install DVD ripper captainfreedom Linux - Software 1 05-18-2004 04:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

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