comparison DOCS/man/en/mplayer.1 @ 19176:e81c7378d6f4

- Add missing "00" in -af pan usage line. - Change -af pan usage and description to use a capital 'L' to make the letter easily distinguishable from a '1'.
author corey
date Mon, 24 Jul 2006 16:47:54 +0000
parents 79e011974b0d
children e41e0d7d1b21
comparison
equal deleted inserted replaced
19175:bce7fddd1209 19176:e81c7378d6f4
4362 sound level is too high. 4362 sound level is too high.
4363 .RE 4363 .RE
4364 .PD 1 4364 .PD 1
4365 . 4365 .
4366 .TP 4366 .TP
4367 .B pan=n[:l01:l02:...l10:l11:l12:...ln0:ln1:ln2:...] 4367 .B pan=n[:L00:L01:L02:...L10:L11:L12:...Ln0:Ln1:Ln2:...]
4368 Mixes channels arbitrarily. 4368 Mixes channels arbitrarily.
4369 Basically a combination of the volume and the channels filter 4369 Basically a combination of the volume and the channels filter
4370 that can be used to down-mix many channels to only a few, 4370 that can be used to down-mix many channels to only a few,
4371 e.g.\& stereo to mono or vary the "width" of the center 4371 e.g.\& stereo to mono or vary the "width" of the center
4372 speaker in a surround sound system. 4372 speaker in a surround sound system.
4378 this filter can be found in the examples section near the end. 4378 this filter can be found in the examples section near the end.
4379 .PD 0 4379 .PD 0
4380 .RSs 4380 .RSs
4381 .IPs <n>\ \ 4381 .IPs <n>\ \
4382 number of output channels (1\-6) 4382 number of output channels (1\-6)
4383 .IPs <lij> 4383 .IPs <Lij>
4384 How much of input channel i is mixed into output channel j (0\-1). 4384 How much of input channel i is mixed into output channel j (0\-1).
4385 So in principle you first have n numbers saying what to do with the 4385 So in principle you first have n numbers saying what to do with the
4386 first input channel, then n numbers that act on the second input channel 4386 first input channel, then n numbers that act on the second input channel
4387 etc. 4387 etc.
4388 If you do not specify any numbers for some input channels, 0 is assumed. 4388 If you do not specify any numbers for some input channels, 0 is assumed.