# HG changeset patch # User michael # Date 1098900984 0 # Node ID 50b4c7da30b5324b2c9f67ce9b75e95f6f8348ab # Parent 3029f9e4f2ac5712639d463813add038dd3dd707 lavcresample & sweep filters diff -r 3029f9e4f2ac -r 50b4c7da30b5 DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Wed Oct 27 18:03:11 2004 +0000 +++ b/DOCS/man/en/mplayer.1 Wed Oct 27 18:16:24 2004 +0000 @@ -3019,6 +3019,27 @@ Changes the sample rate of the audio stream to an integer srate in Hz. It only supports the 16-bit little-endian format. With MEncoder, you need to also use \-srate . +.IPs lavcresample[=srate[:length[:linear[:count[:cutoff]]]]] +Changes the sample rate of the audio stream to an integer srate in Hz. +It only supports the 16-bit little-endian format. +With MEncoder, you need to also use \-srate . +.RSss +srate: the output sample rate +.br +length: length of the filter with respect to the lower sampling rate +default: 16 +.br +linear: if 1 then filters will be linearly interpolated between polyphase +entries +.br +count: log2 of the number of polyphase entries +(..., 10->1024, 11->2048, 12->4096, ...) +default: 10->1024 +.br +cutoff: cutoff frequency (0.0-1.0), default set depending upon filter length +.REss +.IPs sweep[=speed] +sine sweep .IPs channels[=nch] Change the number of channels to nch output channels. If the number of output channels is bigger than the number of input channels