# HG changeset patch # User diego # Date 1042104748 0 # Node ID 9476ccf6a41d1d9cdd0861e38d8414dcfc9fa13b # Parent d98f312051fd2d39fb740bfe143729212e079816 another pan example by Anders diff -r d98f312051fd -r 9476ccf6a41d DOCS/sound.html --- a/DOCS/sound.html Thu Jan 09 09:27:51 2003 +0000 +++ b/DOCS/sound.html Thu Jan 09 09:32:28 2003 +0000 @@ -467,11 +467,18 @@ how much of input channel j is mixed into output channel i. -

Example:
+

Example 1:
  mplayer -af pan=1:0.5:0.5 -channels 1 media.avi

would down-mix from stereo to mono.

+

Example 2:
+   mplayer -af pan=3:1:0:1:0.5:0.5 -channels 3 media.avi

+ +

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).

+

Note: Audio plugins have been deprecated by audio filters and will be removed soon.