I tried installing it using homebrew and also tried to clone but it always ends up failing building. I don't find the cause. Is it because of my operating system being old?
homebrew install fail screenshot
Thank you so much in advance!
I tried installing it using homebrew and also tried to clone but it always ends up failing building. I don't find the cause. Is it because of my operating system being old?
homebrew install fail screenshot
Thank you so much in advance!
llogan
On
Although you found a solution using a really old FFmpeg I don't recommend using it. You're missing out on bug fixes, security fixes, features, and thousands of updates.
It appears you got FFmpeg 4.1.4 from evermeet to work. I recommend using that. All you have to do is uninstall the old homebrew version and move ffmpeg from evermeet to a directory in your $PATH, such as /usr/local/bin. Even better is to download a more recent version such as 4.2.2 or the git "snapshot".
Could you also post a screenshot of the error that home-brew gives you when trying to install that way?
In the meantime, I can tell that you have downloaded the latest version of FFmpeg. If you believe it might be because your OS is old, you could try downloading an older branch of the software. Try:
brew install [email protected]for exampleAnd, in your screenshot, you seem to be running FFmpeg off of the mounted volume. Have you tried moving this file to somewhere that's on your $PATH?