diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-01-03 10:20:36 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-01-03 10:20:36 +0000 |
commit | fa6d37cb30edf11a99141fbb1ba9f4159eaf3768 (patch) | |
tree | 4c1754b79f8d62951c22a8ebf2d6447250e71eaf /DOCS/tech | |
parent | 2160b4878e1663725969570d1be2eade43239322 (diff) | |
download | mpv-fa6d37cb30edf11a99141fbb1ba9f4159eaf3768.tar.bz2 mpv-fa6d37cb30edf11a99141fbb1ba9f4159eaf3768.tar.xz |
grab_frame, osd_show_text, sub_step, screenshot documented.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14324 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech')
-rw-r--r-- | DOCS/tech/slave.txt | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt index 8dd0301fe2..db3d349e47 100644 --- a/DOCS/tech/slave.txt +++ b/DOCS/tech/slave.txt @@ -41,7 +41,7 @@ frame_step Play one frame, then pause again. grab_frames - ??? + Currently unimplemented. pt_step <value> [<force>] 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> 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>] 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> Increase/decrease volume. @@ -212,7 +214,7 @@ dvb_set_channel <channel_number> <card_number> Set DVB channel. screenshot - Take a screenshot. + Take a screenshot. Currently not implemented in any video output driver. menu <value> ??? |