[MPlayer-dev-eng] [PATCH VIDEO.html] Video equalizer documentation

Nick Kurshev nickols_k at mail.ru
Sun Jan 20 18:36:24 CET 2002


Hello, Gabucino!

I've done some docu on video equalizing for VIDIX. Please apply!

Best regards! Nick

--- video.html.old	Fri Jan 18 10:31:56 2002
+++ video.html	Sun Jan 20 20:32:04 2002
@@ -992,6 +992,38 @@
   set the <b>suid</b> bit on the <B>MPlayer</B> excecutable.
 </P>
 
+<P><B><I>VIDEO EQUALIZER</I></B></P>
+<P>
+  <BR>Specially for vidix was implemented video equalizer.
+  <BR>Currently you can use it as command line arguments only.
+  <BR><B>mplayer</B> recognizes and passes to vidix drivers following options:
+  <BR><CODE>-brightness</CODE> - adjust <B>BRIGHTNESS</B> of video output. It's not equal to
+  brightness adjusting on monitor panel or on TV. It changes intensity of RGB
+  components of video signal from black to white screen.
+  <BR><CODE>-contrast</CODE> - adjust <B>CONTRAST</B> of video output.
+  Works in similar manner as brihgtness.
+  <BR><CODE>-saturation</CODE> - adjust <B>SATURATION</B> of video output.
+  You can get grayscaled output with this option.
+  <BR><CODE>-hue</CODE> - adjust <B>HUES</B> of video signal.
+  You can get colored negative of image with this option.
+  <BR><CODE>-red_intense</CODE> - adjust intesity of <B>RED</B> component of video signal.
+  <BR><CODE>-green_intense</CODE> - adjust intesity of <B>GREEN</B> component of video signal.
+  <BR><CODE>-blue_intense</CODE> - adjust intesity of <B>BLUE</B> component of video signal.  
+</P>
+<P>
+  <BR>Each parameter can accept values from <B>-1000</B> to <B>+1000</B>.
+  <BR>Default value for each parameter is <B>0</B>.
+</P>
+<P>
+  <B>Note:</B> Not every driver provides support for each of those parameters.
+  Currently only <B>radeon_vid.so</B> provides full support for video eqalizing.
+  Other drivers only patrly supports these options.
+</P>
+<P><B>Examples:</B>
+<BR><CODE>mplayer -vo vesa:vidix -brightness -300 -contrast 200 filename.avi</CODE>
+<BR>or
+<BR><CODE>mplayer -vo xvidix -red_intense -50 -saturation 400 -hue 300 filename.vob</CODE>
+</P>
 
 <P><B><A NAME=2.3.1.A>2.3.1.A. TV-out support</A></B></P>
 



More information about the MPlayer-dev-eng mailing list