changeset 6849:91d6e1365427

Documented -vop rectangle.
author diego
date Tue, 30 Jul 2002 18:08:06 +0000
parents 4846c53f548d
children 5abb9367b128
files DOCS/documentation.html DOCS/mplayer.1
diffstat 2 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/documentation.html	Tue Jul 30 17:56:24 2002 +0000
+++ b/DOCS/documentation.html	Tue Jul 30 18:08:06 2002 +0000
@@ -217,6 +217,7 @@
           <LI><A HREF="#2.6.13">2.6.13 Mirror</A></LI>
           <LI><A HREF="#2.6.14">2.6.14 DVBscale</A></LI>
           <LI><A HREF="#2.6.15">2.6.15 Cropdetect</A></LI>
+          <LI><A HREF="#2.6.16">2.6.16 Rectangle</A></LI>
         </UL>
       </LI>
     </UL>
@@ -1273,6 +1274,19 @@
 <P><CODE>&nbsp;&nbsp;-vop cropdetect[=limit]</CODE></P>
 
 
+<P><A NAME=2.6.16><B>2.6.16.  Rectangle</B></A></P>
+
+<P><B><U>Description</U></B>:</P>
+
+<P>Draws a white rectangle of the requested width and height at the designated
+  coordinates over the image.  Useful to get visual feedback for the parameters
+  of <CODE>-vop crop</CODE> before applying them.</P>
+
+<P><B><U>Usage</U></B>:</P>
+
+<P><CODE>&nbsp;&nbsp;-vop rectangle[=width:height:x:y]</CODE></P>
+
+
 <P><B><A NAME=3>3. Usage</A></B></P>
 
 <P><B><A NAME=3.1>3.1. Command line</A></B></P>
--- a/DOCS/mplayer.1	Tue Jul 30 17:56:24 2002 +0000
+++ b/DOCS/mplayer.1	Tue Jul 30 18:08:06 2002 +0000
@@ -498,6 +498,7 @@
 Available plugins are:
 
     crop[=w:h:x:y]      cropping
+    rectangle[=w:h:x:y] shows cropping boundaries
     expand[=w:h:x:y:o]  expanding and OSD
     flip                vertical mirroring
     mirror              horizontal mirroring