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 binárison.

+

VIDEO EQUALIZER

+ +

+ A Vidix tartalmaz tartalmaz egy video equalizert. Jelenleg csak parancssori + opciók megadásával lehet szabályozni. Az MPlayer a következő opciókat + ismeri fel : +

+ +

+   -brightness - FÉNYERŐ állítása.
+   -contrast - KONTRASZT állítása.
+   -saturation - SZATURÁCIÓ állítása. Lehet + fekete-fehér képet is előállítani vele.
+   -hue - HUE állítása.
+   -red_intensity - VÖRÖS komponens állítása.
+   -green_intensity - ZÖLD komponens állítása.
+   -blue_intensity - KÉK komponens állítása.
+

+

+ Mindegyik opció egy -1000-től +1000-ig terjedő számot fogad el + paraméterként.
Az alapértelmezett a 0. +

+

+ Megj.: Nem mindegyik meghajtó támogatja ezeket az opciókat. Jelenleg + csak a radeon_vid.so nyújt teljeskörű támogatást a video + equalizinghez. +

+

Példák:
+ mplayer -vo vesa:vidix -brightness -300 -contrast 200 + filenév.avi
+ vagy
+ mplayer -vo xvidix -red_intensity -50 -saturation 400 -hue 300 + filenév.vob +

+

2.3.1.16. Zr

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 suid bit on the MPlayer excecutable.

+

VIDEO EQUALIZER

+ +

+ This is a video equalizer implemented especially for Vidix. Currently you + can use it by command line arguments only. MPlayer recognizes the + following options : +

+ +

+   -brightness - adjust BRIGHTNESS 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.
+   -contrast - adjust CONTRAST of video output. + Works in similar manner as brightness.
+   -saturation - adjust SATURATION of video + output. You can get grayscale output with this option.
+   -hue - adjust HUE of video signal. You can + get colored negative of image with this option.
+   -red_intensity - adjust intensity of RED + component of video signal.
+   -green_intensity - adjust intensity of GREEN + component of video signal.
+   -blue_intensity - adjust intensity of BLUE + component of video signal. +

+

+ Each parameter can accept values from -1000 to +1000.
+ Default value for each parameter is 0. +

+

+ Note: Not every driver provides support for each of those parameters. + Currently only radeon_vid.so provides full support for video eqalizing. + Other drivers only partly support these options. +

+

Examples:
+ mplayer -vo vesa:vidix -brightness -300 -contrast 200 + filename.avi
+ or
+ mplayer -vo xvidix -red_intensity -50 -saturation 400 -hue 300 + filename.vob +

+

2.3.1.16. Zr

@@ -1034,6 +1077,7 @@ you must get it working first. Then recompile MPlayer with

+

2.3.1.A. TV-out support

2.3.1.A.1. Matrox cards