Difference between revisions of "DVDs in Linux"
(→Articles: RestrictedFormats/RippingDVDs @ help.ubuntu.com) |
(updates & additions; -seed) |
||
Line 2: | Line 2: | ||
[[computing]]: [[software]]: [[operating systems]]: [[Linux]]: [[DVDs in Linux|DVDs]] | [[computing]]: [[software]]: [[operating systems]]: [[Linux]]: [[DVDs in Linux|DVDs]] | ||
==Overview== | ==Overview== | ||
− | + | Reading and writing data [[DVD]]s in [[Linux]] is generally very easy. In situations where [[Windows (Microsoft)|Windows]], for example, would require installation of a driver in order to be able to burn discs, Linux generally has a driver already installed; Most [[Linux distro]]s include free software for burning DVDs and CDs (e.g. [[k3b]]). | |
− | + | ||
− | + | Video [[DVD]]s, however, pose some issues for Linux due to the legal semi-quagmire surrounding the [[Content Scramble System|CSS]] [[copy protection]]/[[encryption]] technology. | |
==Playing Movie DVDs== | ==Playing Movie DVDs== | ||
− | Playing | + | Playing commercial (encrypted) [[video DVD]]s is most commonly done using the [[libdvdcss]] descrambling library. Although it does not appear to be illegal, there is enough grey area in the laws surrounding CSS – and enough sabre-rattling by the movie industry – that many [[Linux distros]] choose not to include the file, which is nonetheless easily available and (in most cases) not difficult to install. |
==Applications== | ==Applications== | ||
* [http://www.kde-apps.org/content/show.php?content=26186 gbDVDenc]: "rip & encode DVD into mpeg4 files" | * [http://www.kde-apps.org/content/show.php?content=26186 gbDVDenc]: "rip & encode DVD into mpeg4 files" | ||
+ | * [[k9copy]]: reads a dual-layer (8.5 [[gigabyte|GB]]) DVD and re-encodes it to fit on a single-layer (4.7 GB) disc; it apparently can't read encrypted DVDs without the [[Medibuntu]] package, however. | ||
+ | * [[VLC]] can play encrypted DVDs and a number of file formats even without the [[Medibuntu]] package | ||
==Articles== | ==Articles== | ||
* [https://help.ubuntu.com/community/RestrictedFormats/RippingDVDs RestrictedFormats/RippingDVDs] | * [https://help.ubuntu.com/community/RestrictedFormats/RippingDVDs RestrictedFormats/RippingDVDs] | ||
* [http://hans.fugal.net/typo/articles/2006/12/24/authoring-dvds Authoring DVDs] | * [http://hans.fugal.net/typo/articles/2006/12/24/authoring-dvds Authoring DVDs] |
Revision as of 15:26, 28 June 2008
computing: software: operating systems: Linux: DVDs
Overview
Reading and writing data DVDs in Linux is generally very easy. In situations where Windows, for example, would require installation of a driver in order to be able to burn discs, Linux generally has a driver already installed; Most Linux distros include free software for burning DVDs and CDs (e.g. k3b).
Video DVDs, however, pose some issues for Linux due to the legal semi-quagmire surrounding the CSS copy protection/encryption technology.
Playing Movie DVDs
Playing commercial (encrypted) video DVDs is most commonly done using the libdvdcss descrambling library. Although it does not appear to be illegal, there is enough grey area in the laws surrounding CSS – and enough sabre-rattling by the movie industry – that many Linux distros choose not to include the file, which is nonetheless easily available and (in most cases) not difficult to install.
Applications
- gbDVDenc: "rip & encode DVD into mpeg4 files"
- k9copy: reads a dual-layer (8.5 GB) DVD and re-encodes it to fit on a single-layer (4.7 GB) disc; it apparently can't read encrypted DVDs without the Medibuntu package, however.
- VLC can play encrypted DVDs and a number of file formats even without the Medibuntu package