Top/article/Setting-to-watch-DVD-movies-on-Debian
English | Japanese
English | Japanese

Menu

  • Top
  • Akihiko Yamaguchi 山口 明彦
  • Project プロジェクト
  • Text テキスト
  • Recent articles 最近の記事
  • Articles 記事一覧 (a to z)
  • Search 検索

Tags タグ †

  • [c++][bash][python][latex][php]
  • [linux][windows][mac][android]
  • [math][algorithm][idea][trick]
  • [liboctave][opencv][git][ros]
  • [setting][bug][general]
↑

Recent articles 最近の記事 †

2019-07-02
  • article/Display-Unix-Time
  • article/Synchronize-Linux-Time-to-Remote
2018-09-27
  • article/python-multimode-singleton
2018-09-02
  • article/rosinstall-git-default-remote
2017-07-28
  • article/SubMenu
2017-03-05
  • article/Import-a-different-version-of-OpenCV-in-Python
2015-08-17
  • article/DRC-finals-2015
2015-01-05
  • article/Upgrade-Android-to-Lollipop
2015-01-01
  • article/Kernel-panic-of-Linux-when-using-Xtion
  • article/Do-not-skip-freeing-data-when-using-tri-mesh-in-ODE
Access: 2/2492 - Admin
These search terms have been highlighted:[linux]

Setting to watch DVD movies on Debian/Linux

Debian/Linux でDVD(映画)を見るための設定

[linux][setting]
2010-04-03

暗号化されたDVDをmplayerとかVLCで再生するとエラーが出る場合,libdvdread4, libdvdcss2 をインストールすると見られるようになる.

(取り合えず libdvdread4 パッケージはインストールされている前提で)

症状 †

暗号化されたDVDをmplayerとかVLCで再生すると,

libdvdread: Encrypted DVD support unavailable.

というエラーが出る.

↑

対策 †

エラーと一緒に「/usr/share/doc/libdvdread4/README.Debian を読め」などと書いてくれるので,それを見ればいい.面倒な人は以下を:

1. /etc/apt/sources.list に追加:

# Unofficial Maintainers (squeeze/testing releases)
# Note: This repository is not yet populated.
deb http://unofficial.debian-maintainers.org/ sid main contrib non-free restricted
deb-src http://unofficial.debian-maintainers.org/ sid main contrib non-free restricted

2. コマンドを実行:

% sudo apt-get update
% sudo apt-get -f install libdvdcss2

以上.

/etc/apt/sources.list を編集したくない人は, http://unofficial.debian-maintainers.org/ に行って,libdvdcss をダウンロード,「dpkg -i XXX」でインストールすればいい.

% wget http://archive.debian-maintainers.org/unofficial/packages/libdvdcss/1.2.10-1_i386/libdvdcss2_1.2.10-1_i386.deb
% sudo dpkg -i libdvdcss2_1.2.10-1_i386.deb
↑

なんで最初から見られないの? †

/usr/share/doc/libdvdread4/README.Debian によると,

Many DVDs use CSS[0]. To play these discs, a special library is needed to decode them, libdvdcss. Due to legal problems in some particular countries, Debian does not distribute libdvdcss.

If it is legal for you to use CSS in your juristiction, you can:

...

ということらしい.




Last-modified:2015-01-01 (Thu) 09:17:07 (3805d)
Site admin: Akihiko Yamaguchi.
Written by: Akihiko Yamaguchi.
System: PukiWiki 1.5.0. PHP 5.2.17. HTML conversion time: 0.009 sec.