Fit Video to Screen

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
blumi Offline
Junior Member
Posts: 10
Joined: Mar 2012
Reputation: 0
Post: #1
When watching a movie with xbmc I have the option to fit the movie to the screen and remove the black bars.
I want to make this to a button on my remote control.

I have seen the wiki with the actions.
http://wiki.xbmc.org/index.php?title=Keyboard.xml

Is it one of these?
FullScreen Toggles fullscreen modes (either visualisation or video playback)
AspectRatio Toggle through the various aspect ratio modes (Normal is the preferred option).

What is the difference between these twos.

Thanks
find quote
MassIV Offline
Donor
Posts: 713
Joined: Mar 2012
Reputation: 21
Post: #2
Fullscreen toggles between true fullscreen and a windowed fullscreen.
Aspect ratio toggles between options like Zoom, 16:9, Original size, 4:3.

I believe you are looking for Aspect ratio toggle, and it is bound to "z" on your keyboard.
find quote
blumi Offline
Junior Member
Posts: 10
Joined: Mar 2012
Reputation: 0
Post: #3
(2012-04-20 03:54)MassIV Wrote:  I believe you are looking for Aspect ratio toggle, and it is bound to "z" on your keyboard.

Sounds good, will test it out.
Thanks
find quote