Saturday, April 1, 2017

Posted by beni in , , , , , | April 01, 2017

5 DVD Rip programs for Linux


On This site I read an article about DVD ripping. If you need the pictures, please visit the original site.

A DVD ripper software allows you to copying the content of a DVD to a hard disk drive. You transfer video on DVDs to different formats, or make a backup of DVD content, and to convert DVD video for playback on media players, streaming, and mobile phone. A few DVD rippers software can copy protected disks so that you can make discs unrestricted and region-free.

Please note that most of the following programs can rip encrypted DVDs, as long as you have libdvdcss2 installed as described here. Please check the copyright laws for your country regarding the backup of any copyright-protected DVDs and other media.

1: AcidRIP

AcidRip is an automated front end for MPlayer/Mencoder (ripping and encoding DVD tool using mplayer and mencoder) written in Perl, using Gtk2::Perl for a graphical interface. Makes encoding a DVD just one button click! 
You can install it as follows under Debian / Ubuntu Linux:

$ sudo apt-get install acidrip

On the Preview tab you can choose to watch a bit of a preview of the resulting movie:



And when you are ready, click the Start button to rip DVDs.
=> Download acidrip

2: DVD::RIP

dvd::rip is a full featured DVD copy program written in Perl i.e. fron end for transcode and ffmpeg. It provides an easy to use but feature-rich Gtk+ GUI to control almost all aspects of the ripping and transcoding process. It uses the widely known video processing swissknife transcode and many other Open Source tools. dvd::rip itself is licensed under GPL / Perl Artistic License. 

You can install dvd::rip as follows under Debian / Ubuntu Linux:
$ sudo apt-get install dvdrip

You need to configure dvd::rip before you actually start a project. See the documentation for more information.
=> Download dvd::rip

3: HandBrake

HandBrake is an open-source, GPL-licensed, multiplatform, multithreaded video transcoder, available for MacOS X, Linux and Windows. It can rip from any DVD or Bluray-like source such as VIDEO_TS folder, DVD image, real DVD or bluray (unencrypted -- removal of copy protection is not supported), and some .VOB, .TS and M2TS files. 
You can install HandBrake under Debian or Ubuntu Linux as follows:
$ sudo apt-get install handbrake-gtk

=> Download HandBrake

4: k9copy

K9copy is a KDE DVD Backup tool. It allows the copy of a DVD9 to a DVD5. It is also known as a Linux DVD shrink. It supports the following features:
  • The video stream is compressed to make the video fiton a 4.7GB recordable DVD
  • DVD Burning
  • Creation of ISO images
  • Choosing which audio and subtitle tracks are copied.
  • Title preview (video only)
  • The ability to preserve the original menus.
To install k9copy, enter:
$ sudo apt-get install k9copy

=> Download k9copy

5: thoggen

thoggen is a DVD backup utility (DVD ripper) for Linux, based on GStreamer and Gtk+ toolkit. Thoggen is designed to be easy and straight-forward to use. It attempts to hide the complexity many other transcoding tools expose and tries to offer sensible defaults that work okay for most people most of the time. It support the following features:
  • Easy to use, with a nice graphical user interface (GUI).
  • Supports title preview, picture cropping, and picture resizing.
  • Language Selection for audio track (no subtitle support yet though).
  • Encodes into Ogg/Theora video.
  • Can encode from local directory with video DVD files.
  • Based on the GStreamer multimedia framework, which makes it fairly easy to add additional encoding formats/codecs in future.
You can install thoggen as follows:
$ sudo apt-get install thoggen

=> Download thoggen

Other Tools and Back-ends

=> You need to install various libraries to use the above mentioned tools such as (yum or apt-get commands will install them automatically for you):
  • libdvdcss2 - Simple foundation for reading DVDs - runtime libraries.
  • libdvdnav4 - DVD navigation library.
  • libdvdread4 - library for reading DVDs.
=> mencoder - Personally, I use mencoder to rip my DVDs into .avi files as follows:
mencoder dvd://2 -ovc lavc -lavcopts vcodec=mpeg4:vhq:vbitrate="1200" -vf scale -zoom -xy 640 -oac mp3lame -lameopts br=128 -o /nas/videos/my-movies/example/track2.avi
Please note that AcidRip, is a graphical frontend for mencoder.
=> VLC - Yes, VLC can rip DVDs too.
=> Transcode is a suite of command line utilities for transcoding video and audio codecs, and for converting between different container formats. Transcode can decode and encode many audio and video formats. Both K9Copy and dvd::rip are a graphical frontend for transcode.

Search