View the Most Wanted LQ Wiki articles.
LinuxQuestions.org > Linux Wiki > DVD

From LQWiki

Jump to: navigation, search

DVD was originally an abbreviation for Digital Video Disk, however it was subsequently given the backronym Digital Versatile Disk due to the numerous purposes to which the medium could be put.

Essentially a high-density version of CD, the DVD format is available with either one or two sides, each of which may contain either one or two layers. Each layer holds around 4.7 GB of data, which gives the maximum capacity (double-sided, double-layered) of around 17 GB. Most commercial DVDs are single-sided and both single and double layered versions are common.

Contents

Playing DVDs under Linux

Software packages that can play DVDs include:

Manual Configuration

In order to correctly play DVD videos, DMA support needs to be enabled, and the libdvdcss library needs to be installed.

To enable DMA support, use the hdparm command:

  # su (password)
  # hdparm /dev/dvd  (view settings for dvd player)
  # hdparm -d1 /dev/dvd (turn on DMA support)

In situations when a is a "combo drive" and does both (1) play DVDs and (2) record CDs, it helps to separate the ide-cd module from ide-scsi, though, it's possible to do both at the same time. For this separation to work, sometimes it's necessary to remove "hdX = ide-scsi" from the boot loader as well. For instance, the following would switch from CD Writer to DVD Player.

  # rmmod ide-scsi
  # modprobe ide-cd

Writable flavours

There are various types of writable DVD discs available.

  • write-once formats (DVD+R, DVD-R)
  • rewritable (DVD-RAM, DVD+RW, DVD-RW)

Generally the R/RW media has a capacity of 4.7GB. However, the DVD-RAM type can also be obtained in a double-sided version, which is able to store 9.4GB of data. There are currently no formats which allow double-layered recording.

The "+" and "-" versions are competing standards, each of which is backed by a number of large corporations. The key difference between the two is the more accurate addressing information on the "+" format, which allows the media to be written to in a true random-access method rather than in the contiguous "sessions" required by the "-" formats (and rewritable CDs). Neither the "-" nor "+" formats are universally playable in legacy DVD-ROM drives.

DVD-RAM is a totally different technology (magneto-optical, rather than purely optical) and is not playable on most DVD drives.

Writing DVDs under Linux

Write DVDs under Linux using k3b.

See also


This article is a stub and needs to be finished. Plunge forward and help it grow!


Personal tools