From 73508716be16cca9118b325f8c5bdf7be210fb36 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 20 Feb 2005 18:34:06 +0000 Subject: man page review part XVI git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14742 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 58 +++++++++++++++++++++++++-------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index e742e93496..b21206c3b8 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3495,17 +3495,17 @@ It only supports the 16-bit little-endian format. With MEncoder, you need to also use \-srate . .PD 0 .RSs -.IPs srate +.IPs the output sample rate -.IPs length +.IPs length of the filter with respect to the lower sampling rate (default: 16) -.IPs linear +.IPs if 1 then filters will be linearly interpolated between polyphase entries -.IPs count +.IPs log2 of the number of polyphase entries (..., 10->1024, 11->2048, 12->4096, ...) (default: 10->1024) -.IPs cutoff +.IPs cutoff frequency (0.0-1.0), default set depending upon filter length .RE .PD 1 @@ -3521,7 +3521,7 @@ Head-related transfer function: Converts multichannel audio to . .TP .B channels[=nch] -Change the number of channels to nch output channels. +Change the number of channels to output channels. If the number of output channels is bigger than the number of input channels empty channels are inserted (except when mixing from mono to stereo, then the mono channel is repeated in both of the output channels). @@ -3533,13 +3533,13 @@ the exceeding channels are truncated. Change the current sample format. .PD 0 .RSs -.IPs format +.IPs 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. +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' means little-endian, 'be' big-endian +and 'ne' the endianness of 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 @@ -3553,11 +3553,11 @@ This filter is not reentrant and can therefore only be enabled once for every audio stream. .PD 0 .RSs -.IPs v +.IPs \ \ Sets the desired gain in dB for all channels in the stream from -200dB to +60dB (where -200dB mutes the sound completely and +60dB equals a gain of 1000). -.IPs sc +.IPs \ Enable soft clipping. .RE .PD 1 @@ -3566,12 +3566,12 @@ Enable soft clipping. .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. +filter can be found in the examples section near the end of the man page. .PD 0 .RSs -.IPs n +.IPs \ \ number of input channels (1\-6) -.IPs lij +.IPs How much of input channel j is mixed into output channel i. .RE .PD 1 @@ -3581,19 +3581,19 @@ How much of input channel j is mixed into output channel i. Add subwoofer channel. .PD 0 .RSs -.IPs fc +.IPs \ cutoff frequency for low-pass filter (20Hz to 300Hz) (default: 60Hz) -.IPs ch +.IPs \ channel number for the sub-channel .RE .PD 1 . .TP -.B surround[=d] +.B surround[=delay] Decoder for matrix encoded surround sound, works on many 2 channel files. .PD 0 .RSs -.IPs d +.IPs delay time in ms for the rear speakers (0ms to 1000ms) (default: 15ms) .RE .PD 1 @@ -3609,9 +3609,9 @@ number between 0 and 1000). Exports the incoming signal to other processes using memory mapping (mmap()). .PD 0 .RSs -.IPs mmapped_file +.IPs file to map data to (default: ~/.mplayer/\:mplayer-af_export) -.IPs nsamples +.IPs number of samples per channel (default: 512) .RE .PD 1 @@ -3622,7 +3622,7 @@ Increases the difference between left and right channels to add some sort of "live" effect to playback. .PD 0 .RSs -.IPs mul\ \ +.IPs difference coefficient (default: 2.5) .RE .PD 1 @@ -3637,16 +3637,16 @@ Load a LADSPA (Linux Audio Developer's Simple Plugin API) plugin. This filter is reentrant, so multiple LADSPA plugins can be used at once. .PD 0 .RSs -.IPs file\ +.IPs Specifies the LADSPA plugin library file. If LADSPA_PATH is set, it searches for the specified file. If it is not set, you must supply a fully specified pathname. -.IPs label +.IPs