GNOME Bugzilla – Bug 144929
Wish: ability to zoom in on video with key combination.
Last modified: 2005-03-28 22:23:44 UTC
In other players, like kaffeine/xine-ui, you press shift+[+,-] to zoom into video in place. This allows you to reduce the black bars on top and bottom of video for videos that dont fit to screen, hope totem adapts something similar.
Just to clarify, this should work both in full screen and in normal window.
Mass reassign.
I would love to see this feature added into Totem, especially as I now see that xine supports it. In an ideal world, there would also be an automated zoom level to fill the screen vertically, as well as the free zoom +/-.
well, for vertically, mplayer has "panscan range" -- where you press 'w'/'e' to fill the screen more or less. Unfortunately it doesnt support horizontally for wide screens :( xine-ui's zoom feature however can be used for either with the same success, so its a damn shame totem that uses xine-libs doesnt support this :(
Note: XINE_PARAM_VO_PAN_SCAN doesn't work, need to use XINE_PARAM_VO_ZOOM_X/XINE_PARAM_VO_ZOOM_Y
2004-12-04 Bastien Nocera <hadess@hadess.net> * README: upd * data/totem.glade: upd * src/bacon-video-widget-xine.c: (bacon_video_widget_can_set_zoom), (bacon_video_widget_set_zoom), (bacon_video_widget_get_zoom): * src/bacon-video-widget.h: * src/totem.c: (totem_action_zoom_relative), (totem_action_zoom_reset), (on_resize_1_2_activate), (on_resize_1_1_activate), (on_resize_2_1_activate), (on_zoom_in_activate), (on_zoom_reset_activate), (on_zoom_out_activate), (totem_action_handle_key), (totem_callback_connect): added zooming in the video with 'R' and 'T', and break GStreamer-backend compilation (Closes: #144929)
*** Bug 171916 has been marked as a duplicate of this bug. ***