[FFmpeg-cvslog] Clarify that the recommended audio squeezing/stretching filter is aresample .

Carl Eugen Hoyos git at videolan.org
Sun Jan 20 23:31:15 CET 2013


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sun Jan 20 23:26:35 2013 +0100| [cb1c69c81d913b793cb569c99ad8e4348068a535] | committer: Carl Eugen Hoyos

Clarify that the recommended audio squeezing/stretching filter is aresample.

Fixes ticket #2036.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cb1c69c81d913b793cb569c99ad8e4348068a535
---

 doc/filters.texi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 42c78b8..022815f 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -718,7 +718,7 @@ ffmpeg -f lavfi -i amovie=silence.mp3,silencedetect=noise=0.0001 -f null -
 Synchronize audio data with timestamps by squeezing/stretching it and/or
 dropping samples/adding silence when needed.
 
-As an alternative, you can use @ref{aresample} to do squeezing/stretching.
+This filter is not built by default, please use @ref{aresample} to do squeezing/stretching.
 
 The filter accepts the following named parameters:
 @table @option



More information about the ffmpeg-cvslog mailing list