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:
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.