[Mplayer-cvslog] CVS: main/DOCS documentation.html,1.197,1.198 sound.html,1.26,1.27

Winner of tha face compo gabucino at mplayer.dev.hu
Sun Mar 3 17:47:06 CET 2002


Update of /cvsroot/mplayer/main/DOCS
In directory mplayer:/var/tmp.root/cvs-serv6705

Modified Files:
	documentation.html sound.html 
Log Message:
added documentation for "extrastereo" plugin (patch by pl)


Index: documentation.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/documentation.html,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -r1.197 -r1.198
--- documentation.html	3 Mar 2002 10:54:03 -0000	1.197
+++ documentation.html	3 Mar 2002 16:47:01 -0000	1.198
@@ -136,6 +136,7 @@
 	    <LI><A HREF="sound.html#2.3.2.2.3">2.3.2.2.3 Sample format converter</A></LI>
 	    <LI><A HREF="sound.html#2.3.2.2.4">2.3.2.2.4 Delay</A></LI>
 	    <LI><A HREF="sound.html#2.3.2.2.5">2.3.2.2.5 Software volume control</A></LI>
+	    <LI><A HREF="sound.html#2.3.2.2.6">2.3.2.2.6 Extrastereo</A></LI>
 	  </UL>
       </UL>
     </UL>

Index: sound.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/sound.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- sound.html	2 Mar 2002 18:22:38 -0000	1.26
+++ sound.html	3 Mar 2002 16:47:01 -0000	1.27
@@ -234,5 +234,21 @@
   list=volume:volume=&lt;0-255&gt;</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>
+  &nbsp;&nbsp;<CODE>mplayer media.avi -aop list=extrastereo</CODE><BR>
+  &nbsp;&nbsp;<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>




More information about the MPlayer-cvslog mailing list