diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-12-18 01:25:10 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-12-22 22:33:57 +0100 |
commit | bc5d6e4b9615d2041479dd77be6da43848bafda2 (patch) | |
tree | 7de493fbb22e392957460913b8f8566be21daefe /doc/filters.texi | |
parent | 60c801c679c89fc657f787444d03f69dc578b6aa (diff) | |
download | ffmpeg-bc5d6e4b9615d2041479dd77be6da43848bafda2.tar.gz |
docs: point to aresample from asyncts docs
"Fixes" Ticket2036
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 2bc7c4595c..f456d03617 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -414,6 +414,7 @@ Pass the audio source unchanged to the output. Pad the end of a audio stream with silence, this can be used together with -shortest to extend audio streams to the same length as the video stream. +@anchor{aresample} @section aresample Resample the input audio to the specified parameters. If none are specified @@ -770,6 +771,8 @@ 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. + The filter accepts the following named parameters: @table @option |