我正在尝试在运行osx的Mac(El Capitain)上安装带有自制软件的ffmpeg及其库。安装完成,但是似乎仅安装了ffmpeg而不是ffprobe或drawtext。
我尝试使用以下命令重新安装:
brew install ffmpeg --with-fdk-aac --with-ffplay --with-freetype --with-frei0r --with-libass --with-libvo-aacenc --with-libvorbis --with-libvpx --with-opencore-amr --with-openjpeg --with-opus --with-rtmpdump --with-schroedinger --with-speex --with-theora --with-tools
..但是我明白了
Warning:ffmpeg-3.0.2 already installed, it's just not linked
我想念什么?我尝试删除并重试安装,但问题仍然存在。
解决了。那给了我
—
朱利安·J
brew link --overwrite ffmpeg修复了它。谢谢。
—
朱利安·J
brew link ffmpeg
?