[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
- Previous message: [Mplayer-cvslog] CVS: main/libao2 pl_extrastereo.c,NONE,1.1 Makefile,1.19,1.20 audio_plugin.h,1.7,1.8
- Next message: [Mplayer-cvslog] CVS: main/DOCS/Hungarian documentation.html,1.114,1.115 sound.html,1.22,1.23
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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=<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>
- Previous message: [Mplayer-cvslog] CVS: main/libao2 pl_extrastereo.c,NONE,1.1 Makefile,1.19,1.20 audio_plugin.h,1.7,1.8
- Next message: [Mplayer-cvslog] CVS: main/DOCS/Hungarian documentation.html,1.114,1.115 sound.html,1.22,1.23
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list