FFmpeg: "No such filter: 'asyncts'"
Posted: Mon Aug 13, 2012 5:26 pm
[PROBLEM]
I wanted to use FFmpeg's "asyncts" audio filter, but received the error message:
[SOLUTION]
Add the argument "--enable-avresample" to the configure-call, then recompile and it should be working!
I wanted to use FFmpeg's "asyncts" audio filter, but received the error message:
I was using my own compilation of ffmpeg's git head.No such filter: 'asyncts'
[SOLUTION]
Add the argument "--enable-avresample" to the configure-call, then recompile and it should be working!