0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

volume normalizer plugin added

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5110 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2002-03-15 22:14:26 +00:00
parent 20d897e38e
commit 7177f5d416
4 changed files with 23 additions and 0 deletions

View File

@ -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>

View File

@ -259,6 +259,16 @@ hangk
<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>
&nbsp;&nbsp;<CODE>mplayer media.avi -aop list=volnorm</CODE><BR>
</BODY>
</HTML>

View File

@ -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>

View File

@ -256,6 +256,7 @@ sound.</p>
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 @@ sound.</p>
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>
&nbsp;&nbsp;<CODE>mplayer media.avi -aop list=volnorm</CODE><BR>
</BODY>
</HTML>