[FFmpeg-cvslog] docs: add aresample/async example
Michael Niedermayer
git at videolan.org
Sun Dec 23 19:48:36 CET 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Dec 23 00:06:37 2012 +0100| [d33c939bac315480609a29d3e100d81353d87439] | committer: Michael Niedermayer
docs: add aresample/async example
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d33c939bac315480609a29d3e100d81353d87439
---
doc/filters.texi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/doc/filters.texi b/doc/filters.texi
index 3e37b53..b7ae3cd 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:
+ at example
+aresample=async=1000
+ at end example
+
@section asetnsamples
Set the number of samples per each output audio frame.
More information about the ffmpeg-cvslog
mailing list