Difference between revisions of "DVDs in Linux"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(→‎Applications: hans.fugal.net)
m (→‎Articles: updated hans.fugal.net link)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[computing]]: [[software]]: [[operating systems]]: [[Linux]]: [[DVDs in Linux|DVDs]]
 
[[computing]]: [[software]]: [[operating systems]]: [[Linux]]: [[DVDs in Linux|DVDs]]
 
==Overview==
 
==Overview==
Video [[DVD]]s pose some issues for Linux due to the legal semi-quagmire surrounding the [[Content Scramble System|CSS ]] encoding technology.{{seed}}
+
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]]).
==Burning==
+
 
Burning data [[DVD]]s in [[Linux]] is generally very easy; most [[Linux distro]]s come with [[K3b]], which can burn data DVDs. The issues arise in reading and writing video DVDs (largely because of the [[copy protection]] encoding), but it can be done.
+
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 movie 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.
+
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://dvdfab.com/ DVDFab] is [[proprietary software]] for [[Microsoft Windows]] which runs well under [[WINE]]; the free demo version does basic decryption, providing files which other programs can use to burn a new DVD.
 
* [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==
* [http://hans.fugal.net/typo/articles/2006/12/24/authoring-dvds Authoring DVDs]
+
* [https://help.ubuntu.com/community/RestrictedFormats/RippingDVDs RestrictedFormats/RippingDVDs]
 +
* [http://hans.fugal.net/blog/2006/12/24/authoring-dvds Authoring DVDs]

Latest revision as of 22:01, 10 March 2009

navbar

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

  • DVDFab is proprietary software for Microsoft Windows which runs well under WINE; the free demo version does basic decryption, providing files which other programs can use to burn a new DVD.
  • 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.

Articles