I installed ffmpeg through homebrew but when I try to run it, even just typing in ffmpeg
I get the following error message:
dyld: Library not loaded
I got it to work by running brew search liblzma
which told me lzma is now part of the xz formula.
So then I ran brew install xz
and tried running ffmpeg
again and it works now!
I'm running OSX Mojave 10.14.5 and got the dyld: Library not loaded: /usr/local/lib/liblzma.5.dylib
complaint.
brew install xz
did not workbrew uninstall --force ffmpeg && brew install ffmpeg