Browse Source

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

Fixes ticket #2036.
tags/n1.2
Carl Eugen Hoyos 12 years ago
parent
commit
cb1c69c81d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/filters.texi

+ 1
- 1
doc/filters.texi View File

@@ -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


Loading…
Cancel
Save