Mercurial > mplayer.hg
changeset 5109:0ac187a189a8
volume normalizer plugin added
author | gabucino |
---|---|
date | Fri, 15 Mar 2002 22:14:26 +0000 |
parents | f70791118f90 |
children | d038b64b6b31 |
files | DOCS/Hungarian/documentation.html DOCS/Hungarian/sound.html DOCS/documentation.html DOCS/sound.html |
diffstat | 4 files changed, 23 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/Hungarian/documentation.html Fri Mar 15 21:43:22 2002 +0000 +++ b/DOCS/Hungarian/documentation.html Fri Mar 15 22:14:26 2002 +0000 @@ -147,6 +147,7 @@ <LI><A HREF="sound.html#2.3.2.2.4">2.3.2.2.4 Delay</A></LI> <LI><A HREF="sound.html#2.3.2.2.5">2.3.2.2.5 Szoftveres hangerőszabályzás</A></LI> <LI><A HREF="sound.html#2.3.2.2.6">2.3.2.2.6 Extrastereo</A></LI> + <LI><A HREF="sound.html#2.3.2.2.7">2.3.2.2.7 Volume Normalizer</A></LI> </UL> </UL> </UL>
--- a/DOCS/Hungarian/sound.html Fri Mar 15 21:43:22 2002 +0000 +++ b/DOCS/Hungarian/sound.html Fri Mar 15 22:14:26 2002 +0000 @@ -259,6 +259,16 @@ <P>A paraméter egy float szám (<CODE>mul</CODE>), aminek alapértéke 2.5. Ha 0.0-ra írod át, mono hangot kapsz.</P> + +<P><B><A NAME=2.3.2.2.7>2.3.2.2.7. Volume Normalizer</A></B></P> + +<P>Ez a plugin beállítja a hangerőt arra a maximális erősségre, ahol + még nem lép fel torzítás. +</P> + +<P>Használat :<BR> + <CODE>mplayer media.avi -aop list=volnorm</CODE><BR> + </BODY> </HTML>
--- a/DOCS/documentation.html Fri Mar 15 21:43:22 2002 +0000 +++ b/DOCS/documentation.html Fri Mar 15 22:14:26 2002 +0000 @@ -147,6 +147,7 @@ <LI><A HREF="sound.html#2.3.2.2.4">2.3.2.2.4 Delay</A></LI> <LI><A HREF="sound.html#2.3.2.2.5">2.3.2.2.5 Software volume control</A></LI> <LI><A HREF="sound.html#2.3.2.2.6">2.3.2.2.6 Extrastereo</A></LI> + <LI><A HREF="sound.html#2.3.2.2.7">2.3.2.2.7 Volume Normalizer</A></LI> </UL> </UL> </UL>
--- a/DOCS/sound.html Fri Mar 15 21:43:22 2002 +0000 +++ b/DOCS/sound.html Fri Mar 15 22:14:26 2002 +0000 @@ -256,6 +256,7 @@ list=volume:softclip</CODE> </P> + <P><B><A NAME=2.3.2.2.6>2.3.2.2.6. Extrastereo</A></B></P> <P>This plugin increases (linearly) the difference between left and right @@ -271,5 +272,15 @@ to 2.5. If you set it to 0.0, you will have a mono sound (average of both channels), if you set it to 1.0, sound will be unchanged.</P> + +<P><B><A NAME=2.3.2.2.7>2.3.2.2.7. Volume normalizer</A></B></P> + +<P>This plugin maximizes the volume while maintaining distortionless + sound. +</P> + +<P>Usage :<BR> + <CODE>mplayer media.avi -aop list=volnorm</CODE><BR> + </BODY> </HTML>