summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-12-23 00:06:37 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-12-23 19:47:51 +0100
commitd33c939bac315480609a29d3e100d81353d87439 (patch)
tree34ee53e2d57851556f51755f25d452c11b026e25 /doc
parent3e1577533318e2ebd6eb7ea632f1322ed4df3035 (diff)
docs: add aresample/async example
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 3e37b5302d..b7ae3cd825 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -488,6 +488,12 @@ For example, to resample the input audio to 44100Hz:
aresample=44100
@end example
+To stretch/squeeze samples to the given timestamps, with a maximum of 1000
+samples per second compensation:
+@example
+aresample=async=1000
+@end example
+
@section asetnsamples
Set the number of samples per each output audio frame.