After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 144929 - Wish: ability to zoom in on video with key combination.
Wish: ability to zoom in on video with key combination.
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2004-06-24 16:58 UTC by Roman Gaufman
Modified: 2005-03-28 22:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Roman Gaufman 2004-06-24 16:58:24 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.
Comment 1 Roman Gaufman 2004-06-24 16:59:03 UTC
Just to clarify, this should work both in full screen and in normal window. 
Comment 2 Bastien Nocera 2004-09-20 16:24:33 UTC
Mass reassign.
Comment 3 Lyndon Drake 2004-10-01 16:16:57 UTC
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 +/-.
Comment 4 Roman Gaufman 2004-10-01 16:34:00 UTC
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 :(
Comment 5 Bastien Nocera 2004-10-20 22:26:09 UTC
Note: XINE_PARAM_VO_PAN_SCAN doesn't work, need to use
XINE_PARAM_VO_ZOOM_X/XINE_PARAM_VO_ZOOM_Y
Comment 6 Bastien Nocera 2004-12-04 00:47:06 UTC
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)
Comment 7 Bastien Nocera 2005-03-28 22:23:44 UTC
*** Bug 171916 has been marked as a duplicate of this bug. ***