Ubuntu14.10安装mplayer_1.1.1+20150226+svn37375-dmo4_i386.deb折腾

Totem,mplayer,sopcast,realplayer,bmp
回复
头像
drc1234
帖子: 632
注册时间: 2008-08-31 10:09

Ubuntu14.10安装mplayer_1.1.1+20150226+svn37375-dmo4_i386.deb折腾

#1

帖子 drc1234 » 2015-03-06 12:28

Ubuntu14.10 i386 的mplayer2有缺点,快进rmvb文件声音,图像会出错。
在网上用GOOGLE 谷谷搜 mplayer svn deb
搜出个mplayer_1.1.1+20150226+svn37375-dmo4_i386.deb,编译时间非常新,就下载来看看
下载地址
http://deb-multimedia.org/pool/main/m/m ... player-dmo
在新立得删除旧的mplayer2
在终端安装mplayer_1.1.1+20150226+svn37375-dmo4_i386.deb
sudo dpkg -i mplayer_1.1.1+20150226+svn37375-dmo4_i386.deb
结果提示依赖不够
只好
sudo apt-get -f install
安装上了几个依赖,但仍提示需要依赖libgnutls-deb0-28 libmp3lame0 libjpeg62-turbo libx264-146
libgnutls-deb0-28 要3.3.x 以上版本,而14.10只提供3.2.16,难搞。其它几个可网上下载
libjpeg62-turbo_1.3.1-11_i386.deb
libmp3lame0_3.99.5-dmo3_i386.deb
libx264-146_0.146.2538+git121396c-dmo1_i386.deb安装时先删除原有旧版本
网上搜到libgnutls-deb0-28 Ubnutu15.04支持3.3.x了,就在软件源加入deb http://ftp.sjtu.edu.cn/ubuntu/ vivid main
刷新后,升级libgnutls-deb0-28 到3.3.8
依赖安装完成,重新终端sudo dpkg -i mplayer_1.1.1+20150226+svn37375-dmo4_i386.deb
终于安装成功mplayer
在rmvb视频文件上点右键,选择使用其它应用程序打开----使用自定义命令下 键入mplayer 点打开,就能播放了
旧版本mplayer的问题解决。
打开/home/你的主文件夹名/.mplayer/
修改config 添加vo=gl 支持12345678 调节亮度等

记录源
deb http://ftp.de.debian.org/debian sid main
Asia
ftp.cn.debian.org/debian deb http://ftp.cn.debian.org/debian sid main
ftp.jp.debian.org/debian
ftp.kr.debian.org/debian
ftp.hk.debian.org/debian
ftp.tw.debian.org/debian

deb ftp://ftp.deb-multimedia.org wheezy main non-free
回复