summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/Hungarian/video.html35
-rw-r--r--DOCS/video.html44
2 files changed, 79 insertions, 0 deletions
diff --git a/DOCS/Hungarian/video.html b/DOCS/Hungarian/video.html
index 4305e6aaf8..f725ae49cb 100644
--- a/DOCS/Hungarian/video.html
+++ b/DOCS/Hungarian/video.html
@@ -975,6 +975,41 @@ küldj patchet.</P>
binárison.
</P>
+<P><B><I>VIDEO EQUALIZER</I></B></P>
+
+<P>
+ A Vidix tartalmaz tartalmaz egy video equalizert. Jelenleg csak parancssori
+ opciók megadásával lehet szabályozni. Az <B>MPlayer</B> a következő opciókat
+ ismeri fel :
+</P>
+
+<P>
+ &nbsp;&nbsp;<CODE>-brightness</CODE> - <B>FÉNYERŐ</B> állítása.<BR>
+ &nbsp;&nbsp;<CODE>-contrast</CODE> - <B>KONTRASZT</B> állítása.<BR>
+ &nbsp;&nbsp;<CODE>-saturation</CODE> - <B>SZATURÁCIÓ</B> állítása. Lehet
+ fekete-fehér képet is előállítani vele.<BR>
+ &nbsp;&nbsp;<CODE>-hue</CODE> - <B>HUE</B> állítása.<BR>
+ &nbsp;&nbsp;<CODE>-red_intensity</CODE> - <B>VÖRÖS</B> komponens állítása.<BR>
+ &nbsp;&nbsp;<CODE>-green_intensity</CODE> - <B>ZÖLD</B> komponens állítása.<BR>
+ &nbsp;&nbsp;<CODE>-blue_intensity</CODE> - <B>KÉK</B> komponens állítása.<BR>
+</P>
+<P>
+ Mindegyik opció egy -1000-től +1000-ig terjedő számot fogad el
+ paraméterként.<BR> Az alapértelmezett a <B>0</B>.
+</P>
+<P>
+ <B>Megj.:</B> Nem mindegyik meghajtó támogatja ezeket az opciókat. Jelenleg
+ csak a <B>radeon_vid.so</B> nyújt teljeskörű támogatást a video
+ equalizinghez.
+</P>
+<P><B>Példák:</B><BR>
+ <CODE>mplayer -vo vesa:vidix -brightness -300 -contrast 200
+ filenév.avi</CODE><BR>
+ vagy<BR>
+ <CODE>mplayer -vo xvidix -red_intensity -50 -saturation 400 -hue 300
+ filenév.vob</CODE>
+</P>
+
<P><B><A NAME=2.3.1.16>2.3.1.16. Zr</A></B></P>
diff --git a/DOCS/video.html b/DOCS/video.html
index 9e729bfd35..c5ae8c3901 100644
--- a/DOCS/video.html
+++ b/DOCS/video.html
@@ -999,6 +999,49 @@ to improve something then simply send me your patches.
set the <b>suid</b> bit on the <B>MPlayer</B> excecutable.
</P>
+<P><B><I>VIDEO EQUALIZER</I></B></P>
+
+<P>
+ This is a video equalizer implemented especially for Vidix. Currently you
+ can use it by command line arguments only. <B>MPlayer</B> recognizes the
+ following options :
+</P>
+
+<P>
+ &nbsp;&nbsp;<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>
+ &nbsp;&nbsp;<CODE>-contrast</CODE> - adjust <B>CONTRAST</B> of video output.
+ Works in similar manner as brightness.<BR>
+ &nbsp;&nbsp;<CODE>-saturation</CODE> - adjust <B>SATURATION</B> of video
+ output. You can get grayscale output with this option.<BR>
+ &nbsp;&nbsp;<CODE>-hue</CODE> - adjust <B>HUE</B> of video signal. You can
+ get colored negative of image with this option.<BR>
+ &nbsp;&nbsp;<CODE>-red_intensity</CODE> - adjust intensity of <B>RED</B>
+ component of video signal.<BR>
+ &nbsp;&nbsp;<CODE>-green_intensity</CODE> - adjust intensity of <B>GREEN</B>
+ component of video signal.<BR>
+ &nbsp;&nbsp;<CODE>-blue_intensity</CODE> - adjust intensity of <B>BLUE</B>
+ component of video signal.
+</P>
+<P>
+ 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 partly support 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_intensity -50 -saturation 400 -hue 300
+ filename.vob</CODE>
+</P>
+
<P><B><A NAME=2.3.1.16>2.3.1.16. Zr</A></B></P>
@@ -1034,6 +1077,7 @@ you must get it working first. Then recompile <B>MPlayer</B> with
</P>
+
<P><B><A NAME=2.3.1.A>2.3.1.A. TV-out support</A></B></P>
<P><B><A NAME=2.3.1.A.1>2.3.1.A.1. Matrox cards</A></B></P>