找回密码
 注册
查看: 680|回复: 10

安装mplayer后无法运行!大家帮忙看看!谢谢

[复制链接]
发表于 2004-6-13 11:38:37 | 显示全部楼层 |阅读模式
MPlayer 1.0pre3-3.2.2 (C) 2000-2003 MPlayer Team

CPU: Intel Celeron 2/Pentium III Tualatin 1120 MHz (Family: 6, Stepping: 1)
Detected cache-line size is 32 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 0
Compiled for x86 CPU with extensions: MMX MMX2 SSE

Reading config file /usr/local/etc/mplayer/mplayer.conf: 没有那个文件或目录
Reading config file /root/.mplayer/config
MPlayer was compiled WITHOUT GUI support.
Reading /root/.mplayer/codecs.conf: 61 audio & 169 video codecs
Usage:   mplayer [options] [url|path/]filename

Basic options: (complete list in the man page)
-vo <drv[]>  select video output driver & device ('-vo help' for a list)
-ao <drv[]>  select audio output driver & device ('-ao help' for a list)
vcd://<trackno>   play VCD (Video CD) track from device instead of plain file
dvd://<titleno>   play DVD title from device instead of plain file
-alang/-slang    select DVD audio/subtitle language (by 2-char country code)
-ss <timepos>    seek to given (seconds or hh:mm:ss) position
-nosound         do not play sound
-fs              fullscreen playback (or -vm, -zoom, details in the man page)
-x <x> -y <y>    set display resolution (for use with -vm or -zoom)
-sub <file>      specify subtitle file to use (also see -subfps, -subdelay)
-playlist <file> specify playlist file
-vid x -aid y    select video (x) and audio (y) stream to play
-fps x -srate y  change video (x fps) and audio (y Hz) rate
-pp <quality>    enable postprocessing filter (details in the man page)
-framedrop       enable frame dropping (for slow machines)

Basic keys: (complete list in the man page, also check input.conf)
<-  or  ->       seek backward/forward 10 seconds
up or down       seek backward/forward  1 minute
pgup or pgdown   seek backward/forward 10 minutes
< or >           step backward/forward in playlist
p or SPACE       pause movie (press any key to continue)
q or ESC         stop playing and quit program
+ or -           adjust audio delay by +/- 0.1 second
o                cycle OSD mode:  none / seekbar / seekbar + timer
* or /           increase or decrease PCM volume
z or x           adjust subtitle delay by +/- 0.1 second
r or t           adjust subtitle position up/down, also see -vf expand

* * * SEE THE MAN PAGE FOR DETAILS, FURTHER (ADVANCED) OPTIONS AND KEYS * * *
发表于 2004-6-13 12:23:40 | 显示全部楼层
http://www.linuxsir.org/postnuke/modules.php?op=modload&name=News&file=article&sid=1768&mode=thread&order=0&thold=0

照这里的方法安装吧,我已经安装成功了,在RH8 下装的。之前在RH9下装用中文字体,后来有点小毛病,现在在RH8下装不用中文字体,已经正常。
回复

使用道具 举报

 楼主| 发表于 2004-6-13 19:19:43 | 显示全部楼层
谢谢!再试试看!这一行得怎么解决:
Reading config file /usr/local/etc/mplayer/mplayer.conf: 没有那个文件或目录
回复

使用道具 举报

 楼主| 发表于 2004-6-13 21:08:07 | 显示全部楼层
55555555!问题还是不能解决,跟上面的问题一样,大虾们帮帮我呀!着急啊!
回复

使用道具 举报

发表于 2004-6-15 00:04:49 | 显示全部楼层
按照上面那个地址的方法装,感觉已经相当完美了。
RH8,RH9
回复

使用道具 举报

 楼主| 发表于 2004-6-15 00:18:11 | 显示全部楼层
楼上的,谢谢你的回复,不知道什么问题装完以后就是不能运行!可不可以把这个文件发给我(mplayer.conf)!email:[email protected]
Reading config file /usr/local/etc/mplayer/mplayer.conf: 没有那个文件或目录
回复

使用道具 举报

发表于 2004-6-18 00:54:34 | 显示全部楼层
Reading config file /usr/local/etc/mplayer/mplayer.conf: 没有那个文件或目录
Reading config file /root/.mplayer/config
Reading /root/.mplayer/codecs.conf: Can't open '/root/.mplayer/codecs.conf': 没
有那个文件或目录
Reading /usr/local/etc/mplayer/codecs.conf: Can't open '/usr/local/etc/mplayer/codecs.conf': 没有那个文件或目录

一样的问题,等待高手的答案...
Redhat 9.0
回复

使用道具 举报

发表于 2004-6-18 01:11:08 | 显示全部楼层
很正常啊,没看出有什么问题~~

如果想要图形界面,编译的时候要加参数 ./configure --enable-gui 编译好后运行 gmplayer  

#mplayer file name
回复

使用道具 举报

发表于 2004-6-18 01:45:29 | 显示全部楼层
楼下这位大哥,我已经手动拷贝了config和codecs.conf
但就是找不到mplayer.conf
等待大家的回答,谢谢了!!!
回复

使用道具 举报

发表于 2004-6-18 02:48:51 | 显示全部楼层
多谢个位的帮助,现在已经没有问题了...最后的办法是用gmplayer启动...
尽管还有些问题...但相信自己能够解决...
对了,顺便高速大家一声,在MPlayer-1.0pre4包中有一个Readme...相信这个东西会对大家很有用...
回复

使用道具 举报

发表于 2004-6-18 03:11:18 | 显示全部楼层
gmplayer能用。mplayer就一定能用

mplayer是在字符模式下用的,你直接在终端里打mplayer 当然只会出现版本信息和基本的说明。

mplayer最基本的用法是 mplayer [options] [ file | URL | playlist | - ]   
更多的操作 自己去看man 或者用 mplayer -help

你们上面所说的那些都不能算是问题。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2025-7-26 15:38 , Processed in 0.027262 second(s), 16 queries .

© 2001-2025 Discuz! Team. Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表