Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Movies Media Software Linux

Decent DVD-Ripping Solution For Linux? 501

supersloshy writes "I'm a user of Ubuntu Linux and I have been for a little while now. Recently I've been trying to copy DVDs onto a portable media player, but everything I've tried isn't working right. dvd::rip always gets the language mixed up (for example, when ripping 'Howl's Moving Castle,' one of the files it ripped to was in Japanese instead of English), Acidrip just plain isn't working for me (not recognizing a disc with spaces in its name, refusing to encode, etc.), Thoggen is having trouble with chapters (chapter 1 repeated twice for me once), and OGMRip has the audio out of sync. What I'm looking for is a reliable program to copy the movie into a single file with none of the audio or video glitches as mentioned above. Is there even such thing on Linux? If you can't think of a decent Linux-based solution, then a Windows one is fine as long as it works."
This discussion has been archived. No new comments can be posted.

Decent DVD-Ripping Solution For Linux?

Comments Filter:
  • DVDFab (Score:4, Informative)

    by Anonymous Coward on Thursday April 09, 2009 @10:48PM (#27527365)
    Try running DVDFab under WINE.
    • Re: (Score:2, Informative)

      by Anonymous Coward

      I recommend DVDshrink under WINE; very similar program, but I prefer that one myself.

    • Re: (Score:3, Insightful)

      by BrokenHalo ( 565198 )

      The submitter was asking for a Linux solution. I can't say I'm an obsessive purist, but if a piece of software needs to run on Wine, I'd rather just do without.
      • Re:DVDFab (Score:5, Informative)

        by Belial6 ( 794905 ) on Thursday April 09, 2009 @11:30PM (#27527707)
        I say that the solution is a Linux solution since the Author supports the application running on Wine. If the Author supports it, then to me it is as much a Linux solution as any other app that uses external libraries.
      • Re: (Score:2, Insightful)

        by Anonymous Coward

        Why? I think the idea is that windows developers can build their software against a stable wine version and then you have software for linux as well. Google knows this and it seems to work well. There are many suitable solutions through wine, all functioning just fine.

      • Re:DVDFab (Score:5, Insightful)

        by frieko ( 855745 ) on Friday April 10, 2009 @12:17AM (#27527995)

        I can't say I'm an obsessive purist

        Then what IS the reason? I run Linux exclusively, and I independently reached the same conclusion as AC: The best Linux DVD ripper is DVDFab.

        If DVDFab isn't a "Linux solution" because it requires WINE, then KDE isn't a Linux solution because it requires Qt.

        • Comment removed (Score:5, Interesting)

          by account_deleted ( 4530225 ) on Friday April 10, 2009 @02:38AM (#27528577)
          Comment removed based on user account deletion
          • Re:DVDFab (Score:5, Insightful)

            by tsa ( 15680 ) on Friday April 10, 2009 @03:40AM (#27528829) Homepage

            That's Linux for you and the reason why I switched to a Mac. Linux is a fantastic OS but many of the applications that run on it are just not mature enough to be used by laymen.

          • Re: (Score:3, Informative)

            by Cylix ( 55374 )

            I'm afraid they are all very relevant option once you understand them.

            The reason some configurations work over others falls back to compatibility. For instance, it's perfectly reasonable to use wav, mpg or ac3 for the audio encoding, but not all players actually support wav.

            Another interesting tidbit is the support for analogue closed caption. This relies on the dvd player decoding a cc file and generating the captions on the fly. A very large chunk of players do not implement this despite it being part of

            • Re: (Score:3, Insightful)

              by Blakey Rat ( 99501 )

              Bullcrap. While being able to muck around with all that crap is certainly useful, I don't think anybody would deny that, the *real* problem is that the vast majority of video applications don't have sensible defaults.

              That is to say, if you put in a DVD and hit "rip", it'll either spit out a useless file (all-black video, no video only audio, no audio only video, video and audio out-of-sync) or, even worse, you can't even hit "rip" until you've already fiddled with 3 dozen options you don't give a flying shi

          • Re:DVDFab (Score:4, Interesting)

            by Wrath0fb0b ( 302444 ) on Friday April 10, 2009 @09:44AM (#27530619)

            QT doesn't need a whole bunch of wrappers and libraries to fake a windows environment, DVDFab does. End of story.

            You are comparing things on two different levels of abstraction here. QT is a set of libraries that provides a certain API on which applications are built. WINE is a set of libraries that provides a different API on which some other applications are built. KDE requires the QT APIs in the same fashion that DVDFab requires the WIN32 APIS. There is no principled difference between running an application that's NIX-QT-KDE and one that's NIX-WIN32-DVDFab.

            You wouldn't say that QT creates a "fake" QT environment for applications like KDE so why would you say that WINE provides a "fake" WIN32 environment for DVDFab? The application doesn't care what's underneath the API that it sees, it only wants function calls to result in the documented behavior and is agnostic about the rest. I write multi-platform OpenGL and OpenSSL code, when I call SSL_check_private_key(ssl_ptr) or gluNewQuadric() , I don't care what lower-level function is called. In fact, I'm quite happy that some kind soul has decided to hide as much of that as possible from me so I can focus on getting my actual work done.

            TL;DR version: It would be a wonderful world if all the OSs have compatibility layers for all the APIs (JVM/JNI, Mono/CLR, GTK, QT, WIN32, Carbon, Cocoa ...) so the application devs would write in whatever they want and computer users could run in whatever they want -- because that's what computers are for: not doing "computer stuff" but using computers to accomplish things.

            PS: Saying end of story does not, contrary to popular belief, actually mean that it's the end of the story. In fact, most of the time it signals that the writer has decided that she doesn't need to logically justify her statements and is a good idea to subject them to more scrutiny.

          • Re: (Score:3, Informative)

            by Gilmoure ( 18428 )

            Latest version of Handbrake [slashdot.org] (.0.9.3) has all the options but it also has a decent selection of presets. So far, haven't had any real problems with it, with almost 400 DVD's ripped. Only that Neemo movie was a little tricky. Had to pick the correct track to rip, to get audio to sync.

          • Re: (Score:3, Insightful)

            by PRMan ( 959735 )

            Are you talking about DVD Rippers or FFMPEG and Mencoder?

            It took me 3 days to find a set of parameters that would let me process the weird Quicktime format from my digital camera and be able to play it on my PS3 and DirecTV DVR.

            Device profiles, anyone?

      • Re:DVDFab (Score:4, Insightful)

        by glitch23 ( 557124 ) on Friday April 10, 2009 @12:19AM (#27528005)
        He also said a Windows solution would be sufficient as long as it works. But he wants a single file as output though so dvdshrink won't work.
    • Re:DVDFab (Score:5, Informative)

      by Ardrad ( 989654 ) on Friday April 10, 2009 @12:56AM (#27528163)
      OR you could run a program that actually runs native under linux. Download handbrake. I believe the site is handbrake.fr (google to make sure) you also need VLC for dvd decryption, it works perfectly. I have even ripped Howl's flying castle. and many many more.
      • Re:DVDFab (Score:5, Informative)

        by TheWanderingHermit ( 513872 ) on Friday April 10, 2009 @02:32AM (#27528549)

        That could cause problems. VLC is crippled in the latest Ubuntu. While the VLC people blame Ubuntu on their mailing lists, it turns out that the FFMpeg library uses different names for some codes in their newer version -- and on the latest Ubunut (Intrepid), that version of VLC doesn't use the newer names.

        I was on both mailing lists for a while (VLC, FFMpeg) and the latter admitted to changing the names but did have all the codecs available under Ubunut. The VLC people claim some of those codecs are not available under Ubuntu (even with extra repositories), but they're there -- just with different names.

        Until Ubuntu gets this straightened out, anyone using Intrepid or following versions will have trouble with video codecs, including ripping DVDs and, in my case, trying to read files from my HD camcorder that were easily readable in Ubuntu Hardy, but which nobody was quite sure how to read (or what settings to use) in Intrepid.

        After wasting several days of my life on this issue, I gave up, ordered an iMac, and since switching, have spent more time doing what I want on my computer and less time at the computer overall. I no longer have to spend time trying to make sure the tools taht are supposed to help me are set up properly or if I'm using the right settings.

        It's nice to have more time for real life than to be spending time adjusting my tools.

        • Re:DVDFab (Score:5, Insightful)

          by Yfrwlf ( 998822 ) on Friday April 10, 2009 @04:19AM (#27528965)
          If the issue was an ffmpeg or VLC issue, then that would qualify as a dependency issue. The newer VLC should have required the newer ffmpeg. If, however, it was an Ubuntu packaging naming issue, I completely blame proprietary Linux packaging for that.

          This is one of the many reasons Linux packaging standards are needed. Distros should be offering the same exact software that you can get easily online. If they want to modify a program, they need to change it's name, but if it's simply distros having different package names then they need to fucking stop it. Metapackages are fine, but fucking around with software names just so you can make your repository be proprietary is wrong. Until Linux users are really free to choose what software to install no matter their distro, and the focus is shifted to making the default software work correctly for all Linux users, you sadly will have more freedom in some ways on a proprietary OS.

          Thank you distro wars for giving everyone less freedom and making Linux suck more.
  • by darpo ( 5213 ) on Thursday April 09, 2009 @10:49PM (#27527375) Homepage
    Just this morning, Lifehacker posted about this very topic: http://lifehacker.com/5205221/acidrip-for-linux-rips-dvds-with-two+click-ease [lifehacker.com]
  • Use Handbrake (Score:5, Informative)

    by SuperNothing307 ( 1399851 ) on Thursday April 09, 2009 @10:49PM (#27527379) Homepage
    You won't find one better than Handbrake, works great for me. Here's a howto I wrote on the topic: http://spareclockcycles.wordpress.com/2008/12/11/handbrake-for-dvd-ripping-on-ubuntu/ [wordpress.com]
    • Re: (Score:2, Informative)

      Just bumping Handbreak since it's my personal favorite. Here's a nice vid tutorial incase your lazy like the rest of us and don't feel like reading: Methodshop - Handbreak [methodshop.com]. It is the OS X version but not that far off from what you'd expect to see in Linux
    • Re: (Score:3, Informative)

      by bcat24 ( 914105 )

      Indeed. Handbrake and libdvdcss are all you need.

    • Re: (Score:3, Interesting)

      by mrsalty ( 104200 )

      I will second this. I used this to encode all of my Kid DVDs so that the original copies are never ruined. My movies too, but for reasons of convenience rather than worries about damage. Combine this with a Popcorn Hour(my choice), MythTV, etc and you have your entire movie library at your fingertips.

    • Re: (Score:3, Informative)

      by Elfich47 ( 703900 )
      windows users need DVD43 in place of libdvdcss.
    • Re:Use Handbrake (Score:5, Informative)

      by forgottenusername ( 1495209 ) on Thursday April 09, 2009 @11:51PM (#27527849)

      /agree

      I'm really impressed with Handbrake. I actually use it to transcode a bunch of stuff so my ps3 will play it. They have a bunch of really handy presets for various device, such as ps3, iPod video, xbox 360 long with things like tv/animation etc.

      They have a CLI mode which is useful for scripting.

      HandBrake GUI on Linux is now a full fledged port, not just a hacky frontend to the CLI tool.

      Job managment is great too, with a real time adjustable queue, ability to pause/resume etc.

      One thing I haven't found out how to do is splice AVIs, I use avidemux for that. Which is another amazingly awesome program.

      3 people who figure this AV crap out that I have 0 interest in. I just want the friggin' thing to do the thing, man.

    • Re: (Score:3, Informative)

      by sustik ( 90111 )

      Handbrake probably works for most people. I also tried x264enc which I prefer over Handbrake.

      But presently I do not use either: I use mencoder directly. I write scripts based on
      mencoder forum comments and ones that x264enc generated.

      I got better results (quality and control) with x264enc. This was end of 2008. Since then I am using my scripts only. I posted one to the mencoder list (search on gmane) which I used to encode over the air HD broadcasts. I extract the closed captions as well and reencode t

    • by AliasMarlowe ( 1042386 ) on Friday April 10, 2009 @03:23AM (#27528763) Journal
      We have almost 100 DVDs purchased from The Teaching Company (courses in astronomy, geology, math, physics, etc.)
      So far, we have no tool for easily ripping them onto our LAN server (sorry, no P2P). I have tried acidrip, dvd::rip, handbrake, thoggen, and VLC's convert function. None of them can rip these DVDs properly, but we can rip any other DVD we have with any of these tools.

      With a DVD from TTC, all of them just see one title with a length of 43 seconds - the FBI warning. The DVDs play fine in VLC or any other player, but the structure information (IFO file?) is deliberately corrupt or obfuscated, on every single TTC DVD!

      If I use chapter mode in dvd::rip or handbrake, or use convert mode in VLC, then individual "chapters" can be ripped, one at a time. Unfortunately, the chapter structure also appears to be obfuscated. Chapters in the table of contents according to handbrake or dvd::rip vary from a few seconds to 15 minutes in length, whereas the actual chapters/lessons when played are all about 25 minutes. Moreover, to assemble the chapters/lessons as viewed, from the individual "chapters" as ripped, one must combine them in a nearly random non-numerical-sequence order, and often split a ripped "chapter" between two actual chapters/lessons. It's labour-intensive and very annoying, since what we're trying to do is a legitimate fair-use (format shift for play on PCs, DVDs then left on shelf).

      Does anyone have a ripping solution which works easily on DVDs from The Teaching Company, or on other DVDs with an obfuscated table of contents?
  • by FictionPimp ( 712802 ) on Thursday April 09, 2009 @10:50PM (#27527381) Homepage
  • Handbrake! (Score:5, Informative)

    by imac.usr ( 58845 ) on Thursday April 09, 2009 @10:50PM (#27527383) Homepage
    Live it, learn it, love it.
    http://handbrake.fr/ [handbrake.fr]
    • +1 Handbrake. It is packages with a GUI for Ubuntu (Debian?) it is fast (multi threaded), you can line up several runs to go one after the other (baatch processing) and it 'just works'.
      I used it the other day to rip 3 .iso's (of Charlie and Lola) down to my custom 1GB avi (using h264 and vbr mp3) and it ran and finished in what seemed like ~1 hr! This was on 2 pass, and they look fantastic!
      I wonder if it only works so well because it was made for mac first?
      • Re: (Score:3, Funny)

        by MacColossus ( 932054 )
        "I wonder if it only works so well because it was made for mac first?" Actually it was made for Be OS first.
    • Handbrake has one major deficiency which I find completely inexplicable: it only allows one subtitle track even when working with container formats which allow multiple subtitle tracks. I'd really love to be able to abandon DVDs and just make only mkvs or even ogms but Handbrake does not appear to have this small piece of obvious functionality. Unfortunately I still don't know how to do this, so I'm still transcoding DVDs, so Handbrake won't help me. Actually, it may be the best RIPPER out there (I still no

  • by Ian Alexander ( 997430 ) on Thursday April 09, 2009 @10:50PM (#27527387)
    http://handbrake.fr/ [handbrake.fr]

    I use it on my Mac and it produces pretty decent encodes, even with the presets.
  • Handbrake (Score:3, Informative)

    by broken_chaos ( 1188549 ) on Thursday April 09, 2009 @10:50PM (#27527389)

    I find Handbrake works excellently under OSX, and, seeing as it has a Linux/GUI version, it may be worth trying out.

    http://handbrake.fr [handbrake.fr]

    • Geeze, in the time it took me to post that, there were four replies suggesting the same thing. I'm guessing you may have found your solution.

      • by samkass ( 174571 )

        I clicked on this story to recommend Handbrake then realized 5 other people had already done so.

        It's worth noting that with Handbrake 0.93 you'll want libdvdcss around so it can still do DVD decryption, as they removed that from the core codebase.

  • Mencoder? (Score:5, Informative)

    by DjangoShagnasty ( 453677 ) on Thursday April 09, 2009 @10:53PM (#27527415)

    Mencoder (mplayer package) works pretty well.

    Following the docs gave me decent quality rips without too much hassle.

    http://web.njit.edu/all_topics/Prog_Lang_Docs/html/mplayer/encoding.html

  • Why bother? (Score:5, Insightful)

    by wampus ( 1932 ) on Thursday April 09, 2009 @10:55PM (#27527433)

    BitTorrent. Its probably faster and definitely easier.

    • Re:Why bother? (Score:5, Interesting)

      by Hurricane78 ( 562437 ) <deleted&slashdot,org> on Thursday April 09, 2009 @11:22PM (#27527651)

      Unfortunately, most encoders (the people, not the programs) out there seem to be idiots. Most of the time, you still get XviD with MP3, in a AVI container. No chapters, problems with the aspect ratio (because many encoders cut off some pixels on the border, for optimization reasons), and most of all, a totally shitty quality.

      Nowadays, I expect my videos to be in this format:
      - 700-1400 MB size
      - Matroska container
      - H.264 encoded video
      - AC3 5.1 Dolby Digital or better audio
      - no visible quality difference from the original DVD, even for experts
      - includes chapters and other metadata.
      If possible, there should also be
      - Two audio streams. one in my language, one in the original language
      - Subtitles for the original language included in the container.
      - Cover and infos included in the metadata.

      If the original medium exists in a HD format, I want that quality too (of course with a bigger file size).

      No reason to own a home cinema, when you watch YouTube videos on it. ^^

      • You need to look for better torrents, honestly. You can find really good quality 720p rips with 5.1 Dolby on piratebay, and that's a pretty low standard when it comes down to trackers. I personally do not pay attention to chapters, subtitles and all that stuff I don't use, so that might be harder to find, but if quality is what you're mainly looking for, it's definitely there.
        • I know. I use btjunkey.org, which basically indexes priatebay, mininova and tons of other trackers. But it's very rare that I find a something good. Usually i try to find at least AC3 5.1 and x264. But then the resolution is a bit weak, or they are in AVI and I have to re-package, and so on. Rarely do I find something that I am completely happy with.
          The hardest thing is, to get the own language audio (German here) in 5.1.

          Luckily, mkvmerge and just pulling more than one version solved many problems for me. I

      • What benefits does Matroska provide?
        • Re: (Score:2, Informative)

          Flexibility. Matroska is wildly popular in anime fansubbing because you can have an arbitrary number of audio tracks (english, japanese, Dolby surround, all the commentary tracks) and subtitles (including multiple versions with toggle-able onscreen translation of text). With the benefits that Matroska provides, it annoys me that people use anything else. You can literally put anything into a matroska container. It surprises me that people haven't found more ways to put malware in them.
        • Re:Why Matroska? (Score:5, Informative)

          by civilizedINTENSITY ( 45686 ) on Friday April 10, 2009 @01:07AM (#27528205)

          The Matroska Multimedia Container is an open standard free container format, a file format that can hold an unlimited number of video, audio, picture or subtitle tracks inside a single file.[1] It is intended to serve as a universal format for storing common multimedia content, like movies or TV shows. Matroska is similar in conception to other containers like AVI, MP4 or ASF, but is entirely open in specification, with implementations consisting mostly of open source software.

        • Re:Why Matroska? (Score:5, Informative)

          by Randle_Revar ( 229304 ) <kelly.clowers@gmail.com> on Friday April 10, 2009 @01:14AM (#27528235) Homepage Journal

          First of all, Matroska is an open spec, and most implementations (including the reference implementation, libmatroska) are Open Source (lgpl for libmatroska).

          Mkv supports B-frames, Variable bit rate audio, Variable frame rate, Chapters, and Subtitles. Not all containers support all of these, and AVI only supports any of those with workarounds, modifications or just nasty hacks.

          The mpeg container can't do chapters or subtitles, and obviously only holds media in the mpeg (1 or 2) format.

          MP4 has limited chapter and subtitle support and only deals with mpeg media (basically 1, 2, and 4 ASP/AVC).

          Ogg/ogm is designed for simplicity, streaming and specifically for Vorbis and Theora (although most/all other codecs can be used), while Mkv is meant as a completely general-purpose distribution container, and wants to replace avi, asf, mp4, mov, etc.

          http://en.wikipedia.org/wiki/Matroska [wikipedia.org]
          http://en.wikipedia.org/wiki/Comparison_of_container_formats [wikipedia.org]
          http://www.matroska.org/technical/guides/faq/index.html [matroska.org]
          http://xiph.org/container/ [xiph.org]
          http://www.hydrogenaudio.org/forums/lofiversion/index.php/t10426.html [hydrogenaudio.org]

      • Most of the time, you still get XviD with MP3, in a AVI container.

        To be clear, "Xvid" is an encoder (like DivX) and it makes MPEG4 ASP video streams. Calling a file an "Xvid" file is like calling a photocopy a "Xerox". It might have been created with a genuine Xerox machine but just looking at the paper, you wouldn't know or care.

        MKV is still the bleeding edge. The reason AVI/ASP/MP3 is popular is because over 100 million DivX certified devices can play those files. DivX DVD players start around $30 at Wal-mart and are by far the cheapest way to move video from your

    • BitTorrent. Its probably faster and definitely easier.

      If you know the slightest thing about video encoding, you can do VASTLY better than the hordes of drag-n-drop encoding kiddies keeping P2P networks supplied with new releases. Think: movies half the size, that look vastly better.

      And encoding yourself is also very likely much faster, unless you insist on using the oldest machines, in combination with the newest video codecs. Frankly, H.264 provides minimal quality improvements, and simply isn't worth th

      • Re: (Score:3, Interesting)

        by mellon ( 7048 )

        Encoding yourself is dangerous. What if you forget the key?

        Seriously, H.264 may not be ideal for personal use, but it rocks if you're actually doing video production for online distribution, and there are USB dongles you can get that will encode faster than realtime without using up all your CPU.

  • by Anonymous Coward on Thursday April 09, 2009 @10:56PM (#27527445)

    Through much trial and error I've found that k9copy is the most reliable and functional program for ripping DVDs. You can customize what you want or don't want and it puts everything into VOB that can easily be burned as a video dvd in k3b. Happy Burning! :)

  • Plain vanilla dd [softpanorama.org] is your friend. This is by far the simplest way of transferring DVDs around; I've used this method for years to archive discs to file servers.
    • k3b also has good _duplication_ capabilities. But what the original poster has neglected to mention is that he wants to strip off the encryption and region encoding so that he can play it anywhere or share with friends and leave off the troublesome bits. I've actually wanted to to do that when traveling, with my own DVD's so I could watch them with friends in another country, or when the 10 mninutes of enforced copyright notification and age-inappropriate previews would interfere with viewing of my purchase

      • Good reply. I was brain-dead when I posted the original reply, although upon further consideration a portable media player that can handle raw ISO images would be an awesome toy in my book :).
    • dd unfortunately does not support error correction. (Have you examined all of those backups for sound and video glitches? :p)

      And, anyway, it is usually the transcoding part that has issues, mostly because there are so many different transcoding options to choose from and test against. But I can't remember the last program I used that couldn't at least get a proper .iso copied to the drive.

    • Bad modding for this to be offtopic. Parent's solution works fine for personal viewing. Just doesn't get rid of the encryption, or shrink it. For years I did the GUI version of this, which is just right-clicking the dvd icon in GNOME and selecting "copy disk". Sure, the poster may have wanted something more portable, but seriously, when you want to copy something, nothing beats bit-for-bit.
  • by rampant mac ( 561036 ) on Thursday April 09, 2009 @10:59PM (#27527469)
    MakeMKV. No loss in quality (think Ogg). Simple, easy and high quality. Hope you have a big hard drive.
  • by physicsphairy ( 720718 ) on Thursday April 09, 2009 @11:01PM (#27527491)
    And to address some of the issues:

    dvd::rip always gets the language mixed up (for example, when ripping 'Howl's Moving Castle,' one of the files it ripped to was in Japanese instead of English),

    What makes you think it is dvd::rip that has the language mixed up? It is a Japanese movie and it is not surprising that the first audio track is Japanese. Fortunately you can select to rip a different audio track.

    Acidrip just plain isn't working for me (not recognizing a disc with spaces in its name, refusing to encode, etc.)

    I am betting you set it up wrong, since the disc name really shouldn't effect anything. It could be your ripper program should point at /dev/dvd (or equivalent), not "/mnt/Mounted File System"

  • I've been researching DVD ripping solutions for an upcoming project to finally end the horrors of constant disc swapping (Mac Classic relapse anyone?) lately, and one of the discussed issues that kept coming up was problems users had with ripping Disney published movies. Apparently they do something in the process of making the discs that introduces a ton of bad sectors into the finished disc as a form of copy prevention. Some rippers simply can't handle it.

    Another possibility is that you are trying to per

  • K9Copy. Once I found that, that's all I ever used. If it doesn't work, it's because it's one of those DVDs with intentional defects to stop rippers from ripping them. The idea is that a standalone, consumer dvd-player isn't sophisticated enough to fail on the defects, but a computer-based software player is. Or something like that. Unfortunately, Howl's Moving Castle was one of those, if I remember correctly. Had to reboot into Windows and use DVD Decrypter for that one.

    Anyway, K9Copy. If DVDshrink on Wind
  • If all else fails... (Score:4, Interesting)

    by Flynsarmy ( 1071248 ) on Thursday April 09, 2009 @11:04PM (#27527517)
    If all else fails you could just WINE DVD Shrink. It works like a charm.
  • Acid Rip (Score:5, Interesting)

    by StormReaver ( 59959 ) on Thursday April 09, 2009 @11:06PM (#27527521)

    Give AcidRip another try. I have yet to encounter a DVD it couldn't rip. More accurately, I have yet to encounter a DVD that mencoder, the encoding program behind most (all?) of the DVD rippers on Linux, couldn't rip. For some DVD's, it may appear as if AcidRip has malfunctioned, as the entire system can become unresponsive or very jerky for long periods of time, and the system log will fill with sector error messages.

    If you check the size of the video file, however, you will notice that it is slowly growing. This is mencoder making its way through the access restrictions on the disk, but encountering a lot of resistance. It is succeeding, though. For these disks, I let AcidRip run overnight.

  • Run the movie through DVDShrink via wine (works flawlessly) in Reauthor Mode, selecting the main movie + just the audio track you want (i grab the 5.0 audio for simplicity, then encode at No Compression, and rip to files on the hard drive. When you have the video_ts folder on your hard drive, run it through Acidrip at will. You can of course correct the folder name so there's no issues with acidrip loading the (now) unencrypted) files. I use this process to encode all my movies to xvid .avi format, so they
  • by Mr_2_718281828459045 ( 1444505 ) on Thursday April 09, 2009 @11:12PM (#27527577)
    vobcopy -i /folder/to/copy/to -m [executed where the dvd is mounted]
    mkisofs -dvd-video -udf -o desired_iso_name.iso /directory/to/put/iso
    Done.
    • Re: (Score:3, Insightful)

      This will rip:

      bronco@ubuntu:~$ dvdbackup -v -i /dev/scd0 -M -o Videos/

      And this will burn what was ripped:

      bronco@ubuntu:~$ growisofs -speed 1 -dvd-compat -Z /dev/scd0 -dvd-video Videos/[name of DVD]
  • All of the Linux solutions I have seen encode to another format. Because of lack of alternatives for ripping encrypted DVDs, my solution for years has been Windows DVD Decrypter. I just need an equivalent of DD for encrypted disks but searching only comes up with programs that re-encode. I would love to not power-on my Windows laptop for this.

    I prefer lossless iso rips for several reasons. Disk space is cheap these days so why not go with lossless. ISO files work in a greater variety of players and can

  • sorry, but they HAVE worked out all the issues and they ARE good guys. they deserve the small license fee for the commercial programs.

    I use the anydvd program along with clonedvd. it just plain works and I have enough control to do what most people would need to do.

    I use unix mostly for work but when there are no world class copiers for unix, you seek other platforms.

    I don't get upset about what o/s my oscilloscope is written in. think of windows as a lower (support) layer to the anydvd app ;)

  • I use mplayer [mplayerhq.hu] for ripping the DVD and avidemux [fixounet.free.fr] for the transcoding the video.

    Specifically I use mplayer to dump the VOB files on the disk. Then I use avidemux, which in turn uses x264, ffmpeg, lamemp3, etc. to transcode the video to any format I want. This process is not a "one-click solution," but I find that going through the process for each DVD title manually gives fine-grain control over the final product.

  • I remember ripping DVDs about 4 years ago in Linux, and it was a painless GUI affair (can't remember the exact software I used then, sorry). I'm using OS X now, and I usually use Handbrake, which is also available for linux. It, however, doesn't offer anything but hard-encoded subtitles, which is a big pain in a multilingual environment.

    In your case, however, I'd probably recommend just going ahead and learning Japanese. That way, you'd never have to worry about which audio/subtitle track you rip; both wou

  • by MiKM ( 752717 )
    OGMRip [sourceforge.net] has been my favorite for a while. The only downside, as of now, is that you have to manually tell it if the video source is progressive/telecined/etc (the author is working on that feature). However, I might have to try handbrake again. When I last tried it, there was no good Linux GUI.
  • I use DVD Decrypter under Wine, and AutoGK to encode to xvid. AutoGK is just a wrapper around AviSynth and VobSub, using lame etc anyway, but takes care of all those nasty command line switches. Remember to use the hidden Ctrl+F9 menu for extra options.
  • DVDDecrypter works fine to extract the .VOB. VLC will convert VOB to most practical formats, slowly, but it works and the quality/options satisfactory.
  • Handbrake (Score:5, Informative)

    by cybereal ( 621599 ) on Friday April 10, 2009 @03:48AM (#27528857) Homepage

    Available in a linux flavor, I ripped 462 movies for my private use (streaming from my 1tb hdd to an apple tv) from DVD last fall. At the time Handbrake used its own decoder which didn't always work for certain types of highly standard breaking locking schemes (read: broken dvd's). However the recent version, at least for my mac, has no troubles as it is using VLC player for the dvd decoding engine.

    I found the best success using constant quality, around 59% plus a bunch of other handy settings I found under the "best settings and why" section in the forums for handbrake.

    I strongly recommend this avenue as the results are magnificent AVC encodes in iTunes, iPod, iPhone, PS3, etc. compatible container and they are literally indistinguishable from their DVD counterpart (save a few exceptionally difficult to rip movies like Pi). Good software, and free too.

  • by Zontar_Thing_From_Ve ( 949321 ) on Friday April 10, 2009 @09:58AM (#27530817)
    What nobody will tell you is that to prevent some older, free ripping tools from working, some studios (mostly for DVDs released in region 1 - USA and Canada - but also sometimes seen elsewhere) use a copy protection method called ARCCOS or something similar to protect their DVDs. The only rippers I know of that can defeat this are DVDFab HD Decrypter (they have a free version available) and AnyDVD (don't know if there is a free version or only the commercial version). Both are updated regularly to deal with new variations in ARCCOS. ARCCOS uses deliberately placed bad sectors on the disc to thwart copying. It's quite complicated, but it relies on a difference between how standalone DVD players and PCs read discs to thwart copying attempts. DVDFab and AnyDVD get updated because they are produced in countries that are currently free from MPAA enslavement. I am unaware of any programs other than those that can correctly rip DVDs and those only work on Windows. I don't keep up with Handbrake as it's mostly for Mac fanboys (but they do have a Windows version), so I have no idea if Handbrake is actually able to deal with ARCCOS or not. The people I know who use it do not rip DVDs that I know to use ARCCOS, so I have no idea if Handbrake can even deal with ARCCOS correctly or not.
  • cp? (Score:3, Interesting)

    by ArmorFiend ( 151674 ) on Friday April 10, 2009 @10:38AM (#27531445) Homepage Journal

    I don't understand why people want to "rip" with anything more complex than "cp /dev/cdrom GoneWithTheWind.iso". When you play back the file, you get the exact same quality and options as on the DVD. Other than choosing a filename, it is zero-click. What am I missing?

Beware of Programmers who carry screwdrivers. -- Leonard Brandwein

Working...