Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
mplayer fbdev fullscreen [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
kevinsgs
n00b
n00b


Joined: 16 Oct 2007
Posts: 34

PostPosted: Tue May 13, 2008 3:59 am    Post subject: mplayer fbdev fullscreen [solved] Reply with quote

How do I play a video 1280xxx fullscreen on a terminal with a resolution of 1024x768 the -fs option just hardlocks my computer.

Last edited by kevinsgs on Tue May 13, 2008 8:12 pm; edited 1 time in total
Back to top
View user's profile Send private message
Gusar
Advocate
Advocate


Joined: 09 Apr 2005
Posts: 2665
Location: Slovenia

PostPosted: Tue May 13, 2008 7:56 am    Post subject: Reply with quote

Code:
mplayer -vo fbdev -zoom -xy 1024 yourfile.avi
Back to top
View user's profile Send private message
kevinsgs
n00b
n00b


Joined: 16 Oct 2007
Posts: 34

PostPosted: Tue May 13, 2008 7:47 pm    Post subject: Reply with quote

Thanks :D
Back to top
View user's profile Send private message
Adwin
Tux's lil' helper
Tux's lil' helper


Joined: 13 Mar 2005
Posts: 128
Location: Poland

PostPosted: Wed May 14, 2008 12:21 am    Post subject: Reply with quote

I would recommend you another way of doing it.
If you're usinf fbdev a lot, you can place your config in ~/.mplayer/config


vo = fbdev
vf = expand=1024:-2,scale=1024x768

Or you can place it all in 1 fell commandline swoop:

mplayer file.ext -vo fbdev -vf expand=1024:-2,scale=1024x768


Zoom (as suggested previously) doesn't care about aspect ratio.
So basically, with the longer option, you're scaling the video, then auto (-2) adjusting crop (height) with black bands.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum