|
|
informations here:
- $ mplayer -vo gl2 xh06.rmvb
- MPlayer dev-SVN-r26753-4.2.3 (C) 2000-2008 MPlayer Team
- CPU: Intel(R) Core(TM)2 Duo CPU T5470 @ 1.60GHz (Family: 6, Model: 15, Stepping: 13)
- CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
- Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2
- Playing xh06.rmvb.
- REAL file format detected.
- Stream description: Audio Stream
- Stream mimetype: audio/x-pn-realaudio
- [real] Audio stream found, -aid 0
- Stream description: Video Stream
- Stream mimetype: video/x-pn-realvideo
- [real] Video stream found, -vid 1
- Stream mimetype: logical-fileinfo
- VIDEO: [RV40] 640x480 24bpp 23.000 fps 0.0 kbps ( 0.0 kbyte/s)
- Clip info:
- comment:
- ==========================================================================
- Opening video decoder: [realvid] RealVideo decoder
- Win32 LoadLibrary failed to load: drvc.so, /usr/lib/win32/drvc.so, /usr/local/lib/win32/drvc.so
- Read the RealVideo section of the DOCS!
- VDecoder init failed :(
- Opening video decoder: [realvid] RealVideo decoder
- Win32 LoadLibrary failed to load: drvc.dll, /usr/lib/win32/drvc.dll, /usr/local/lib/win32/drvc.dll
- Read the RealVideo section of the DOCS!
- VDecoder init failed :(
- Opening video decoder: [realvid] RealVideo decoder
- Win32 LoadLibrary failed to load: drv4.so.6.0, /usr/lib/win32/drv4.so.6.0, /usr/local/lib/win32/drv4.so.6.0
- Read the RealVideo section of the DOCS!
- VDecoder init failed :(
- Opening video decoder: [realvid] RealVideo decoder
- Win32 LoadLibrary failed to load: drv43260.dll, /usr/lib/win32/drv43260.dll, /usr/local/lib/win32/drv43260.dll
- Read the RealVideo section of the DOCS!
- VDecoder init failed :(
- Opening video decoder: [realvid] RealVideo decoder
- Win32 LoadLibrary failed to load: drvc.bundle/Contents/MacOS/drvc, /usr/lib/win32/drvc.bundle/Contents/MacOS/drvc, /usr/local/lib/win32/drvc.bundle/Contents/MacOS/drvc
- Read the RealVideo section of the DOCS!
- VDecoder init failed :(
- Read DOCS/HTML/en/codecs.html!
- ==========================================================================
- ==========================================================================
- Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
- AUDIO: 22050 Hz, 2 ch, s16le, 44.1 kbit/6.25% (ratio: 5512->88200)
- Selected audio codec: [ffcook] afm: ffmpeg (FFmpeg COOK audio decoder)
- ==========================================================================
- AO: [oss] 22050Hz 2ch s16le (2 bytes per sample)
- Video: no video
- Starting playback...
- Exiting... (Quit)
复制代码
- $ ls -l /usr/lib/win32 | grep drv
- lrwxrwxrwx 1 root root 25 May 20 12:54 drv2.so.6.0 -> /usr/lib/real/drv2.so.6.0
- lrwxrwxrwx 1 root root 25 May 20 12:54 drv3.so.6.0 -> /usr/lib/real/drv3.so.6.0
- lrwxrwxrwx 1 root root 25 May 20 12:54 drv4.so.6.0 -> /usr/lib/real/drv4.so.6.0
- lrwxrwxrwx 1 root root 21 May 20 12:54 drvc.so -> /usr/lib/real/drvc.so
- -rw-r--r-- 1 root root 391680 May 20 12:54 i263_32.drv
- -rw-r--r-- 1 root root 167696 May 20 12:54 msh261.drv
- -rw-r--r-- 1 root root 82432 May 20 12:54 vdowave.drv
复制代码
- USE flag of mplayer
- media-video/mplayer-1.0_rc2_p26753 USE="X a52 aac alsa bindist bl doc dts dvb dvd encode fbcon ftp gif gtk iconv ipv6 jpeg libcaca mad mmx mp3 musepack nas opengl oss png quicktime real sdl sse sse2 ssse3 svga theora truetype unicode vorbis win32codecs x264 xscreensaver xv xvid -3dnow -3dnowext -aalib (-altivec) -amrnb -amrwb -arts -bidi -cddb -cdio -cdparanoia -cpudetection -custom-cflags -debug -dga -directfb -dv -enca -esd -ggi -jack -joystick -ladspa -lirc -live -lzo -md5sum -mmxext -mp2 -nemesi -openal -pnm -pulseaudio -radio -rar -rtc -samba -speex -srt -teletext -tga -v4l -v4l2 -vidix -xanim -xinerama -xvmc -zoran" VIDEO_CARDS="vesa -mga -s3virge -tdfx"
复制代码 |
|