当前位置: 首页 > 图文教程 > 操作系统 > Unix/Linux > Linux Mplayer播放各种格式的电影

Unix/Linux
VSFTPD服务器架设菜鸟手记
谈一下使用 rsync for windows 的感受
请问LINUX下如何看在何种模式下工作?急
在字符界面下,如何更改文件夹的显示色彩
我的mysql筆記
我的安裝打印機筆記
转向
右键慢问题
财务软件SQL-Ledger Accounting
终于有了突破
优龙板子问题的解决
romfs.img,image.rom,image.ram(1)
image.ram、image.rom、romfs.img(2)
image.rom,image.ram,romfs.img(3)
我所遇见的鬼
OFFICE有鬼 2005年1月8日
linux比女友亲的十大理由top10 !
Xwindo
Shell 编程
bash编程教学实例

Unix/Linux 中的 Linux Mplayer播放各种格式的电影


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2010-01-16   浏览: 190 ::
收藏到网摘: n/a

在Linux下使用Mplayer播放各种格式的电影,这个步骤需要使用linva仓库。
使用root执行命令。
yum install mplayer mplayer-gui mplayerplug-in mplayer-doc mplayer-fonts
安装结束后mplayer就安装成功了。
使用普通用户执行mplayer会出现如下信息:
[jzhenyon@dhcp-0-151 scsi]$ mplayerMPlayer 1.0rc2-4.1.2 (C) 2000-2007 MPlayer TeamCPU: Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz (Family: 6, Model: 15, Stepping: 6)CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1Compiled with runtime CPU detection.Usage: mplayer [options] [url|path/]filename.......
也可以执行gmplayer,会出现一个图形对话框。
接下来需要安装解码器。
从下面的网页下载一个最新的解码器。
http://www1.mplayerhq.hu/MPlayer/releases/codecs/
并且把其中的文件解压之后放入/usr/lib/codecs目录下。
tar xvjf all-20061022.tar.bz2 -C /tmp
cp /tmp/all-20061022/* /usr/lib/codecs
然后找一个rmvb文件测试。
执行如下命令
mplayer test.rmvb

gmplaer test.rmvb
都可以播放这个电影。
firefox可以使用mplayerplug-in来作为插件来播放网页中的视频。