You are not logged in.
Pages: 1
Hello.
I run archlinux without X.org. I am trying to play film with mplayer. I run mplayer -vo fbdev2 -fs FILE.avi -quiet, but film is still in original size. When I tried to play HD film, i became error, that screen resolution is not big enough. I have 1024x768 16M (0x318=792). Can I play film whith high and low resolution in full screen mode ?
I read manual pages mplayer, but I didn`t find anything special.
Thanks
Offline
Try
mplayer -vo fbdev2 -fs -zoom -x 1024 -y 768 file.avi
Thanks. It is super. I tried mplayer -vo fbdev2 -fs -zoom -screenx 1024 -screeny 768 FILE.avi, but it didn`t go.
Thanks.
Offline
mplayer -vo fbdev2 -fs -zoom -xy 1024
Offline
Oh, and what about subtitles with CP-1250 encoding?
Charset isn`t set good.
Encode to UTF-8 or what I have to do??
Thanks
Offline
use -subcp cp1250
Last edited by stojic (2008-12-29 15:12:34)
Offline
I tried mplayer -vo fbdev2 -fs -zoom -screenx 1024 -screeny 768 FILE.avi, but it didn`t go.
FYI, it's -screenw and -screenh. man mplayer is a long and detailed read, but it can be worth it.
Offline
Pages: 1