FFmpeg: "No such filter: 'asyncts'"

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
^rooker
Site Admin
Posts: 1483
Joined: Fri Aug 29, 2003 8:39 pm

FFmpeg: "No such filter: 'asyncts'"

Post 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! :)
Jumping out of an airplane is not a basic instinct. Neither is breathing underwater. But put the two together and you're traveling through space!
Post Reply