On Sun, Oct 05, 2003 at 07:32:33PM +0200, Michael Hunold wrote: > 3) mplayer -fs -vo directfb -vop expand=1280:1024:0:0:0 [...] > => output looks completely bogus, video is put in a small window at the > bottom left of the screen and does not have the right size, other boxes > with garbage are displayed randomly. After quitting, the screen can only > be restored with "dfblayer" > > 4) mplayer -fs -vo dfbmga:bes -vop expand=1280:1024 [...] > => does not work: > VO: [dfbmga] 1280x1024 => 1280x1024 Planar YV12 [fs] > vo_dfbmga: Video surface 1280x1024 YV12 > vo_dfbmga: Invalid BES configuration - Not supported!! > FATAL: Cannot initialize video driver. > (!) [16831: 98626.951] --> Caught signal 11 (at (nil), invalid address) <-- > [...]
The max size for the BES surface is 1024x1024 which is why vo_dfbmga fails. I assume vo_directfb falls back to using the primary layer and software colorspace conversion. To make expand work you have to convert the 1280x1024 to movie resolution. But that's now very nice to do every time the movie size changes. It should really be handled by the vo. -- Ville Syrj�l� [EMAIL PROTECTED] http://www.sci.fi/~syrjala/ -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
