个人工具

“UbuntuHelp:RestrictedFormats/PlayingDVDs”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
 
(未显示同一用户的5个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/RestrictedFormats/PlayingDVDs}}
 
{{From|https://help.ubuntu.com/community/RestrictedFormats/PlayingDVDs}}
 
{{Languages|UbuntuHelp:RestrictedFormats/PlayingDVDs}}
 
{{Languages|UbuntuHelp:RestrictedFormats/PlayingDVDs}}
 +
== Introduction ==
 
Most commercial DVDs are encrypted with CSS (the Content Scrambling System), which attempts to restrict the software that can play a DVD.
 
Most commercial DVDs are encrypted with CSS (the Content Scrambling System), which attempts to restrict the software that can play a DVD.
 
By installing the '''libdvdcss2''' package you can play encrypted DVDs with:
 
By installing the '''libdvdcss2''' package you can play encrypted DVDs with:
 
* [[UbuntuHelp:MultimediaApplications#kaffeine|Kaffeine]], the Kubuntu video player
 
* [[UbuntuHelp:MultimediaApplications#kaffeine|Kaffeine]], the Kubuntu video player
 
* [[UbuntuHelp:MPlayer|MPlayer]]
 
* [[UbuntuHelp:MPlayer|MPlayer]]
* [[UbuntuHelp:MultimediaApplications#gxine| xine]]
+
* [[UbuntuHelp:MultimediaApplications#gxine|xine]]
 
* [[UbuntuHelp:MultimediaApplications#totem-xine|Totem-xine]]   
 
* [[UbuntuHelp:MultimediaApplications#totem-xine|Totem-xine]]   
* VLC media player
+
* [[UbuntuHelp:MultimediaApplications#vlc|VLC media player]]
<u>Note</u> : While [[UbuntuHelp:MultimediaApplications#totem-gstreamer|Totem-gstreamer]] can play a DVD automatically when it is inserted into the DVD drive, it cannot navigate the DVD nor play it by selecting '''Movie''' → '''Play Disc''' 'DVD Name' (see [https://bugs.launchpad.net/ubuntu/+source/totem/+bug/41335 Bug #41335]).
+
* Ogle
 +
<u>Note</u> : While [[UbuntuHelp:MultimediaApplications#totem-gstreamer|Totem-gstreamer]] can play a DVD automatically when it is inserted into the DVD drive, it cannot navigate the DVD reliably (see [https://bugs.launchpad.net/ubuntu/+source/totem/+bug/41335 Bug #41335]).
 
If you use vlc media player you can navigate through the menu, forward in the movie and select subtitles. Just select '''open disc, probe Disc(s) and click ok'''.
 
If you use vlc media player you can navigate through the menu, forward in the movie and select subtitles. Just select '''open disc, probe Disc(s) and click ok'''.
== Starting Fresh with xine Based Players ==
+
== Installing libdvdcss ==
After doing a fresh install of any one of the Ubuntu-based Linux distributions, some packages needed for DVD playback are not installed by default because of Ubuntu's commitment to completely free multimedia formats. This section covers what packages are needed and how to acquire and install them onto your system.
+
Legal Warning: Check with your local laws to make sure usage of libdvdcss2 would be legal in your area.
* '''Ubuntu 7.10 "Gutsy Gibbon"'''
+
=== Ubuntu 9.04, 9.10 and 10.04 (i386, amd64) ===
In gutsy to get encrypted DVD playback to work i had to do the following:
+
* Install the '''libdvdread4''' package ('''no need to add third party repositories''') via Synaptic or command line:
 
<pre><nowiki>
 
<pre><nowiki>
sudo apt-get install libdvdread3 libxine1-ffmpeg totem-xine build-essential debhelper fakeroot
+
sudo apt-get install libdvdread4
sudo /usr/share/doc/libdvdread3/install-css.sh
+
 
</nowiki></pre>
 
</nowiki></pre>
After that, running gxine from the Applications -> Sound and Video menu played the DVD perfectly.
+
* Then open a terminal window and execute:
I found this tip at: http://yoten.blogspot.com/2007/10/play-encrypted-dvds-under-ubuntu-gutsy.html
+
cheers random website! Additional note: You can safely omit build-essential, debhelper, and fakeroot.
+
* '''Ubuntu 7.04 "Feisty Fawn"'''
+
After doing a fresh install of Feisty, be it Ubuntu or Kubuntu, there are two packages not installed by default that need to be installed for DVD playback to work. There's a third package needed to play encrypted DVDs. They are:
+
* libdvdread3
+
* libxine1-ffmpeg (Also requires libmad0, therefore libmad0 will be installed automatically along with this package)
+
* libdvdcss2 (Needed to play encrypted DVDs)
+
libdvdread3 and libxine1-ffmpeg are in the Ubuntu repository. To install them through the command line, type the following:
+
 
<pre><nowiki>
 
<pre><nowiki>
sudo apt-get install libdvdread3 libxine1-ffmpeg
+
sudo /usr/share/doc/libdvdread4/install-css.sh
 
</nowiki></pre>
 
</nowiki></pre>
libdvdcss2 is not part of the Ubuntu repository because of Ubuntu's commitment to completely free multimedia formats. The next section explains how to acquire libdvdcss2.
+
* Rebooting may be necesarry.
== Installing libdvdcss2 ==
+
=== Ubuntu 8.10 (i386, amd64) ===
If you are using Ubuntu 6.06 "Dapper Drake":
+
* Install the '''libdvdread3''' package ('''no need to add third party repositories''') via Synaptic or command line:
* Install the '''libdvdread3''' package from the [[UbuntuHelp:Repositories|universe]] repository.
+
<pre><nowiki>
* Open a terminal and type <pre><nowiki>
+
sudo apt-get install libdvdread3 gstreamer0.10-plugins-ugly
sudo /usr/share/doc/libdvdread3/examples/install-css.sh</nowiki></pre> and press the enter key.  This will download and install libdvdcss2.
+
</nowiki></pre>
If you are using Ubuntu 6.10 "Edgy Eft":
+
* Then open a terminal window and execute:
* Install the '''libdvdread3''' package from the [[UbuntuHelp:Repositories|universe]] repository.
+
<pre><nowiki>
* Open a terminal and type <pre><nowiki>
+
sudo /usr/share/doc/libdvdread3/install-css.sh
sudo /usr/share/doc/libdvdread3/install-css.sh</nowiki></pre> and press the enter key. This will download and install libdvdcss2.
+
</nowiki></pre>
If you are using Ubuntu 7.04 or later:
+
=== Ubuntu 8.04 (i386) ===
* Install the '''libdvdcss2''' package after adding the '''unsupported third-party''' repository [[UbuntuHelp:Medibuntu]].
+
* Install the '''libdvdread3''' package ('''no need to add third party repositories''') via Synaptic or command line:
Your DVD player should now play back encrypted DVDs.
+
<pre><nowiki>
 +
sudo apt-get install libdvdread3
 +
</nowiki></pre>
 +
* Then open a terminal window and execute:
 +
<pre><nowiki>
 +
sudo /usr/share/doc/libdvdread3/install-css.sh
 +
</nowiki></pre>
 +
=== Ubuntu 8.04 (amd64) ===
 +
* Open a terminal and type
 +
<pre><nowiki>
 +
sudo apt-get install build-essential debhelper fakeroot</nowiki></pre> press the enter key.
 +
* Then type
 +
<pre><nowiki>
 +
sudo /usr/share/doc/libdvdread3/install-css.sh
 +
</nowiki></pre> press enter again
 +
* When it asks you, press enter to continue and it will build and install libdvdcss2
 
== Setting DVD Region Codes ==
 
== Setting DVD Region Codes ==
If your DVD player regularly locks up when you try to play back a DVD, your DVD player probably does not match the DVD's [[UbuntuWiki:WikiPedia/Regional_lockout|Region Code]]. Region Codes are a form of vendor lock-in. For example, you cannot play a DVD published in Japan (Region 2) on a DVD player in the United States (Region 1) without changing the Region Code of the DVD player (unless you own a region free DVD player). You can view or modify the Region Code of your DVD drive with the [http://linvdr.org/projects/regionset/ regionset] tool.
+
If your DVD player regularly locks up when you try to play back a DVD, your DVD player probably does not match the DVD's [[UbuntuHelp:WikiPedia:Regional_lockout|Region Code]]. Region Codes are a form of vendor lock-in. For example, you cannot play a DVD published in Japan (Region 2) on a DVD player in the United States (Region 1) without changing the Region Code of the DVD player (unless you own a region free DVD player). You can view or modify the Region Code of your DVD drive with the [http://linvdr.org/projects/regionset/ regionset] tool.
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=warning.png <br> ''[http://linvdr.org/projects/regionset/ The author of regionset writes:] "On delivery, most DVD drives have no region code set. The drive firmware allows you to change the region code, but on nearly all drives you are limited to five (5) changes. After the fifth change, the DVD drive will stay fixed on that code -- on some drives you can upgrade the drive firmware and have then additional five changes, on other drives you won't be able to change the region code any more."''
+
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=warning.png  
 +
<<BR>>
 +
''[http://linvdr.org/projects/regionset/ The author of regionset writes:] "On delivery, most DVD drives have no region code set. The drive firmware allows you to change the region code, but on nearly all drives you are limited to five (5) changes. After the fifth change, the DVD drive will stay fixed on that code -- on some drives you can upgrade the drive firmware and have then additional five changes, on other drives you won't be able to change the region code any more."''
 
* Most players (eg mplayer/vlc) with most DVD drives are able to ignore the value of the region setting. However, it must have been set to something; if it hasn't been initialized, even non-region-restricted DVDs won't play.  Also, if it is necessary to crack the CSS key, it can sometimes take up to a few minutes to do so.
 
* Most players (eg mplayer/vlc) with most DVD drives are able to ignore the value of the region setting. However, it must have been set to something; if it hasn't been initialized, even non-region-restricted DVDs won't play.  Also, if it is necessary to crack the CSS key, it can sometimes take up to a few minutes to do so.
<br>
 
 
* To change the Region Code of your DVD player, insert a DVD from your region in the DVD player, and do the following:
 
* To change the Region Code of your DVD player, insert a DVD from your region in the DVD player, and do the following:
 
* Install the '''regionset''' package from the [[UbuntuHelp:Repositories/Ubuntu#what|Universe repositories]].
 
* Install the '''regionset''' package from the [[UbuntuHelp:Repositories/Ubuntu#what|Universe repositories]].
第57行: 第66行:
 
* Jerky Playback
 
* Jerky Playback
 
If DVD playback is noticeably choppy or burning a CD/DVD is slower than it should be, then you may need to '''enable DMA transfer''' for the DVD drive. See the [[UbuntuHelp:DMA|DMA (Direct Memory Access)]] page for details.
 
If DVD playback is noticeably choppy or burning a CD/DVD is slower than it should be, then you may need to '''enable DMA transfer''' for the DVD drive. See the [[UbuntuHelp:DMA|DMA (Direct Memory Access)]] page for details.
 +
* Decryption errors
 +
If you've installed libdvdcss2 as described above, it should Just Work. However, I had to `chmod 660 /dev/sr0; chgrp cdrom /dev/sr0` (replace with the path to your dvd drive) in order to get videos to play.
 +
* No Sound
 +
If you don't hear any sound, click System -> Preferences -> Sounds. Then click a sound in the
 +
bottom list, and make sure that it's not already selected. You should hear the sound you selected.
 +
If not, make sure your speakers are working and that your volume is up. Try clicking another sound
 +
in the list, after ajusting your volume. Also make sure your speakers are working. Once you're
 +
done, select the sound it was on before and click OK. Try downloading VLC Media Player by clicking
 +
Applications -> Ubuntu Software Centre or Applications -> Add/Remove Appications. Search for "VLC
 +
Media Player" and download the program with the orange cone icon. If you don't see an orange cone,
 +
the icon might be a cardboard box with all kinds of stuff sticking out of it. In that case, look at
 +
the discriptions. Install VLC and then use it to play your movie or DVD.
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2010年5月20日 (四) 00:05的最新版本


Introduction

Most commercial DVDs are encrypted with CSS (the Content Scrambling System), which attempts to restrict the software that can play a DVD. By installing the libdvdcss2 package you can play encrypted DVDs with:

Note : While Totem-gstreamer can play a DVD automatically when it is inserted into the DVD drive, it cannot navigate the DVD reliably (see Bug #41335). If you use vlc media player you can navigate through the menu, forward in the movie and select subtitles. Just select open disc, probe Disc(s) and click ok.

Installing libdvdcss

Legal Warning: Check with your local laws to make sure usage of libdvdcss2 would be legal in your area.

Ubuntu 9.04, 9.10 and 10.04 (i386, amd64)

  • Install the libdvdread4 package (no need to add third party repositories) via Synaptic or command line:
 sudo apt-get install libdvdread4
  • Then open a terminal window and execute:
 sudo /usr/share/doc/libdvdread4/install-css.sh
  • Rebooting may be necesarry.

Ubuntu 8.10 (i386, amd64)

  • Install the libdvdread3 package (no need to add third party repositories) via Synaptic or command line:
 sudo apt-get install libdvdread3 gstreamer0.10-plugins-ugly
  • Then open a terminal window and execute:
 sudo /usr/share/doc/libdvdread3/install-css.sh

Ubuntu 8.04 (i386)

  • Install the libdvdread3 package (no need to add third party repositories) via Synaptic or command line:
 sudo apt-get install libdvdread3
  • Then open a terminal window and execute:
 sudo /usr/share/doc/libdvdread3/install-css.sh

Ubuntu 8.04 (amd64)

  • Open a terminal and type
sudo apt-get install build-essential debhelper fakeroot
press the enter key.
  • Then type
sudo /usr/share/doc/libdvdread3/install-css.sh
press enter again
  • When it asks you, press enter to continue and it will build and install libdvdcss2

Setting DVD Region Codes

If your DVD player regularly locks up when you try to play back a DVD, your DVD player probably does not match the DVD's Region Code. Region Codes are a form of vendor lock-in. For example, you cannot play a DVD published in Japan (Region 2) on a DVD player in the United States (Region 1) without changing the Region Code of the DVD player (unless you own a region free DVD player). You can view or modify the Region Code of your DVD drive with the regionset tool. IconsPage?action=AttachFile&do=get&target=warning.png <
> The author of regionset writes: "On delivery, most DVD drives have no region code set. The drive firmware allows you to change the region code, but on nearly all drives you are limited to five (5) changes. After the fifth change, the DVD drive will stay fixed on that code -- on some drives you can upgrade the drive firmware and have then additional five changes, on other drives you won't be able to change the region code any more."

  • Most players (eg mplayer/vlc) with most DVD drives are able to ignore the value of the region setting. However, it must have been set to something; if it hasn't been initialized, even non-region-restricted DVDs won't play. Also, if it is necessary to crack the CSS key, it can sometimes take up to a few minutes to do so.
  • To change the Region Code of your DVD player, insert a DVD from your region in the DVD player, and do the following:
  • Install the regionset package from the Universe repositories.
  • To launch regionset, issue the command
regionset

Troubleshooting

  • Jerky Playback

If DVD playback is noticeably choppy or burning a CD/DVD is slower than it should be, then you may need to enable DMA transfer for the DVD drive. See the DMA (Direct Memory Access) page for details.

  • Decryption errors

If you've installed libdvdcss2 as described above, it should Just Work. However, I had to `chmod 660 /dev/sr0; chgrp cdrom /dev/sr0` (replace with the path to your dvd drive) in order to get videos to play.

  • No Sound

If you don't hear any sound, click System -> Preferences -> Sounds. Then click a sound in the bottom list, and make sure that it's not already selected. You should hear the sound you selected. If not, make sure your speakers are working and that your volume is up. Try clicking another sound in the list, after ajusting your volume. Also make sure your speakers are working. Once you're done, select the sound it was on before and click OK. Try downloading VLC Media Player by clicking Applications -> Ubuntu Software Centre or Applications -> Add/Remove Appications. Search for "VLC Media Player" and download the program with the orange cone icon. If you don't see an orange cone, the icon might be a cardboard box with all kinds of stuff sticking out of it. In that case, look at the discriptions. Install VLC and then use it to play your movie or DVD.