怎样打开 linux的多媒体播放器

怎样打开 linux的多媒体播放器,第1张

系统自带的多媒体 ? 在桌面下可以直接打开

也可以选成默认播放器,和在windows下一样,

不过建议安装个mplayer , 支持的格式多.

而且在终端下打开也非常方便

比如 在终端下输入 mplayer 3.mp3 就可以播放名字为3的歌曲

1。下载mplayer,解码器

MPlayer-1.0pre8(有更新版的,建议用这个版本)

官方解码器:

essential-20061022.tar.bz2

官方win32_CODES-all:

windows-essential-20061022.zip

2 。安装codec(键盘输入请仔细)

tar vjxf essential-20061022.tar.bz2

mv essential-20061022 /usr/lib/codes

chmod 644 /usr/lib/codes/*

chown root.root /usr/lib/codes/*

unzip windows-essential-20061022.zip

mv windows-essential-20061022 /usr/lib/wincodes

chmod 644 /usr/lib/wincodes/*

chown root.root /usr/lib/wincodes/*

3。安装MPlayer

tar vjxf MPlayer-1.0pre8.tar.bz2

cd MPlayer-1.0pre8

./configure --prefix=/usr/local/mplayer/ --enable-gui --enable-freetype --with-codecsdir=/usr/lib/codes/ --with-win32libdir=/usr/lib/wincodes/ --disable-gcc-checking --language=zh_CN

make

make的时间相当的长。输入 make 命令后,建议您听完三首mp3或者吃完饭后再回来继续。

make install


欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/yw/8693866.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2023-04-20
下一篇2023-04-20

发表评论

登录后才能评论

评论列表(0条)

    保存