[MPlayer-users] fbdev: screensize is smaller than video size

Carl Karsten carl at personnelware.com
Fri Jul 11 23:46:28 CEST 2003


Well, it almost worked...

Using the same conf file (below) this works fine: (full screen, centered)
$ mplayer TimeBandits.avi

but this doesn't play:
$ mplayer dvd://1
fbdev: screensize is smaller than video size

It will play if I take out the fs=yes, but then TimeBandits ends up on the top of the screen (not centered) and I can't figure out
how to move it.  -geometry and -y didn't do anything for me.

I get the feeling that fs should be all I need, but it isn't flying.  Is there a bug in here?

Carl K

# .mplayer/config
fs=yes
lirc=no
joystick=no
framedrop=yes
font=/usr/share/mplayer/iso-8859-1/arial-14/font.desc
vo=fbdev
xy=640
af=volume=20
# end of .mplayer/config


$ mplayer dvd://1
Using GNU internationalization
Original domain: messages
Original dirname: /usr/share/locale
Current domain: mplayer
Current dirname: /usr/local/share/locale


MPlayer dev-CVS-030702-10:02-3.2.2 (C) 2000-2003 Árpád Gereöffy (see DOCS)

CPU: Intel Celeron 2/Pentium III Coppermine,Geyserville (Family: 6, Stepping: 3)
Detected cache-line size is 32 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 0
Compiled for x86 CPU with extensions: MMX MMX2 SSE

Reading config file /usr/local/etc/mplayer/mplayer.conf: No such file or directory
Reading config file /home/carl/.mplayer/config
Reading /home/carl/.mplayer/codecs.conf: can't open '/home/carl/.mplayer/codecs.conf': No such file or directory
Reading /usr/local/etc/mplayer/codecs.conf: 60 audio & 149 video codecs
Failed to open /dev/rtc: No such device (mplayer should be setuid root or /dev/rtc should be readable by the user.)
Font /usr/share/mplayer/iso-8859-1/arial-14/font.desc loaded successfully! (206 chars)
Using usleep() timing
Can't open input config file /home/carl/.mplayer/input.conf : No such file or directory
Can't open input config file /usr/local/etc/mplayer/input.conf : No such file or directory
Falling back on default (hardcoded) input config

Playing dvd://1
Reading disc structure, please wait...
There are 35 titles on this DVD.
There are 38 chapters in this DVD title.
There are 1 angles in this DVD title.
DVD successfully opened.
MPEG-PS file format detected.
VIDEO:  MPEG2  720x480  (aspect 3)  29.97 fps  7500.0 kbps (937.5 kbyte/s)
==========================================================================
Opening audio decoder: [liba52] AC3 decoding with liba52
Using SSE optimized IMDCT transform
AC3: 5.1 (3f+2r+lfe)  48000 Hz  384.0 kbit/s
Using MMX optimized resampler
AUDIO: 48000 Hz, 2 ch, 16 bit (0x10), ratio: 48000->192000 (384.0 kbit)
Selected audio codec: [a52] afm:liba52 (AC3-liba52)
==========================================================================
==========================================================================
Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
VDec: vo config request - 720 x 480 (preferred csp: Mpeg PES)
Could not find matching colorspace - retrying with -vop scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.
VDecoder init failed :(
Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.3.1
Selected video codec: [mpeg12] vfm:libmpeg2 (MPEG 1 or 2 (libmpeg2))
==========================================================================
Checking audio filter chain for 48000Hz/2ch/16bit -> 48000Hz/2ch/16bit...
AF_pre: af format: 2 bps, 2 ch, 48000 hz, little endian signed int
AF_pre: 48000Hz 2ch Signed 16-bit (Little-Endian)
AO: [oss] 48000Hz 2ch Signed 16-bit (Little-Endian) (2 bps)
Building audio filter chain for 48000Hz/2ch/16bit -> 48000Hz/2ch/16bit...
Starting playback...
VDec: vo config request - 720 x 480 (preferred csp: Planar YV12)
Could not find matching colorspace - retrying with -vop scale...
Opening video filter: [scale]
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
SwScaler: using unscaled Planar YV12 -> BGR 24-bit special converter
VO: [fbdev] 720x480 => 853x480 BGR 24-bit  [fs]
FATAL: Cannot initialize video driver.

FATAL: Could not initialize video filters (-vop) or video output (-vo).
fbdev: screensize is smaller than video size

Exiting... (End of file)



More information about the MPlayer-users mailing list