comparison DOCS/xml/en/audio.xml @ 13590:93fae534ae55

af_extrastereo, af_volnorm
author diego
date Sat, 09 Oct 2004 01:03:41 +0000
parents f9985b9f4436
children c66b1514ce5b
comparison
equal deleted inserted replaced
13589:b158faf16c92 13590:93fae534ae55
984 <screen>mplayer -af export=/tmp/mplayer-af_export:1024 <replaceable>media.avi</replaceable></screen> 984 <screen>mplayer -af export=/tmp/mplayer-af_export:1024 <replaceable>media.avi</replaceable></screen>
985 would export 1024 samples per channel to <filename>/tmp/mplayer-af_export</filename>. 985 would export 1024 samples per channel to <filename>/tmp/mplayer-af_export</filename>.
986 </para> 986 </para>
987 </sect4> 987 </sect4>
988 988
989 <sect4 id="af_extrastereo">
990 <title>Extrastereo</title>
991
992 <para>
993 This audio filter (linearly) increases the difference between left and
994 right channels (like the <application>XMMS</application> extrastereo
995 plugin) which adds some sort of &quot;live&quot; effect to playback.
996 This filter has one parameter:</para>
997
998 <variablelist>
999 <varlistentry>
1000 <term><option>mul</option></term>
1001 <listitem><para>
1002 is the difference coefficient, an optional floating point number that defaults
1003 to <literal>2.5</literal>. If you set it to <literal>0.0</literal>, you will
1004 have mono sound (average of both channels). If you set it to
1005 <literal>1.0</literal>, sound will be unchanged, if you set it to
1006 <literal>-1.0</literal>, left and right channels will be swapped.
1007 </para></listitem>
1008 </varlistentry>
1009 </variablelist>
1010
1011 <para>
1012 Usage:
1013 <screen>
1014 mplayer -af extrastereo <replaceable>media.avi</replaceable>
1015 mplayer -af extrastereo=3.45 <replaceable>media.avi</replaceable><!--
1016 --></screen>
1017 </para>
1018 </sect4>
1019
1020 <sect4 id="af_volnorm">
1021 <title>Volume normalizer</title>
1022
1023 <para>
1024 This audio filter maximizes the volume without distorting the sound.
1025 </para>
1026
1027 <para>
1028 Usage:
1029 <screen>mplayer -af volnorm <replaceable>media.avi</replaceable></screen>
1030 </para>
1031 </sect4>
1032
989 </sect3> 1033 </sect3>
990 1034
991 <sect3 id="audio-plugins"> 1035 <sect3 id="audio-plugins">
992 <title>Audio plugins (deprecated)</title> 1036 <title>Audio plugins (deprecated)</title>
993 <note><para><emphasis role="bold">Audio plugins have been deprecated by audio filters and will 1037 <note><para><emphasis role="bold">Audio plugins have been deprecated by audio filters and will