Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2013-04-18 18:59:27 +0400
committerNicolas George <nicolas.george@normalesup.org>2013-04-21 17:20:50 +0400
commitb57c23f8c85c58c29343ed415e0cf2b4fd1a81d8 (patch)
treed7792f4c1c5895505db9eb3c12dad5154eef4757 /doc
parent14369f59c5ad1fb817fb4d94073f31cccf12b556 (diff)
lavfi: add asetrate filter.
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 4c702a9c26..39747f943e 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -900,6 +900,18 @@ disable padding for the last frame, use:
asetnsamples=n=1234:p=0
@end example
+@section asetrate
+
+Set the sample rate without altering the PCM data.
+This will result in a change of speed and pitch.
+
+The filter accepts the following options:
+
+@table @option
+@item sample_rate, r
+Set the output sample rate. Default is 44100 Hz.
+@end table
+
@section ashowinfo
Show a line containing various information for each input audio frame.