Videoを再生したい(MPEG) source編

(RedHatLinux8.0 + xine-lib1.1Beta8 + xine-ui-0.9.19)


【用意するもの】
xineに関するページはhttp://xinehq.de/

今回はつぎのファイルをhttp://cambuca.ldhs.cetuc.puc-rio.br/xine/からダウンロード

[注意]
とくになし

【インストール】
ダウンロードしたファイルは/usr/local/src/xineにコピーしておく。
インストールの手順はhttp://xinehq.de/index.php/faq#BUILDINGあるので、これに従う。

[xineのインストール]

cd /usr/local/src/xine
tar xvzf xine-lib-1-beta8.tar.gz
cd xine-lib-1-beta8
./configure
make
make install

[/etc/ld.so.confの修正]
/etc/ld.so.confに/usr/local/libを追加する。追加後はldconfigコマンドを実行する。

vi /etc/ld.so.conf
   .... /usr/local/libを追加 ....

ldconfig

[xine-uiのインストール]

cd /usr/local/src/xine
tar xvzf xine-ui-0.9.19.tar.gz
cd xine-ui-0.9.19
./configure
make
make install

[gxineのインストール](省略可)

cd /usr/local/src/xine
tar xvzf gxine-0.3.1.tar.gz
cd gxine-0.3.1
./configure
make
make install

【使い方】
xine[Enter]でxineが立ち上がる。マウス右ボタンでメニューが開くので、Openを選び、開きたいファイルを指定する。

screen shop xine
screen shot

【テスト】
このファイル(sp02c.mpg  MPEG1)が再生できれば問題はありません。


技術資料