[Mplayer-cvslog] CVS: main/DOCS sound.html,1.60,1.61

Diego Biurrun CVS diego at mplayerhq.hu
Thu Jan 9 10:32:39 CET 2003


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

Modified Files:
	sound.html 
Log Message:
another pan example by Anders


Index: sound.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/sound.html,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- sound.html	4 Jan 2003 15:49:24 -0000	1.60
+++ sound.html	9 Jan 2003 09:32:28 -0000	1.61
@@ -467,10 +467,17 @@
     how much of input channel j is mixed into output channel i.</DD>
 </DL>
 
-<P>Example:<BR>
+<P>Example 1:<BR>
   &nbsp;&nbsp;<CODE>mplayer -af pan=1:0.5:0.5 -channels 1 media.avi</CODE></P>
 
 <P>would down-mix from stereo to mono.</P>
+
+<P>Example 2:<BR>
+  &nbsp;&nbsp;<CODE>mplayer -af pan=3:1:0:1:0.5:0.5 -channels 3 media.avi</CODE></P>
+
+<P>would give 3 channel output leaving channels 0 and 1 intact, and mix channels
+  0 and 1 into output channel 2 (which could be sent to a sub-woofer for
+  example).</P>
 
 
 <H2><STRONG>Note: Audio plugins have been deprecated by audio filters and will be



More information about the MPlayer-cvslog mailing list