mirror of https://github.com/mpv-player/mpv
grab_frame, osd_show_text, sub_step, screenshot documented.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14324 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2160b4878e
commit
fa6d37cb30
|
@ -41,7 +41,7 @@ frame_step
|
||||||
Play one frame, then pause again.
|
Play one frame, then pause again.
|
||||||
|
|
||||||
grab_frames
|
grab_frames
|
||||||
???
|
Currently unimplemented.
|
||||||
|
|
||||||
pt_step <value> [<force>]
|
pt_step <value> [<force>]
|
||||||
Go to the next/previous entry in the playtree. The sign of <value> tells
|
Go to the next/previous entry in the playtree. The sign of <value> tells
|
||||||
|
@ -59,14 +59,16 @@ sub_delay <value> [<abs>]
|
||||||
Adjust the subtitle delay by +/- <value> seconds or set it to <value>
|
Adjust the subtitle delay by +/- <value> seconds or set it to <value>
|
||||||
seconds when <abs> is nonzero.
|
seconds when <abs> is nonzero.
|
||||||
|
|
||||||
sub_step
|
sub_step <value>
|
||||||
???
|
Step forward in the subtitle list by <value> steps or backwards if <value>
|
||||||
|
is negative.
|
||||||
|
|
||||||
osd [<level>]
|
osd [<level>]
|
||||||
Toggle OSD mode or set it to level when <level> >= 0.
|
Toggle OSD mode or set it to level when <level> >= 0.
|
||||||
|
|
||||||
osd_show_text <value>
|
osd_show_text <string>
|
||||||
???
|
Show <string> on the OSD. Spaces need to be escaped with \, otherwise
|
||||||
|
only the first word will be shown.
|
||||||
|
|
||||||
volume <value>
|
volume <value>
|
||||||
Increase/decrease volume.
|
Increase/decrease volume.
|
||||||
|
@ -212,7 +214,7 @@ dvb_set_channel <channel_number> <card_number>
|
||||||
Set DVB channel.
|
Set DVB channel.
|
||||||
|
|
||||||
screenshot
|
screenshot
|
||||||
Take a screenshot.
|
Take a screenshot. Currently not implemented in any video output driver.
|
||||||
|
|
||||||
menu <value>
|
menu <value>
|
||||||
???
|
???
|
||||||
|
|
Loading…
Reference in New Issue