comparison DOCS/mplayer.1 @ 7866:732a8bfc7681

Added the -geometry option (supports fbdev and tdfxfb drivers)
author mark
date Wed, 23 Oct 2002 16:52:54 +0000
parents dacc35bc92c7
children af4f5bee1fc7
comparison
equal deleted inserted replaced
7865:d151608b9f28 7866:732a8bfc7681
1045 Toggle it with the 'f' key (not all video outputs support it). 1045 Toggle it with the 'f' key (not all video outputs support it).
1046 See also \-zoom. 1046 See also \-zoom.
1047 .TP 1047 .TP
1048 .B \-fsmode-dontuse <0-31> (OBSOLETE) (use \-fs option) 1048 .B \-fsmode-dontuse <0-31> (OBSOLETE) (use \-fs option)
1049 Try this option if you still experience fullscreen problems. 1049 Try this option if you still experience fullscreen problems.
1050 .TP
1051 .B \-geometry x[%][:y[%]]
1052 Adjust where the output is on the screen initially. The x and y specifications
1053 are in pixels measured from the top-right of the screen to the top-right of the
1054 image being displayed, however if a percentage sign is given after the argument
1055 it turns the value into a percentage of the screen size in that direction. The
1056 values given must be integers. Examples:
1057
1058 .PD 0
1059 .RSs
1060 .IPs 50:40
1061 Places the window at x=50, y=40
1062 .IPs 50%:50%
1063 Places the window in the middle of the screen
1064 .IPs 100%
1065 Places the window at the top left corner of the screen
1066 .IPs 100%:100%
1067 Places the window at the bottom left corner of the screen
1068 .RE
1069 .PD 1
1070 .
1050 .TP 1071 .TP
1051 .B \-hue <\-100\ \-\ 100> 1072 .B \-hue <\-100\ \-\ 100>
1052 Adjust hue of video signal (default: 0). 1073 Adjust hue of video signal (default: 0).
1053 You can get colored negative of image with this option. 1074 You can get colored negative of image with this option.
1054 .TP 1075 .TP