summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-27 18:16:24 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-27 18:16:24 +0000
commit2e5481e9f5e5735adde7376be86dc3132f79e917 (patch)
tree80c32e0ca215d0b017846a5983c8b7c34f54a5a0 /DOCS
parentb48947fc65e6f111b8a1db10ac7747b95b7e9850 (diff)
downloadmpv-2e5481e9f5e5735adde7376be86dc3132f79e917.tar.bz2
mpv-2e5481e9f5e5735adde7376be86dc3132f79e917.tar.xz
lavcresample & sweep filters
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13778 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.121
1 files changed, 21 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 3eed9ac8ce..245569f1a4 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -3019,6 +3019,27 @@ Available filters are:
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 <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 <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