mirror of
https://github.com/mpv-player/mpv
synced 2025-02-03 21:52:12 +00:00
Vidix video equalizing (Nick's patch)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4497 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
77f4d19adf
commit
f6720f6a82
@ -975,6 +975,41 @@ k
|
||||
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>
|
||||
|
||||
|
@ -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>
|
||||
<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 @@ 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>
|
||||
|
Loading…
Reference in New Issue
Block a user