Mercurial > mplayer.hg
changeset 4496:bf7ea03b1adf
Vidix video equalizing (Nick's patch)
author | gabucino |
---|---|
date | Sun, 03 Feb 2002 10:26:36 +0000 |
parents | 0e4cffa369e4 |
children | d3aedd7db02c |
files | DOCS/Hungarian/video.html DOCS/video.html |
diffstat | 2 files changed, 79 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/Hungarian/video.html Sun Feb 03 09:29:35 2002 +0000 +++ b/DOCS/Hungarian/video.html Sun Feb 03 10:26:36 2002 +0000 @@ -975,6 +975,41 @@ 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> + <CODE>-brightness</CODE> - <B>FÉNYERŐ</B> állítása.<BR> + <CODE>-contrast</CODE> - <B>KONTRASZT</B> állítása.<BR> + <CODE>-saturation</CODE> - <B>SZATURÁCIÓ</B> állítása. Lehet + fekete-fehér képet is előállítani vele.<BR> + <CODE>-hue</CODE> - <B>HUE</B> állítása.<BR> + <CODE>-red_intensity</CODE> - <B>VÖRÖS</B> komponens állítása.<BR> + <CODE>-green_intensity</CODE> - <B>ZÖLD</B> komponens állítása.<BR> + <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>
--- a/DOCS/video.html Sun Feb 03 09:29:35 2002 +0000 +++ b/DOCS/video.html Sun Feb 03 10:26:36 2002 +0000 @@ -999,6 +999,49 @@ 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> + <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 brightness.<BR> + <CODE>-saturation</CODE> - adjust <B>SATURATION</B> of video + output. You can get grayscale output with this option.<BR> + <CODE>-hue</CODE> - adjust <B>HUE</B> of video signal. You can + get colored negative of image with this option.<BR> + <CODE>-red_intensity</CODE> - adjust intensity of <B>RED</B> + component of video signal.<BR> + <CODE>-green_intensity</CODE> - adjust intensity of <B>GREEN</B> + component of video signal.<BR> + <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 @@ </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>