
Ubuntu日本語フォーラム

ログインしていません。
ubuntu13.04を使っています。
市販のDVDをkaffeineで再生すると音声は流れるのですが、映像が出力されません。
VLCやtotemを使うと再生すらされません。
/usr/share/doc/libdvdread4/install-css.sh
apt-get install libxine1-all-plugins
wget http://www.medibuntu.org/sources.list.d/`lsb_release -cs`.list --output-document=/etc/apt/sources.list.d/medibuntu.list; sudo apt-get -q update; sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring; sudo apt-get -q update
これらのコマンドはすべて行なっておりますが、うまく出来ませんでした。
どなたかkaffeineでの映像の出力を仕方を教えていただけませんか?
オフライン
下記のページは参考になりますでしょうか?
https://wiki.ubuntulinux.jp/UbuntuTips/Others/MedibuntuRepository
https://help.ubuntu.com/community/Medibuntu
Medibuntuリポジトリ追加の後、
パッケージのインストール
sudo apt-get install libdvdcss2
バイナリコーデックのインストール
i386:sudo apt-get install w32codecs
amd64:sudo apt-get install w64codecs
などの手順が記されています。
私はubuntu12.10ですが、これでtotemもVLCも再生できました。
オフライン