You are not logged in.
Hi does anyone know how to stop mplayer from auto resizing when you load a video??
I have searched everywhere and i am suprised it's not an option in preferences
Cheers
Last edited by joco2 (2007-08-12 12:07:25)
Offline
I missing the point, do you want seeing movie distorted?
Offline
Not particularly, but i would like to have the window stay in it's normal default size when i open a video rather than being too big or too small.
any ideas on how i can force it to open videos at a particular size?
Cheers James
Offline
Look into devilspie, you could write a rule for it to resize mplayer to specific size.
Offline
I am pretty sure mplayer resizes itself in order to have one monitor pixel per one movie pixel in one dimension and the other dimension is calculated differently if the movie uses non square pixels (like DVDs).
About your problem, try reading -vf scale in mplayer man.
Offline
You could just add
xy=600
to your ~/.mplayer/config file
mplayer will then set the width of the video to 600 pixels, and scale the height according
to the movies aspect ratio.
Offline
Cool,
adding xy=600 to the config file fixes my problem
Thanks
Offline