ubuntu下安装totem-xine和安装w32codecs
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
ubuntu下安装totem-xine和安装w32codecs
作者: LiYan 发布日期: 2006-11-24 查看数: 3230 出自: http://www.linuxdiyf.com
原创者:finddream 出处:http://blog.chinaunix.net/u/17141/showart_205377.html
最近安装了ubuntu6.10,感觉非常不错,就计划把它作为自己工作界面,又因为本人是个音乐影视迷,需要一款满足自己日常使用的多媒体播放软件,就网上四处寻找资料,最后自己实践后感觉很满意,把这些信息传到blog和大家一起分享。
安装totem-xine
ubuntu6.10在安装的时候系统自带了totem播放器,可是支持的格式比较少,就准备把它卸载,安装totem-xine,
$sudo apt-get install libxine-extracodecs totem-xine
系统自动卸载totem,然后安装以xine为后端的totem-xine播放器。
安装w32codecs
toemt-xine已经安装成功,可是因为经常要播放rm,rmvb等文件,就需要安装w32codecs解码器,可能是因为版权问题,网上很多w32codecs.deb文件都不能正常使用,无意中找到了ubuntu台湾的wiki,找到了相关的资料。安装如下:
#sudo echo "deb http://apt.ubuntu.org.tw ubtw-testing/" >> /etc/apt/sources.list
$sudo apt-get update
$sudo apt-get install w32codecs
成功安装了w32codecs,可是totem默认的解码器地址为/usr/lib/codecs,而下载安装的w32codecs为/usr/lib/win32,那么直接作一个软连接:
$sudo ln -s /usr/lib/codecs /usr/lib/win32
配置成功,能满足自己日常的多媒体播放器的需求。
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献3条内容
所有评论(0)