I installed ffmpeg through homebrew but when I try to run it, even just typing in ffmpeg I get the following error message:
ffmpeg
dyld: Library not loaded
I'm running OSX Mojave 10.14.5 and got the dyld: Library not loaded: /usr/local/lib/liblzma.5.dylib complaint.
dyld: Library not loaded: /usr/local/lib/liblzma.5.dylib
brew install xz
brew uninstall --force ffmpeg && brew install ffmpeg