@martinr92 Would it be feasible for you to adapt your macOS ffmpeg builds for use with Audacity so that the general public has an up to date binary version?
It seems like Audacity needs a special build but the current recommended macOS binary version for use with Audacity is years out of date with many security vulnerabilities.
This would be a gift to the macOS community!
#ffmpeg #audacity
@timothybright There are two main challenges: Audacity is using a pretty old version (not sure, if newer versions would also work). But the main issue is the dynamic (linking) build. I provide currently only static linked files and therefore they are not compatible with Audacity. It would require a lot of adjustments in my build scripts.
Due to lack of time, I can't help at the moment.