# HG changeset patch # User diego # Date 1076341782 0 # Node ID a3e5b0b07ba81cd03d977e1fccc82ae2428a0f05 # Parent d0b6a4de098cd6c1eb1be7d3f288286f3a5beac2 change_rectangle documentation by Angel diff -r d0b6a4de098c -r a3e5b0b07ba8 DOCS/tech/slave.txt --- a/DOCS/tech/slave.txt Sun Feb 08 18:24:24 2004 +0000 +++ b/DOCS/tech/slave.txt Mon Feb 09 15:49:42 2004 +0000 @@ -9,7 +9,7 @@ 0 is a relative seek of +/- seconds (default). 1 is a seek to % in the movie. 2 is a seek to an absolute position of seconds. - + edl_mark ??? @@ -100,7 +100,22 @@ Load the given playlist file. change_rectangle - ??? + Change the position of the rectangle filter rectangle. + + Must be one of the following: + 0 = width + 1 = height + 2 = x position + 3 = y position + + For values of 0 or 1 for : + 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 : + 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