![]() ![]() |
Jul 12 2006, 11:33 AM
Post
#1
|
|
|
Group: Members Posts: 82 Joined: 23-April 06 From: Buenos Aires Member No.: 9,684 |
Hi!!
I' m trying to watch a 320x240 mpg on my zaurus sl-5500 (Hentges) using mplayer from the shell. If I play the file whitot any option (no -fs or -vf rotate=...) I see a streched video in portraid mode. Previosly rotating the screen in opie makes no diference (in gpe was enough). Reading the mplayer man page I tried to use the "-vf rotate=2" option, these one rotates the image but itr crops it. The option "-fs" (full screen) makes no diference. Any sugestion? Thanks |
|
|
|
Jul 12 2006, 10:36 PM
Post
#2
|
|
|
Group: Members Posts: 54 Joined: 12-November 05 From: Israel Member No.: 8,524 |
QUOTE(samot @ Jul 12 2006, 09:33 PM) Hi!! I' m trying to watch a 320x240 mpg on my zaurus sl-5500 (Hentges) using mplayer from the shell. If I play the file whitot any option (no -fs or -vf rotate=...) I see a streched video in portraid mode. Previosly rotating the screen in opie makes no diference (in gpe was enough). Reading the mplayer man page I tried to use the "-vf rotate=2" option, these one rotates the image but itr crops it. The option "-fs" (full screen) makes no diference. Any sugestion? Thanks I use the following script: CODE #! /bin/sh ### disable screen saver and suspend, qcop QPE/System 'setScreenSaverMode(int)' 2 qcop QPE/System 'setScreenSaverIntervals(int,int,int)' 0 0 0 ### set screen mode to 200x320, fbset -n -xres 200 -yres 320; ### run mplayer, mplayer -flip -vf mirror -ac mad -ao oss -framedrop -really-quiet $@; ### set resolution back to 640x480, fbset -n -xres 640 -yres 480; ### enable screen saver and suspend, qcop QPE/System 'setScreenSaverIntervals(int,int,int)' -1 -1 -1 qcop QPE/System 'setScreenSaverMode(int)' 100 ### refresh screen, qcop "QPE/System" "applyStyle()"; on my c860, this works great. Maybe, with the new release using alsa the -ac mad -ao oss should changed somehow. YoG |
|
|
|
Jul 13 2006, 07:54 AM
Post
#3
|
|
|
Group: Members Posts: 82 Joined: 23-April 06 From: Buenos Aires Member No.: 9,684 |
Guess what? accidentally I pressed the "c" key when playing a video on portrait mode and it rotated it to landscape just as I wanted. Performance is not too good, I get some droped frames, but I can finally watch Duckman!!!
Thats the problem of not having onboard man pages... |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 19th June 2013 - 06:15 PM |