[MPlayer-DOCS] r21531 - trunk/DOCS/man/en/mplayer.1

diego subversion at mplayerhq.hu
Thu Dec 7 15:09:47 CET 2006


Author: diego
Date: Thu Dec  7 15:09:46 2006
New Revision: 21531

Modified:
   trunk/DOCS/man/en/mplayer.1

Log:
Document geq filter.


Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1	(original)
+++ trunk/DOCS/man/en/mplayer.1	Thu Dec  7 15:09:46 2006
@@ -5489,6 +5489,30 @@
 .RE
 .
 .TP
+.B geq=equation
+generic equation change filter
+.RSs
+.IPs <equation>
+Some equation, e.g.\&  'p(W-X\,Y)' to flip the image horizontally.
+You can use whitespace to make the equation more readable.
+There are a couple of constants that can be used in the equation:
+.RSss
+PI: the number pi
+.br
+E: the number e
+.br
+X / Y: the coordinates of the current sample
+.br
+W / H: width and height of the image
+.br
+SW / SH: width/height scale depending on the currently filtered plane, e.g.\&
+1,1 and 0.5,0.5 for YUV 4:2:0.
+.br
+p(x,y): returns the value of the pixel at location x/y of the current plane.
+.REss
+.RE
+.
+.TP
 .B "test\ \ \ "
 Generate various test patterns.
 .
@@ -10229,6 +10253,13 @@
 You might want to play a bit with the pan values (e.g multiply with a value) to
 increase volume or avoid clipping.
 .
+.PP
+.B checkerboard invert with geq filter:
+.nf
+mplayer \-vf geq='128+(p(X\,Y)-128)*(0.5-gt(mod(X/SW\,128)\,64))*(0.5-gt(mod(Y/SH\,128)\,64))*4'
+.fi
+.
+.
 .SH EXAMPLES OF MENCODER USAGE
 .
 .PP



More information about the MPlayer-DOCS mailing list