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
(updates & additions; -seed)
m (→‎Articles: updated hans.fugal.net link)
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
 
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.
 
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.
 
* [[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
+
* [[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/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