summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/slave.txt
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-12 17:22:49 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-12 17:22:49 +0000
commit33101d7c0fddce83f0f9677386bb59593fdf547a (patch)
treecb464abe81dcac4efc3816c9dda2d0be002d2303 /DOCS/tech/slave.txt
parentbbf1ba847497827a24661c1ba92195a2d5c2c220 (diff)
downloadmpv-33101d7c0fddce83f0f9677386bb59593fdf547a.tar.bz2
mpv-33101d7c0fddce83f0f9677386bb59593fdf547a.tar.xz
Put general note at the top of the file.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14689 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech/slave.txt')
-rw-r--r--DOCS/tech/slave.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt
index f6674cd0c1..b4865968a7 100644
--- a/DOCS/tech/slave.txt
+++ b/DOCS/tech/slave.txt
@@ -9,6 +9,10 @@ Have a look at the man page for more detailed descriptions.
If the -slave option is given, playback is controlled by a line-based protocol.
Each line must contain one of the following commands:
+All commands can be prefixed with "pausing ", causing MPlayer to get into
+paused mode as soon as possible after processing the command.
+Please note that this can be before the command is fully executed.
+
seek <value> [<type>]
Seek to some place in the movie.
0 is a relative seek of +/- <value> seconds (default).
@@ -246,8 +250,3 @@ hide
run <value>
Run <value> as shell command.
-
-All commands can be prefixed with "pausing ", causing MPlayer to get into
-paused mode as soon as possible after processing the command.
-Please note that this can be before the command is fully executed.
-