mirror of https://github.com/mpv-player/mpv
Wording improvements, document only one half of -mouse-movements flag option.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19865 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
82bac6e1cf
commit
3272219bbc
|
@ -906,6 +906,12 @@ Specify the main menu.
|
||||||
Display the main menu at MPlayer startup.
|
Display the main menu at MPlayer startup.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
|
.B \-mouse-movements
|
||||||
|
Permit MPlayer to receive pointer events reported by the video
|
||||||
|
output driver (currently only derivatives of X11 are supported).
|
||||||
|
Necessary to select the buttons in DVD menus.
|
||||||
|
.
|
||||||
|
.TP
|
||||||
.B \-noconsolecontrols
|
.B \-noconsolecontrols
|
||||||
Prevent MPlayer from reading key events from standard input.
|
Prevent MPlayer from reading key events from standard input.
|
||||||
Useful when reading data from standard input.
|
Useful when reading data from standard input.
|
||||||
|
@ -916,12 +922,6 @@ in a playlist or intend to read from stdin later on via the loadfile or
|
||||||
loadlist slave commands.
|
loadlist slave commands.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.B \-[no]mouse-movements
|
|
||||||
Permits or prevent MPlayer from receiving pointer events reported by the
|
|
||||||
video-out device (currently only derivatives of X11 are supported).
|
|
||||||
Needed to select the buttons in dvd menus.
|
|
||||||
.
|
|
||||||
.TP
|
|
||||||
.B \-nojoystick
|
.B \-nojoystick
|
||||||
Turns off joystick support.
|
Turns off joystick support.
|
||||||
.
|
.
|
||||||
|
@ -6490,9 +6490,10 @@ decimation (ugly).
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.B screenshot
|
.B screenshot
|
||||||
Allows acquiring screenshots of the movie using the "screenshot 0" command
|
Allows acquiring screenshots of the movie using slave mode
|
||||||
(bound to the 's' key by default). "screenshot 1" ('S' key) starts/stops
|
commands that can be bound to keypresses.
|
||||||
taking screenshots with each frame.
|
See the slave mode documentation and the INTERACTIVE CONTROL
|
||||||
|
section for details.
|
||||||
Files named 'shotNNNN.png' will be saved in the working directory,
|
Files named 'shotNNNN.png' will be saved in the working directory,
|
||||||
using the first available number - no files will be overwritten.
|
using the first available number - no files will be overwritten.
|
||||||
The filter has no overhead when not used and accepts an arbitrary
|
The filter has no overhead when not used and accepts an arbitrary
|
||||||
|
|
Loading…
Reference in New Issue