af_extrastereo, af_volnorm

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13591 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2004-10-09 01:03:41 +00:00
parent e2659fc367
commit 67bf1e6ae4
2 changed files with 52 additions and 0 deletions

View File

@ -3032,6 +3032,14 @@ mmapped_file: file to map data to (default: ~/.mplayer/\:mplayer-af_export)
.br
nsamples: number of samples per channel (default: 512)
.REss
.IPs extrastereo[=mul]
Increases the difference between left and right channels to add some
sort of "live" effect to playback.
.RSss
mul: difference coefficient (default: 2.5)
.REss
.IPs volnorm
Maximizes the volume without distorting the sound.
.RE
.
.TP

View File

@ -986,6 +986,50 @@ would export 1024 samples per channel to <filename>/tmp/mplayer-af_export</filen
</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">