comparison DOCS/tech/slave.txt @ 11932:a3e5b0b07ba8

change_rectangle documentation by Angel <knight@sunflower.com>
author diego
date Mon, 09 Feb 2004 15:49:42 +0000
parents 85e503ddf65f
children c81c4930cadc
comparison
equal deleted inserted replaced
11931:d0b6a4de098c 11932:a3e5b0b07ba8
7 seek <value> [<type>] 7 seek <value> [<type>]
8 Seek to some place in the movie. 8 Seek to some place in the movie.
9 0 is a relative seek of +/- <value> seconds (default). 9 0 is a relative seek of +/- <value> seconds (default).
10 1 is a seek to <value> % in the movie. 10 1 is a seek to <value> % in the movie.
11 2 is a seek to an absolute position of <value> seconds. 11 2 is a seek to an absolute position of <value> seconds.
12 12
13 edl_mark 13 edl_mark
14 ??? 14 ???
15 15
16 audio_delay <value> 16 audio_delay <value>
17 Adjust the audio delay of value seconds. 17 Adjust the audio delay of value seconds.
98 98
99 loadlist <file> 99 loadlist <file>
100 Load the given playlist file. 100 Load the given playlist file.
101 101
102 change_rectangle <val1> <val2> 102 change_rectangle <val1> <val2>
103 ??? 103 Change the position of the rectangle filter rectangle.
104 <val1>
105 Must be one of the following:
106 0 = width
107 1 = height
108 2 = x position
109 3 = y position
110 <val2>
111 For values of 0 or 1 for <val1>:
112 Integer amount to add/subtract from the width/height.
113 Positive values add to width/height and negative values
114 subtract from it.
115 For values of 2 or 3 for <val1>:
116 Relative integer amount by which to move the upper left corner
117 of the rectangle. Positive values move the rectangle right/down
118 and negative values move the rectangle left/up.
104 119
105 dvdnav <button> 120 dvdnav <button>
106 Press the given dvdnav button. 121 Press the given dvdnav button.
107 1 up 122 1 up
108 2 down 123 2 down