Mercurial > mplayer.hg
diff DOCS/sound.html @ 4928:ecf9f93dd9b6
added documentation for "extrastereo" plugin (patch by pl)
author | gabucino |
---|---|
date | Sun, 03 Mar 2002 16:47:04 +0000 |
parents | 5eb369bc0188 |
children | 6cb9d9a1716d |
line wrap: on
line diff
--- a/DOCS/sound.html Sun Mar 03 14:17:53 2002 +0000 +++ b/DOCS/sound.html Sun Mar 03 16:47:04 2002 +0000 @@ -234,5 +234,21 @@ list=volume:volume=<0-255></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> + <CODE>mplayer media.avi -aop list=extrastereo</CODE><BR> + <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>