[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.875,1.876
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Sat Feb 19 15:58:43 CET 2005
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv6372
Modified Files:
mplayer.1
Log Message:
Corrected/improved usage example for -af pan
Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.875
retrieving revision 1.876
diff -u -r1.875 -r1.876
--- mplayer.1 17 Feb 2005 21:03:29 -0000 1.875
+++ mplayer.1 19 Feb 2005 14:58:39 -0000 1.876
@@ -3563,6 +3563,8 @@
.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 @@
.
.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
.
More information about the MPlayer-DOCS
mailing list