Show HN: Install and use multiple versions of FFmpeg with asdf
1–3 of 3 posts
Re: Show HN: Install and use multiple versions of FFmpeg with asdf
#2Why would I need multiple versions?
Re: Show HN: Install and use multiple versions of FFmpeg with asdf
#3Why would I need multiple versions?
My main use case is upgrading codebases that depend on ffmpeg. I work for a shop that does a lot of media encoding and analysis across several independent systems, and we can’t upgrade all of them at once when a new ffmpeg is released, which means that for a while we’re actively supporting versions N and N+1. With this plugin, each codebase can declare which version of ffmpeg it wants in .tool-versions, and I don’t have to remember to do the uninstall/reinstall dance.
Most people won’t need this, but a few might find it very helpful.