[FFmpeg-devel] [PATCH 4/4] docs: add aresample/async example
Michael Niedermayer
michaelni at gmx.at
Sun Dec 23 00:07:14 CET 2012
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
---
doc/filters.texi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/doc/filters.texi b/doc/filters.texi
index 45d85f9..a0ce92b 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -495,6 +495,11 @@ For example, to resample the input audio to 44100Hz:
aresample=44100
@end example
+To stretch/squeeze samples to the given timestamps
+ at example
+aresample=async=1000
+ at end example
+
@section asetnsamples
Set the number of samples per each output audio frame.
--
1.7.9.5
More information about the ffmpeg-devel
mailing list