summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-20 03:58:15 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-20 03:58:15 +0000
commitd03d839df693306c466a962c7bfca993b4506066 (patch)
tree9018e96a2473a552a8c6dc373a8695bfd57f6ffd /DOCS
parent9b1bd1ae0f768a345ac4ba97237e3547af808205 (diff)
downloadmpv-d03d839df693306c466a962c7bfca993b4506066.tar.bz2
mpv-d03d839df693306c466a962c7bfca993b4506066.tar.xz
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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14740 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.128
1 files changed, 15 insertions, 13 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index fb2152e252..e742e93496 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -3529,19 +3529,21 @@ If the number of output channels is smaller than the number of input channels
the exceeding channels are truncated.
.
.TP
-.B format[=bps:f]
-Select the bytes per sample and the format used for output from the
-filter layer.
-The option bps is an integer and denotes Bytes per sample.
-The format f is a string containing a concatenated mix of:
-.br
-alaw, mulaw or imaadpcm
-.br
-float or int
-.br
-unsigned or signed
-.br
-le or be (little- or big-endian)
+.B format[=format]
+Change the current sample format.
+.PD 0
+.RSs
+.IPs format
+Sets the desired format.
+The general form is 'sbe', where s denotes the sign (either s for signed or u
+for unsigned), b denotes the number of bits per sample (16, 24 or 32) and e
+denotes the endianness (le equals to little-endian, be to big-endian and ne to
+the endianness that's native to the computer MPlayer is running on).
+Valid values (amongst others) are: s16le, u32be and u24ne.
+Exceptions to this rule are: u8, s8, floatle, floatbe, floatne, mulaw, alaw,
+mpeg2, ac3 and imaadpcm.
+.RE
+.PD 1
.br
.
.TP