Page 1 of 1

FFmpeg: "No such filter: 'asyncts'"

Posted: Mon Aug 13, 2012 5:26 pm
by ^rooker
[PROBLEM]
I wanted to use FFmpeg's "asyncts" audio filter, but received the error message:
No such filter: 'asyncts'
I was using my own compilation of ffmpeg's git head.

[SOLUTION]
Add the argument "--enable-avresample" to the configure-call, then recompile and it should be working! :)