From 57b11ba70651a423f15befc9eeabd55b8d9899ea Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 4 Dec 2013 20:04:38 +0100 Subject: manpage: update af_format entry Don't bother explaining the sample format naming schema. The "ne" bit is outdated anyway, and anyone who has to use this option will be able to understand the naming schema just by looking at the names too. --- DOCS/man/en/af.rst | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/DOCS/man/en/af.rst b/DOCS/man/en/af.rst index 03c0780390..34b54eb6c8 100644 --- a/DOCS/man/en/af.rst +++ b/DOCS/man/en/af.rst @@ -220,21 +220,14 @@ Available filters are: audio data. Keep in mind that the filter system might auto-insert actual conversion filters before or after this filter if needed. - All parameters are optional. The ``in-`` variants restrict what the filter - accepts as input. The ``out-`` variants change the audio format, without + All parameters are optional. The first 3 parameters restrict what the filter + accepts as input. The ``out-`` parameters change the audio format, without actually doing a conversion. The data will be 'reinterpreted' by the filters or audio outputs following this filter. ```` Force conversion to this format. Use ``--af=format=format=help`` to get - a list of valid formats. 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 endian - ('le' means little-endian, 'be' big-endian and leaving it away the - endianness of the computer mpv is running on). Valid values (amongst - others) are: 's16le', 'u32be' and 'u24'. Exceptions to this rule that - are also valid format specifiers: u8, s8, floatle, floatbe, float, - mpeg2, and ac3. + a list of valid formats. ```` Force conversion to a specific sample rate. The rate is an integer, -- cgit v1.2.3