comparison DOCS/man/en/mplayer.1 @ 14739:d5ec03284ccf

Description of -af format was outdated. This updates it. Feel free to change spelling or phrasing :) Note: There's no official spelling of endianness. Personally I prefer a single n, but the majority seems to use double n. Since I'm not a native speaker, I used 'endianness' here.
author ivo
date Sun, 20 Feb 2005 03:58:15 +0000
parents 408d14601dca
children c29a660e8bd7
comparison
equal deleted inserted replaced
14738:408d14601dca 14739:d5ec03284ccf
3527 the mono channel is repeated in both of the output channels). 3527 the mono channel is repeated in both of the output channels).
3528 If the number of output channels is smaller than the number of input channels 3528 If the number of output channels is smaller than the number of input channels
3529 the exceeding channels are truncated. 3529 the exceeding channels are truncated.
3530 . 3530 .
3531 .TP 3531 .TP
3532 .B format[=bps:f] 3532 .B format[=format]
3533 Select the bytes per sample and the format used for output from the 3533 Change the current sample format.
3534 filter layer. 3534 .PD 0
3535 The option bps is an integer and denotes Bytes per sample. 3535 .RSs
3536 The format f is a string containing a concatenated mix of: 3536 .IPs format
3537 .br 3537 Sets the desired format.
3538 alaw, mulaw or imaadpcm 3538 The general form is 'sbe', where s denotes the sign (either s for signed or u
3539 .br 3539 for unsigned), b denotes the number of bits per sample (16, 24 or 32) and e
3540 float or int 3540 denotes the endianness (le equals to little-endian, be to big-endian and ne to
3541 .br 3541 the endianness that's native to the computer MPlayer is running on).
3542 unsigned or signed 3542 Valid values (amongst others) are: s16le, u32be and u24ne.
3543 .br 3543 Exceptions to this rule are: u8, s8, floatle, floatbe, floatne, mulaw, alaw,
3544 le or be (little- or big-endian) 3544 mpeg2, ac3 and imaadpcm.
3545 .RE
3546 .PD 1
3545 .br 3547 .br
3546 . 3548 .
3547 .TP 3549 .TP
3548 .B volume[=v:sc] 3550 .B volume[=v:sc]
3549 Select the output volume level. 3551 Select the output volume level.