各位好:
我使用ubuntu系統!!
以下是我編譯的過程,但始終無法成功撥放任何的影片或聲音
可以成功編譯,但文字模式下的mplayer就是沒影沒音
是哪邊沒設定到或是少安裝甚麼嗎?
1.官方下載原始碼
http://www.mplayerhq.hu/MPlayer/releases/mplayer-export-snapshot.tar.bz2
解壓後我放在/home/source
2.官方下在Linux x86 Binary code pagekage
Linux x86 20071007
http://www.mplayerhq.hu/MPlayer/releases/codecs/essential-20071007.tar.bz2
將其page的內容解壓複製到/usr/local/lib/codecs/
或是放到自己指定的資料夾,不過在./configure時 必須設定--codecsdir=位置
3.configure
./configure --prefix=/opt/mplayer
or
./configure --prefix=/opt/mplayer --codecsdir=CODE位置
3.編譯
make
make install
4.cd /opt/mplayer/bin
cp -H mplayer /bin
麻煩各位幫幫忙了!
謝謝
--
我使用ubuntu系統!!
以下是我編譯的過程,但始終無法成功撥放任何的影片或聲音
可以成功編譯,但文字模式下的mplayer就是沒影沒音
是哪邊沒設定到或是少安裝甚麼嗎?
1.官方下載原始碼
http://www.mplayerhq.hu/MPlayer/releases/mplayer-export-snapshot.tar.bz2
解壓後我放在/home/source
2.官方下在Linux x86 Binary code pagekage
Linux x86 20071007
http://www.mplayerhq.hu/MPlayer/releases/codecs/essential-20071007.tar.bz2
將其page的內容解壓複製到/usr/local/lib/codecs/
或是放到自己指定的資料夾,不過在./configure時 必須設定--codecsdir=位置
3.configure
./configure --prefix=/opt/mplayer
or
./configure --prefix=/opt/mplayer --codecsdir=CODE位置
3.編譯
make
make install
4.cd /opt/mplayer/bin
cp -H mplayer /bin
麻煩各位幫幫忙了!
謝謝
--
All Comments