mirror of https://git.ffmpeg.org/ffmpeg.git
docs: -asyncts has been replaced by aresample not asyncts in ffmpeg
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
ddf6131a0a
commit
0aa0bab40d
|
@ -858,7 +858,7 @@ Audio sync method. "Stretches/squeezes" the audio stream to match the timestamps
|
|||
the parameter is the maximum samples per second by which the audio is changed.
|
||||
-async 1 is a special case where only the start of the audio stream is corrected
|
||||
without any later correction.
|
||||
This option has been deprecated. Use the @code{asyncts} audio filter instead.
|
||||
This option has been deprecated. Use the @code{aresample} audio filter instead.
|
||||
|
||||
@item -copyts
|
||||
Do not process input timestamps, but keep their values without trying
|
||||
|
|
Loading…
Reference in New Issue