CVS change done by Diego Biurrun CVS Update of /cvsroot/mplayer/main/DOCS/tech In directory mail:/var2/tmp/cvs-serv30933/DOCS/tech Modified Files: slave.txt Log Message: Put general note at the top of the file. Index: slave.txt =================================================================== RCS file: /cvsroot/mplayer/main/DOCS/tech/slave.txt,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- slave.txt 12 Feb 2005 14:45:54 -0000 1.28 +++ slave.txt 12 Feb 2005 17:22:49 -0000 1.29 @@ -9,6 +9,10 @@ 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 @@ 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. -