summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorkmkaplan <kmkaplan@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-27 12:18:53 +0000
committerkmkaplan <kmkaplan@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-27 12:18:53 +0000
commitd5b9753ad260c398735c3b62c9cbc0ed606b9c7a (patch)
tree02cb39690759d5c4beb4a34b32ba6edbc599201d /DOCS
parent82d7ad5c0fcfd9de7bf47fd19af13c12272f48c5 (diff)
downloadmpv-d5b9753ad260c398735c3b62c9cbc0ed606b9c7a.tar.bz2
mpv-d5b9753ad260c398735c3b62c9cbc0ed606b9c7a.tar.xz
Document rectangle plugin.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6822 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/vop.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/tech/vop.txt b/DOCS/tech/vop.txt
index 51d5cdf0fb..d27d4f01d2 100644
--- a/DOCS/tech/vop.txt
+++ b/DOCS/tech/vop.txt
@@ -51,6 +51,14 @@ Current plugins:
No parameters.
MPI: TEMP
+-vop rectangle[=w:h:x:y]
+ Draw a rectangle. Useful for testing crop plugin parameters.
+ w,h (rectangle's width and height) defaults (-1) to maximum
+ possible width while keeping the boundaries visible.
+ x,y (rectangle's top left corner position) defauts (-1) to upper
+ left most position.
+ MPI: TEMP
+
-vop rotate[=x]
Rotate image +/- 90 degrees
Optional 'x' parameter (0..3) controls horizontal and vertical mirroring