summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-09 09:32:28 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-09 09:32:28 +0000
commit4501183da39bcb26f4a8418be659d18257b17d4f (patch)
treed3acbf18fbc1c251c7f4a78878065f19327e0530
parenta83c89999633f56003d756392593c0e85df94ee1 (diff)
downloadmpv-4501183da39bcb26f4a8418be659d18257b17d4f.tar.bz2
mpv-4501183da39bcb26f4a8418be659d18257b17d4f.tar.xz
another pan example by Anders
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8850 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/sound.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/DOCS/sound.html b/DOCS/sound.html
index bcf898c3a5..20b6cf41f1 100644
--- a/DOCS/sound.html
+++ b/DOCS/sound.html
@@ -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>
&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
removed soon.</STRONG></H2>