comparison DOCS/man/en/mplayer.1 @ 19859:dae09276a46f

Wording improvements, document only one half of -mouse-movements flag option.
author diego
date Sat, 16 Sep 2006 22:14:36 +0000
parents 7f08d1d9c83f
children 1db6dfe75576
comparison
equal deleted inserted replaced
19858:309640f57902 19859:dae09276a46f
904 .TP 904 .TP
905 .B \-menu-startup (OSD menu only) 905 .B \-menu-startup (OSD menu only)
906 Display the main menu at MPlayer startup. 906 Display the main menu at MPlayer startup.
907 . 907 .
908 .TP 908 .TP
909 .B \-mouse-movements
910 Permit MPlayer to receive pointer events reported by the video
911 output driver (currently only derivatives of X11 are supported).
912 Necessary to select the buttons in DVD menus.
913 .
914 .TP
909 .B \-noconsolecontrols 915 .B \-noconsolecontrols
910 Prevent MPlayer from reading key events from standard input. 916 Prevent MPlayer from reading key events from standard input.
911 Useful when reading data from standard input. 917 Useful when reading data from standard input.
912 This is automatically enabled when \- is found on the command line. 918 This is automatically enabled when \- is found on the command line.
913 There are situations where you have to set it manually, e.g.\& 919 There are situations where you have to set it manually, e.g.\&
914 if you open /dev/\:stdin (or the equivalent on your system), use stdin 920 if you open /dev/\:stdin (or the equivalent on your system), use stdin
915 in a playlist or intend to read from stdin later on via the loadfile or 921 in a playlist or intend to read from stdin later on via the loadfile or
916 loadlist slave commands. 922 loadlist slave commands.
917 .
918 .TP
919 .B \-[no]mouse-movements
920 Permits or prevent MPlayer from receiving pointer events reported by the
921 video-out device (currently only derivatives of X11 are supported).
922 Needed to select the buttons in dvd menus.
923 . 923 .
924 .TP 924 .TP
925 .B \-nojoystick 925 .B \-nojoystick
926 Turns off joystick support. 926 Turns off joystick support.
927 . 927 .
6488 decimation (ugly). 6488 decimation (ugly).
6489 .RE 6489 .RE
6490 . 6490 .
6491 .TP 6491 .TP
6492 .B screenshot 6492 .B screenshot
6493 Allows acquiring screenshots of the movie using the "screenshot 0" command 6493 Allows acquiring screenshots of the movie using slave mode
6494 (bound to the 's' key by default). "screenshot 1" ('S' key) starts/stops 6494 commands that can be bound to keypresses.
6495 taking screenshots with each frame. 6495 See the slave mode documentation and the INTERACTIVE CONTROL
6496 section for details.
6496 Files named 'shotNNNN.png' will be saved in the working directory, 6497 Files named 'shotNNNN.png' will be saved in the working directory,
6497 using the first available number - no files will be overwritten. 6498 using the first available number - no files will be overwritten.
6498 The filter has no overhead when not used and accepts an arbitrary 6499 The filter has no overhead when not used and accepts an arbitrary
6499 colorspace, so it is safe to add it to the configuration file. 6500 colorspace, so it is safe to add it to the configuration file.
6500 .RE 6501 .RE