diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-01-20 23:26:35 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-01-20 23:26:35 +0100 |
commit | cb1c69c81d913b793cb569c99ad8e4348068a535 (patch) | |
tree | 63206a74ca92a03c6b2abe00560aff535543de9d /doc/filters.texi | |
parent | 64b7e7dcaf21bd3c9f644446c59acdac6a95892f (diff) | |
download | ffmpeg-cb1c69c81d913b793cb569c99ad8e4348068a535.tar.gz |
Clarify that the recommended audio squeezing/stretching filter is aresample.
Fixes ticket #2036.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 42c78b8786..022815f04d 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 |