DVD Ripping
From ArchWiki
Article summary |
---|
Discusses various methods and tools used for copying DVDs. |
Available in languages |
English |
简体中文 |
Related articles |
DVD |
DVD Writing |
dvdbackup |
Ripping is the process of copying audio or video content to a hard disk, typically from removable media or media streams.[1]
Often, the process of ripping a DVD can be broken down into two subtasks:
- Data extraction -- copying the audio and/or video data to a hard disk
- Transcoding -- converting the extracted data into a suitable format
Some utilities perform both tasks, whilst others focus on one aspect or the other.
Contents |
dvdbackup
dvdbackup is used simply for data extraction, and does not transcode. This tool is useful for creating exact copies of encrypted DVDs in conjunction with libdvdcss or for decrypting video for other utilities unable to read encrypted DVDs.
dvd::rip
dvd::rip is a front-end to transcode, used to extract and transcode on-the-fly.
The following packages should be installed:
- dvdrip: GTK front-end for transcode, which performs the ripping and encoding
- libdv: Software codec for DV video
- xvidcore: If you want to encode your ripped files as XviD, an open source MPEG-4 video codec (free alternative to DivX)
- divx4linux: If you want to encode your ripped files as DivX (available in the AUR)
# pacman -S dvdrip libdv xvidcore
The dvd::rip preferences are mostly well-documented/self-explanatory. If you need help with something, see http://www.exit1.org/dvdrip/doc/gui-gui_pref.cipp.
Ripping a DVD is often a simple matter of selecting the preferred codec(s), selecting the desired titles, then clicking the "Rip" button.
HandBrake
HandBrake is an open-source, GPL-licensed, multiplatform, multithreaded video transcoder, available for MacOS X, Linux and Windows.[2]
HandBrake offers both a graphical and command-line interface with many preset configurations. The package is available in [extra]: handbrake.
MEncoder
MEncoder is a free command line video decoding, encoding and filtering tool released under the GNU General Public License. It is a close sibling to MPlayer and can convert all the formats that MPlayer understands into a variety of compressed and uncompressed formats using different codecs.[3]
MEncoder is included with the mplayer package. The Gentoo wiki provides an excellent resource.
Dvd2Avi
A simple Bash script using MEncoder can be found here.
MEncoder GUIs
If you dislike the command line, or just want access to more of MEncoder's options then there are several GUI programs available.
The official MPlayer homepage has a comprehensive list of available front-ends here.