From fa6d37cb30edf11a99141fbb1ba9f4159eaf3768 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 3 Jan 2005 10:20:36 +0000 Subject: [PATCH] grab_frame, osd_show_text, sub_step, screenshot documented. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14324 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/tech/slave.txt | 14 ++++++++------ 1 file 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 [] Go to the next/previous entry in the playtree. The sign of tells @@ -59,14 +59,16 @@ sub_delay [] Adjust the subtitle delay by +/- seconds or set it to seconds when is nonzero. -sub_step - ??? +sub_step + Step forward in the subtitle list by steps or backwards if + is negative. osd [] Toggle OSD mode or set it to level when >= 0. -osd_show_text - ??? +osd_show_text + Show on the OSD. Spaces need to be escaped with \, otherwise + only the first word will be shown. volume Increase/decrease volume. @@ -212,7 +214,7 @@ dvb_set_channel Set DVB channel. screenshot - Take a screenshot. + Take a screenshot. Currently not implemented in any video output driver. menu ???