diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-12-23 00:06:37 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-12-23 19:47:51 +0100 |
commit | d33c939bac315480609a29d3e100d81353d87439 (patch) | |
tree | 34ee53e2d57851556f51755f25d452c11b026e25 | |
parent | 3e1577533318e2ebd6eb7ea632f1322ed4df3035 (diff) | |
download | ffmpeg-d33c939bac315480609a29d3e100d81353d87439.tar.gz |
docs: add aresample/async example
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | doc/filters.texi | 6 |
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. |