找回密码
 注册
查看: 611|回复: 5

mplayer 播放视频难道都是一张张图片?

[复制链接]
发表于 2004-3-12 12:53:30 | 显示全部楼层 |阅读模式
[root@Fanlix video]# mplayer shurato17.rm
MPlayer 1.0pre3-3.2.3 (C) 2000-2003 MPlayer Team

CPU: Advanced Micro Devices Athlon MP/XP Thoroughbred 1873 MHz (Family: 6, Stepping: 1)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE

Reading config file /usr/local/etc/mplayer/mplayer.conf
Reading config file /home/gabucino/.mplayer/i_did_not_RTFM_carefully_enough...: 没有那个文件或目录
Reading config file /root/.mplayer/config
Reading /root/.mplayer/codecs.conf: 61 audio & 169 video codecs
font: can't open file: /root/.mplayer/font/font.desc
font: can't open file: /usr/local/share/mplayer/font/font.desc
Using Linux hardware RTC timing (1024Hz).
Can't open input config file /root/.mplayer/input.conf: 没有那个文件或目录
Can't open input config file /usr/local/etc/mplayer/input.conf: 没有那个文件或目录
Falling back on default (hardcoded) input config

Playing shurato17.rm.
Cache fill:  0.00% (0 bytes)    REAL file format detected.
skip_str: 12 bytes skipped
skip_str: 20 bytes skipped
======= WAVE Format =======
Format Tag: 28515 (0x6F63)
Channels: 2
Samplerate: 44100
avg byte/sec: 96469
Block align: 1400
bits/sample: 16
cbSize: 26
Unknown extra header dump: [18] [1] [10] [0] [19] [0] [78] [5] [10] [0] [1] [0] [0] [3] [8] [0] [0] [25] [0] [0] [0] [0] [0] [8] [0] [5]
===========================
skip_str: 12 bytes skipped
skip_str: 20 bytes skipped
skip_str: 0 bytes skipped
skip_str: 16 bytes skipped
Not audio/video stream or unsupported!
VIDEO:  RV30 [30202002,010A9030]  352x240  (aspect 0.00)  29.00 fps
Clip info:
name: shurato
author: myrion
copyright: myrion
==========================================================================
Opening audio decoder: [realaud] RealAudio decoder
opening shared obj '/usr/local/lib/codecs/cook.so.6.0'
Audio codec: [25] 96 Kbps Stereo Music - RA8
Audio bitrate: 96.469 kbit/s (12059 bps)
AUDIO: 44100 Hz, 2 ch, 16 bit (0x10), ratio: 12059->176400 (96.5 kbit)
Selected audio codec: [racook] afm:realaud (RealAudio COOK)
==========================================================================
Can't open /dev/fb0: 没有那个设备
[fbdev2] Can't open /dev/fb0: 没有那个设备
==========================================================================
Opening video decoder: [realvid] RealVideo decoder
opening shared obj '/usr/local/lib/codecs/drv3.so.6.0'
Selected video codec: [rv30] vfm:realvid (Linux RealPlayer 8 RV30 decoder)
==========================================================================
Checking audio filter chain for 44100Hz/2ch/16bit -> 44100Hz/2ch/16bit...
AF_pre: af format: 2 bps, 2 ch, 44100 hz, little endian signed int
AF_pre: 44100Hz 2ch Signed 16-bit (Little-Endian)
AO: [oss] 44100Hz 2ch Signed 16-bit (Little-Endian) (2 bps)
Building audio filter chain for 44100Hz/2ch/16bit -> 44100Hz/2ch/16bit...
Starting playback...
VDec: vo config request - 352 x 240 (preferred csp: Planar I420)
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
VDec: using Planar I420 as output csp (no 0)
Movie-Aspect is 1.47:1 - prescaling to correct movie aspect.
SwScaler: using unscaled Planar YV12 -> BGR 24-bit special converter
VO: [png] 352x240 => 352x240 BGR 24-bit  [fs]
PNG Warning: compression level set to 0, compression disabled!
PNG Info: Use the -z <n> switch to set compression level from 0 to 9.
PNG Info: (0 = no compression, 1 = fastest, lowest - 9 best, slowest compression)
A:   1.2 V:   0.6 A-V:  0.594 ct:  0.069   21/ 21  22% 131%  4.7% 18 0 98%

[root@Fanlix video]# ls
00000001.png  00000248.png  00000495.png  00000742.png  00000989.png
00000002.png  00000249.png  00000496.png  00000743.png  00000990.png


00000240.png  00000487.png  00000734.png  00000981.png  00001228.png
00000241.png  00000488.png  00000735.png  00000982.png  Rod_island12.RMVB
00000242.png  00000489.png  00000736.png  00000983.png  Rod_island13.RMVB
00000243.png  00000490.png  00000737.png  00000984.png  shurato17.rm

RH , text mplayer .
截图倒是方便了,
可是,有没有个能快速翻看图片的工具?
 楼主| 发表于 2004-3-12 12:57:11 | 显示全部楼层
use RealPlayer :
无法打开,提示:"段错误"
回复

使用道具 举报

发表于 2004-3-12 13:38:52 | 显示全部楼层

Realplayer的段错误

具体原因不祥,不过在KDE下会好一些。在gnome下有这个问题。
回复

使用道具 举报

发表于 2004-3-12 13:43:48 | 显示全部楼层
关于生成一堆png图片的问题,可能是配置的原因,我看到

VO: [png] 352x240 => 352x240 BGR 24-bit [fs]

这样的输出, 看看你在~/.mplayer/config文件里面有没有指定vo 或者直接使用

mplayer -vo xv a.rm
mplayer -vo x11 a.rm
mplayer -vo gl2 a.rm

来播放,取决于你的机器支持哪种video驱动
回复

使用道具 举报

发表于 2004-3-12 17:54:43 | 显示全部楼层
文本播放失败就是这种效果,我的也来了一回的
回复

使用道具 举报

发表于 2004-3-12 18:41:52 | 显示全部楼层
vo 不要使用 png 或 jpg
不然能把你的硬盘撑爆   
回复

使用道具 举报

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

本版积分规则

GMT+8, 2025-7-22 21:42 , Processed in 0.025012 second(s), 16 queries .

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

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