docs: add aresample/async example

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/8/head
Michael Niedermayer 12 years ago
parent 3e15775333
commit d33c939bac
  1. 6
      doc/filters.texi

@ -488,6 +488,12 @@ For example, to resample the input audio to 44100Hz:
aresample=44100
@end example
To stretch/squeeze samples to the given timestamps, with a maximum of 1000
samples per second compensation:
@example
aresample=async=1000
@end example
@section asetnsamples
Set the number of samples per each output audio frame.

Loading…
Cancel
Save