From 8d86e61bedf243264d11bd0427984a1b2014ca53 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 9 Feb 2004 15:49:42 +0000 Subject: change_rectangle documentation by Angel git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11933 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/tech/slave.txt | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'DOCS/tech') 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 [] 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 @@ loadlist 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