Closed hholst80 closed 12 months ago
I need to have a better way to indicate this situation--your ffmpeg is too old.
What is the minimum ffmpeg version with the latest stable?
I believe ffmpeg 5 is required. It's best tested against 6.
It doesn't seem like there's a great way to improve this error. The ffmpeg crate I use conditionally exposes features depending on version, so imports fail, which is earlier than any assertion I could add.
It would probably work if I wrapped the whole impl in a module but that's not really worth it for just a better compile error.
I've updated the docs with version info, including a notice that idk if it works on ffmpeg 5. Lmk if you try!
So ok that error was easy to fix:
So here we go again: