- 论坛徽章:
- 0
|
./configure --enable-gui
make
再make install
可以用gmplayer运行,但报*.ttf文件没找到。
还会报VO也没有,无法使用。
[root@localhost MPlayer-1.0rc2]# gmplayer
MPlayer 1.0rc2-4.1.2 (C) 2000-2007 MPlayer Team
CPU: Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz (Family: 6, Model: 15, Stepping: 11)
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
New_Face failed. Maybe the font path is wrong.
Please supply the text font file (~/.mplayer/subfont.ttf).
subtitle font: load_sub_face failed.
New_Face failed. Maybe the font path is wrong.
Please supply the text font file (~/.mplayer/subfont.ttf).
subtitle font: load_sub_face failed.
Playing /media/学习资料/LINUX视频教程/系统管理1/CHAP05.AVI.
AVI file format detected.
[aviheader] Video stream found, -vid 0
[aviheader] Audio stream found, -aid 1
VIDEO: [tscc] 720x400 16bpp 15.000 fps 23.3 kbps ( 2.8 kbyte/s)
[VO_XV] It seems there is no Xvideo support for your video card available.
[VO_XV] Run 'xvinfo' to verify its Xv support and read
[VO_XV] DOCS/HTML/en/video.html#xv!
[VO_XV] See 'mplayer -vo help' for other (non-xv) video out drivers.
[VO_XV] Try -vo x11.
Error opening/initializing the selected video_out (-vo) device.
==========================================================================
Opening audio decoder: [pcm] Uncompressed PCM audio decoder
AUDIO: 8000 Hz, 2 ch, u8, 128.0 kbit/100.00% (ratio: 16000->16000)
Selected audio codec: [pcm] afm: pcm (Uncompressed PCM)
==========================================================================
AO: [oss] 8000Hz 2ch u8 (1 bytes per sample)
Video: no video
Starting playback...
A: 1.9 (01.9) of 4432.5 ( 1:13:52.5) 0.0%
Exiting... (Quit)
[root@localhost MPlayer-1.0rc2]#
图形界面已经出来,单击右键,发现惊喜。有菜单,还有preferences的选项。
里面有font与video选项,这是正是报错的两个对应的选项吗?
快点配置它。我的TTF文件在/usr/share/X11/fonts/TTF/luxisbi.ttf
并把VIDEO改为X11。再运行,一切OK。
到此我的MPLAYER运行正常了。希望对安装MPLAYER的人有所帮助。
 |
|