Mercurial > mplayer.hg
changeset 8849:9476ccf6a41d
another pan example by Anders
author | diego |
---|---|
date | Thu, 09 Jan 2003 09:32:28 +0000 |
parents | d98f312051fd |
children | a51f55c5a5a1 |
files | DOCS/sound.html |
diffstat | 1 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.</DD> </DL> -<P>Example:<BR> +<P>Example 1:<BR> <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> + <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 removed soon.</STRONG></H2>