summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-19 14:58:39 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-19 14:58:39 +0000
commitd25c17a05a94235891d02ae676bbced0b4398daf (patch)
tree143722c6987258eb92483397d8c2035e203a4465 /DOCS
parent6c14ca3e75883354185823863c9b7731906b5663 (diff)
downloadmpv-d25c17a05a94235891d02ae676bbced0b4398daf.tar.bz2
mpv-d25c17a05a94235891d02ae676bbced0b4398daf.tar.xz
Corrected/improved usage example for -af pan
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14736 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.16
1 files changed, 5 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 33b1763a0b..bc5cac6a84 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -3563,6 +3563,8 @@ Enable soft clipping.
.TP
.B pan[=n:l01:l02:...l10:l11:l12:...ln0:ln1:ln2:...]
Mixes channels arbitrarily, see DOCS/\:HTML/\:en/\:audio.html for details.
+An example how to downmix a six-channel file to two channels with this
+filter can be found in the examples section near the end of the manpage.
.PD 0
.RSs
.IPs n
@@ -7665,7 +7667,9 @@ mplayer \-vo zr2 \-vf scale=352:288,zrmjpeg file.avi
.
.TP
.B Play a 6-channel AAC file with only two speakers:
-mplayer -rawaudio on:format=0xff -af pan=6:1:1:0:1:0:1:1:0:1:0:1:1 adts_he-aac160_51.aac
+mplayer \-rawaudio on:format=0xff \-af pan=6:.32:.39:.06:.17:-.17:.33:.32:.06:.39:-.17:.17:.33 adts_he-aac160_51.aac
+You might want to play a bit with the pan values (e.g multiply with a value) to
+increase volume or avoid clipping.
.
.SH EXAMPLES OF MENCODER USAGE
.