Opened 15 years ago

Last modified 13 years ago

#1411 new defect

mplayer fbdev

Reported by: ps-slava@… Owned by: reimar
Priority: normal Component: vo
Version: HEAD Severity: normal
Keywords: Cc: ps-slava@…
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

I'm sorry for my bad english.

when I run "mplayer -vo fbdev {my video file}", cause error:

AVI file format detected.
[aviheader] Video stream found, -vid 0
[aviheader] Audio stream found, -aid 1
VIDEO: [DIV3] 512x384 24bpp 25.000 fps 447.3 kbps (54.6 kbyte/s)
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffdivx] vfm: ffmpeg (FFmpeg DivX ;-) (MSMPEG-4 v3))
==========================================================================
==========================================================================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 22050 Hz, 2 ch, s16le, 64.0 kbit/9.07% (ratio: 8000->88200)
Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
AO: [oss] 22050Hz 2ch s16le (2 bytes per sample)
Starting playback...
VDec: vo config request - 512 x 384 (preferred colorspace: Planar YV12)
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is undefined - no prescaling applied.
[swscaler @ 0x89275c0]using unscaled yuv420p -> rgb32 special converter
VO: [fbdev] 512x384 => 512x384 BGRA
visual: 3 not yet supported
FATAL: Cannot initialize video driver.
VDec: vo config request - 512 x 384 (preferred colorspace: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is undefined - no prescaling applied.
VO: [fbdev] 512x384 => 512x384 BGRA
visual: 3 not yet supported
FATAL: Cannot initialize video driver.

FATAL: Could not initialize video filters (-vf) or video output (-vo).

Exiting... (End of file)

I'm tried fbdev2, but error same.
I download mplayer source from official site (svn snapshot 2009.02.20), I compile it:

./configure
make
make install

If I use default video driver ("mplayer {file}"), it's work. But I wanf framebuffer.

p.s.
$ mplayer -vo help|grep fb

fbdev Framebuffer Device
fbdev2 Framebuffer Device

Change History (2)

comment:1 by ps-slava@…, 15 years ago

Cc: ps-slava@… added

p.s. my system is:
Pentium Celeron Coppermine
Slackware Linux 12.2

comment:2 by compn, 13 years ago

Owner: changed from beastd to reimar
Note: See TracTickets for help on using tickets.