1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

docs: add aresample/async example

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-12-23 00:06:37 +01:00
parent 3e15775333
commit d33c939bac

View File

@ -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.