You are not logged in.
I want how to start mplayer with resize the window and the position on the screen
For positioning i can use geometry. For resize is tried screenw and screenh it does not work
Offline
You can use -zoom to resize mplayer window: -zoom -x ... -y ...
mplayer -zoom -x 600 -y 400 -geometry 50%:50% video_file
You could make an alias in .bashrc :
alias mplayer='mplayer -zoom -x 900 -y 600 -geometry 50%:50%'
Last edited by stressat (2011-10-13 08:59:15)
Offline