Commit f6ef62eb authored by Michael Niedermayer's avatar Michael Niedermayer

doc/ffmpeg-resampler: Try to document async

Improvements welcome!
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 9ffe790a
......@@ -145,6 +145,14 @@ value of 28 gives SoX's 'Very High Quality'.
For soxr only, selects passband rolloff none (Chebyshev) & higher-precision
approximation for 'irrational' ratios. Default value is 0.
@item async
For swr only, simple 1 parameter audio sync to timestamps using stretching,
squeezing, filling and trimming. Setting this to 1 will enable filling and
trimming, larger values represent the maximum amount in samples that the data
may be stretched or squeezed for each second.
Default value is 0, thus no compensation is applied to make the samples match
the audio timestamps.
@item min_comp
For swr only, set the minimum difference between timestamps and audio data (in
seconds) to trigger stretching/squeezing/filling or trimming of the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment