Mercurial > mplayer.hg
changeset 13590:93fae534ae55
af_extrastereo, af_volnorm
author | diego |
---|---|
date | Sat, 09 Oct 2004 01:03:41 +0000 |
parents | b158faf16c92 |
children | ba6b9cc1b3d0 |
files | DOCS/man/en/mplayer.1 DOCS/xml/en/audio.xml |
diffstat | 2 files changed, 52 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1 Sat Oct 09 00:24:10 2004 +0000 +++ b/DOCS/man/en/mplayer.1 Sat Oct 09 01:03:41 2004 +0000 @@ -3032,6 +3032,14 @@ .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
--- a/DOCS/xml/en/audio.xml Sat Oct 09 00:24:10 2004 +0000 +++ b/DOCS/xml/en/audio.xml Sat Oct 09 01:03:41 2004 +0000 @@ -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 "live" 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">