diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-10-21 22:47:51 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-10-21 22:47:51 +0000 |
commit | 3a1b20a7e7edfd735a325759c15e767765137ff5 (patch) | |
tree | a39ce9c184804d20d161bf42a5ae5ab2b9dd47d2 | |
parent | 1b1ff9c2b53538b84f0b578e868397ebd45027d2 (diff) | |
download | mpv-3a1b20a7e7edfd735a325759c15e767765137ff5.tar.bz2 mpv-3a1b20a7e7edfd735a325759c15e767765137ff5.tar.xz |
MEncoder needs -srate together with -af resample,
hint by Giacomo Comes <comes at naic dot edu>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13733 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/man/en/mplayer.1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 4bab35003c..3eed9ac8ce 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3018,6 +3018,7 @@ Available filters are: .IPs resample[=srate[:sloppy][:type]] 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 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 |