It shows examples, but it doesn't show how to use them in the commandline.
Here's how:
Code: Select all
$ ffmpeg -i input.ts -c:v copy -c:a pcm_s16le -af "aresample=async=1000" output.avi"
The "async=1000" option to aresample worked automagically. Thanks ffmpeg developers!