Error while run command ffmpeg: Library not loaded: ‘/opt/homebrew/opt/mbedtls/lib/libmbedcrypto.13.dylib’ [closed]
I fixed by uninstalling both mbedtls and librist and then reinstalling ffmpeg as described here brew uninstall librist –ignore-dependencies brew uninstall mbedtls –ignore-dependencies brew reinstall ffmpeg