summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-02-09 15:49:42 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-02-09 15:49:42 +0000
commit8d86e61bedf243264d11bd0427984a1b2014ca53 (patch)
treeac7dc1fe7d168ee45c58454a51d8a194bf7c955c /DOCS
parentf2b26f10edebab7dab710dca4ff5ab8d7805006a (diff)
downloadmpv-8d86e61bedf243264d11bd0427984a1b2014ca53.tar.bz2
mpv-8d86e61bedf243264d11bd0427984a1b2014ca53.tar.xz
change_rectangle documentation by Angel <knight@sunflower.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11933 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/slave.txt19
1 files changed, 17 insertions, 2 deletions
diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt
index 70a47084db..c878bb1701 100644
--- a/DOCS/tech/slave.txt
+++ b/DOCS/tech/slave.txt
@@ -9,7 +9,7 @@ seek <value> [<type>]
0 is a relative seek of +/- <value> seconds (default).
1 is a seek to <value> % in the movie.
2 is a seek to an absolute position of <value> seconds.
-
+
edl_mark
???
@@ -100,7 +100,22 @@ loadlist <file>
Load the given playlist file.
change_rectangle <val1> <val2>
- ???
+ Change the position of the rectangle filter rectangle.
+ <val1>
+ Must be one of the following:
+ 0 = width
+ 1 = height
+ 2 = x position
+ 3 = y position
+ <val2>
+ For values of 0 or 1 for <val1>:
+ Integer amount to add/subtract from the width/height.
+ Positive values add to width/height and negative values
+ subtract from it.
+ For values of 2 or 3 for <val1>:
+ Relative integer amount by which to move the upper left corner
+ of the rectangle. Positive values move the rectangle right/down
+ and negative values move the rectangle left/up.
dvdnav <button>
Press the given dvdnav button.