summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-03 16:47:04 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-03 16:47:04 +0000
commitff37837de411f5eeac1cbb20e5a88b82bfe5f75d (patch)
tree95373f09baff59f50e7e605a964d0067bc370708 /DOCS
parentfd28ff2c130b9555be4e8e87aed3b29c313647d1 (diff)
downloadmpv-ff37837de411f5eeac1cbb20e5a88b82bfe5f75d.tar.bz2
mpv-ff37837de411f5eeac1cbb20e5a88b82bfe5f75d.tar.xz
added documentation for "extrastereo" plugin (patch by pl)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4929 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/Hungarian/documentation.html1
-rw-r--r--DOCS/Hungarian/sound.html15
-rw-r--r--DOCS/documentation.html1
-rw-r--r--DOCS/sound.html16
4 files changed, 33 insertions, 0 deletions
diff --git a/DOCS/Hungarian/documentation.html b/DOCS/Hungarian/documentation.html
index 9ffc8648ad..12bc92cf60 100644
--- a/DOCS/Hungarian/documentation.html
+++ b/DOCS/Hungarian/documentation.html
@@ -136,6 +136,7 @@
<LI><A HREF="sound.html#2.3.2.2.3">2.3.2.2.3 Sample formátum konvertáló</A></LI>
<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>
</UL>
</UL>
</UL>
diff --git a/DOCS/Hungarian/sound.html b/DOCS/Hungarian/sound.html
index 4cc1aade23..606e9ea1ea 100644
--- a/DOCS/Hungarian/sound.html
+++ b/DOCS/Hungarian/sound.html
@@ -227,6 +227,21 @@ hangkártyára+meghajtóra van szükség.</P>
list=volume:volume=&lt;0-255&gt;</CODE>
</P>
+
+<P><B><A NAME=2.3.2.2.6>2.3.2.2.6. Extrastereo</A></B></P>
+
+<P>Ez a plugin lineárisan növeli a bal és jobb hangcsatorna közti különbséget
+ (mint az XMMS extrastereo plugin) ezáltal "életszerűbb" effektust
+ kölcsönözve a hangnak.
+</P>
+
+<P>Használat :<BR>
+ &nbsp;&nbsp;<CODE>mplayer media.avi -aop list=extrastereo</CODE><BR>
+ &nbsp;&nbsp;<CODE>mplayer media.avi -aop list=extrastereo:mul=3.45</CODE></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>
+
</BODY>
</HTML>
diff --git a/DOCS/documentation.html b/DOCS/documentation.html
index fae1009bf8..7a60b209de 100644
--- a/DOCS/documentation.html
+++ b/DOCS/documentation.html
@@ -136,6 +136,7 @@
<LI><A HREF="sound.html#2.3.2.2.3">2.3.2.2.3 Sample format converter</A></LI>
<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>
</UL>
</UL>
</UL>
diff --git a/DOCS/sound.html b/DOCS/sound.html
index e4eb541a79..964807b332 100644
--- a/DOCS/sound.html
+++ b/DOCS/sound.html
@@ -234,5 +234,21 @@ sound.</p>
list=volume:volume=&lt;0-255&gt;</CODE>
</P>
+
+<P><B><A NAME=2.3.2.2.5>2.3.2.2.5. Extrastereo</A></B></P>
+
+<P>This plugin increases (linearly) the difference between left and right
+ channels (as the XMMS extrastereo plugin) which has some of "live" effect
+ on playback.
+</P>
+
+<P>Usage :<BR>
+ &nbsp;&nbsp;<CODE>mplayer media.avi -aop list=extrastereo</CODE><BR>
+ &nbsp;&nbsp;<CODE>mplayer media.avi -aop list=extrastereo:mul=3.45</CODE></P>
+
+<P>The default coefficient (<CODE>mul</CODE>) is a float number that defaults
+ 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>
+
</BODY>
</HTML>