[MPlayer-DOCS] CVS: main/DOCS/xml/en audio.xml,1.18,1.19

Diego Biurrun CVS syncmail at mplayerhq.hu
Sat Oct 9 03:03:44 CEST 2004


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var2/tmp/cvs-serv10958/en

Modified Files:
	audio.xml 
Log Message:
af_extrastereo, af_volnorm


Index: audio.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/audio.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- audio.xml	6 Sep 2004 14:06:33 -0000	1.18
+++ audio.xml	9 Oct 2004 01:03:41 -0000	1.19
@@ -986,6 +986,50 @@
 </para>
 </sect4>
 
+<sect4 id="af_extrastereo">
+<title>Extrastereo</title>
+
+<para>
+This audio filter (linearly) increases the difference between left and
+right channels (like the <application>XMMS</application> extrastereo
+plugin) which adds some sort of &quot;live&quot; effect to playback.
+This filter has one parameter:</para>
+
+<variablelist>
+<varlistentry>
+<term><option>mul</option></term>
+<listitem><para>
+is the difference coefficient, an optional floating point number that defaults
+to <literal>2.5</literal>. If you set it to <literal>0.0</literal>, you will
+have mono sound (average of both channels). If you set it to
+<literal>1.0</literal>, sound will be unchanged, if you set it to
+<literal>-1.0</literal>, left and right channels will be swapped.
+</para></listitem>
+</varlistentry>
+</variablelist>
+
+<para>
+Usage:
+<screen>
+mplayer -af extrastereo <replaceable>media.avi</replaceable>
+mplayer -af extrastereo=3.45 <replaceable>media.avi</replaceable><!--
+--></screen>
+</para>
+</sect4>
+
+<sect4 id="af_volnorm">
+<title>Volume normalizer</title>
+
+<para>
+This audio filter maximizes the volume without distorting the sound.
+</para>
+
+<para>
+Usage:
+<screen>mplayer -af volnorm <replaceable>media.avi</replaceable></screen>
+</para>
+</sect4>
+
 </sect3>
 
 <sect3 id="audio-plugins">




More information about the MPlayer-DOCS mailing list