summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-15 22:14:26 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-15 22:14:26 +0000
commit7177f5d4168830adaabef7cbf26ec80e303278fb (patch)
treeb453a84af7b9790ed60ec6d191fed16b8305645c /DOCS
parent20d897e38e204f68a8e3296370db10b23ce17f71 (diff)
downloadmpv-7177f5d4168830adaabef7cbf26ec80e303278fb.tar.bz2
mpv-7177f5d4168830adaabef7cbf26ec80e303278fb.tar.xz
volume normalizer plugin added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5110 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/Hungarian/documentation.html1
-rw-r--r--DOCS/Hungarian/sound.html10
-rw-r--r--DOCS/documentation.html1
-rw-r--r--DOCS/sound.html11
4 files changed, 23 insertions, 0 deletions
diff --git a/DOCS/Hungarian/documentation.html b/DOCS/Hungarian/documentation.html
index edabd6fdf5..36c7eab7c7 100644
--- a/DOCS/Hungarian/documentation.html
+++ b/DOCS/Hungarian/documentation.html
@@ -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>
diff --git a/DOCS/Hungarian/sound.html b/DOCS/Hungarian/sound.html
index 9feacc8b28..605928a2f0 100644
--- a/DOCS/Hungarian/sound.html
+++ b/DOCS/Hungarian/sound.html
@@ -259,6 +259,16 @@ hangkártyára+meghajtóra van szükség.</P>
<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>
diff --git a/DOCS/documentation.html b/DOCS/documentation.html
index ab128ce08c..e4d6fe8842 100644
--- a/DOCS/documentation.html
+++ b/DOCS/documentation.html
@@ -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>
diff --git a/DOCS/sound.html b/DOCS/sound.html
index a63d1288dc..90e621c8c1 100644
--- a/DOCS/sound.html
+++ b/DOCS/sound.html
@@ -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>