Chinaunix首页 | 论坛 | 博客
  • 博客访问: 695923
  • 博文数量: 160
  • 博客积分: 8847
  • 博客等级: 中将
  • 技术积分: 1656
  • 用 户 组: 普通用户
  • 注册时间: 2010-11-25 16:46
个人简介

。。。。。。。。。。。。。。。。。。。。。。

文章分类

全部博文(160)

文章存档

2015年(1)

2013年(1)

2012年(4)

2011年(26)

2010年(14)

2009年(36)

2008年(38)

2007年(39)

2006年(1)

分类: LINUX

2007-06-02 00:02:09

Linux Mplayer
Linux 下播放电影比Windows下要方便的多,只要你喜欢,可以做任何你喜欢的事情.



tar jxvf MPlayer-1.0rc1.tar.bz2
cd MPlayer-1.0rc1
./configure --prefix=/usr/local/Mplayer
make
make install

Ok,The install is finished.
To Play a video:

1)Play vcd:
[root@liujun src]# /usr/local/Mplayer/bin/mplayer vcd://2

2)Play DVD:
/usr/local/Mplayer/bin/mplayer dvd://[title [start_title]-end_title] [options]

[root@liujun src]# /usr/local/Mplayer/bin/mplayer dvd://1-2
MPlayer 1.0rc1-3.2.3 (C) 2000-2006 MPlayer Team
CPU: Intel(R) Pentium(R) M processor 1.73GHz (Family: 6, Model: 13, Stepping: 8)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2

Playing dvd://1.
There are 6 titles on this DVD.
There are 3 chapters in this DVD title.
There are 1 angles in this DVD title.
audio stream: 0 format: ac3 (stereo) language: ko aid: 128.
audio stream: 1 format: ac3 (stereo) language: zh aid: 129.
number of audio channels on disk: 2.
subtitle ( sid ): 0 language: unknown
subtitle ( sid ): 1 language: unknown
number of subtitles on disk: 2
MPEG-PS file format detected.
VIDEO:  MPEG2  352x240  (aspect 2)  29.970 fps  1500.0 kbps (187.5 kbyte/s)
==========================================================================
Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
VDec: vo config request - 352 x 240 (preferred colorspace: Mpeg PES)
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.
Try adding the scale filter, e.g. -vf spp,scale instead of -vf spp.
VDecoder init failed :(
Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b
Selected video codec: [mpeg12] vfm: libmpeg2 (MPEG-1 or 2 (libmpeg2))
==========================================================================
==========================================================================
Opening audio decoder: [liba52] AC3 decoding with liba52
Using SSE optimized IMDCT transform
Using MMX optimized resampler
AUDIO: 48000 Hz, 2 ch, s16le, 80.0 kbit/5.21% (ratio: 10000->192000)
Selected audio codec: [a52] afm: liba52 (AC3-liba52)
==========================================================================
AO: [oss] 48000Hz 2ch s16le (2 bytes per sample)
Starting playback...
VDec: vo config request - 352 x 240 (preferred colorspace: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
VO: [xv] 352x240 => 352x264 Planar YV12
New_Face failed. Maybe the font path is wrong.  1 ??% ??% ??,?% 0 0
Please supply the text font file (~/.mplayer/subfont.ttf).
subtitle font: load_sub_face failed.
VDec: vo config request - 352 x 240 (preferred colorspace: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
VO: [xv] 352x240 => 352x264 Planar YV12
No bind found for key 'MOUSE_BTN0'.                         7% 3 0
a52: CRC check failed!  9.299 ct:  0.100 258/258 ??% ??% ??,?% 0 0
a52: error at resampling
A:4425.4 V:4425.4 A-V:  0.012 ct:  0.182 374/374  7%  0%  6.7% 1 0
Exiting... (Quit)

帮助:

------------The End------------

阅读(1789) | 评论(2) | 转发(0) |
给主人留下些什么吧!~~