mirror of https://git.ffmpeg.org/ffmpeg.git
Clarify that the recommended audio squeezing/stretching filter is aresample.
Fixes ticket #2036.
This commit is contained in:
parent
64b7e7dcaf
commit
cb1c69c81d
|
@ -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
|
Synchronize audio data with timestamps by squeezing/stretching it and/or
|
||||||
dropping samples/adding silence when needed.
|
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:
|
The filter accepts the following named parameters:
|
||||||
@table @option
|
@table @option
|
||||||
|
|
Loading…
Reference in New Issue