[MPlayer-DOCS] CVS: main/DOCS/tech slave.txt,1.10,1.11

Diego Biurrun CVS syncmail at mplayerhq.hu
Mon Feb 9 16:49:44 CET 2004


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var2/tmp/cvs-serv8952/DOCS/tech

Modified Files:
	slave.txt 
Log Message:
change_rectangle documentation by Angel <knight at sunflower.com>


Index: slave.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/slave.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- slave.txt	30 Nov 2003 16:36:04 -0000	1.10
+++ slave.txt	9 Feb 2004 15:49:42 -0000	1.11
@@ -9,7 +9,7 @@
         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 @@
     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.




More information about the MPlayer-DOCS mailing list