diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-05-09 06:39:37 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-05-14 21:36:11 +0200 |
commit | 6eeb9a0433d793dbd86c43d3dea1a2f8015f1147 (patch) | |
tree | d76b6760e32c091c721b5bae3b46639545a0e807 /doc/avconv.texi | |
parent | 369cb092ecbbaff20bb0a2a1d60536c3bc04a8f0 (diff) | |
download | ffmpeg-6eeb9a0433d793dbd86c43d3dea1a2f8015f1147.tar.gz |
avconv: automatically insert asyncts when -async is used.
Deprecate -async.
Diffstat (limited to 'doc/avconv.texi')
-rw-r--r-- | doc/avconv.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi index 511642a56d..d6e409612e 100644 --- a/doc/avconv.texi +++ b/doc/avconv.texi @@ -610,6 +610,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. @item -copyts Copy timestamps from input to output. @item -copytb |