shell - ffmpeg not working after update to Mavericks -
After updating Mavericks 10.9.5 recently, my installation of ffmpeg is extinguishing
Error:
dyld: Library has not been loaded: /usr/local/lib/libx264.142.dylib Referenced: / usr / local / bin / ffmpeg Reason: Image not found Trace / BPT Trap: 5
Any ideas? I am not very special with manual compilation and I have installed ffmpeg through homebrew.
I tried to uninstall it and try:
install brew ffmpeg - head brow installed ffmpeg - build-to-source
but this is a .configure error
==> .configure --prefix = / usr / local / cellar / ffmpeg / 2.4.2 - enable-shareable-aligned --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded- Tables - enabled - avresample If you think that the configured fault is made, make sure you are using the latest version from the git. If the latest version fails, report the problem to the ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg at irc.freenode.net. Include the log file "config.log" created by the configuration as it will help to solve the problem. Read this: https://github.com/Homebrew/homebrew/wiki/troubleshooting These open issues can also help: against gpac 0.5.0 ffmpeg 2.4.1 (https://github.com/Homebrew/homebrew) Does not create / issues / 32978)
My solution after some negligible .
Uninstall Drunken ffmpeg brew doctor
Then I told me that I had an unlinked FEMPG and I had some dependencies
Install Fluffy faac lame xvid brew doctor
Then I told that I was just an unlinked item.
brew install ffmpeg
And this work.
Comments
Post a Comment