Estou tentando instalar o ffmpeg e suas bibliotecas com homebrew em um mac executando o osx (El Capitain). A instalação é concluída, no entanto, parece que apenas o ffmpeg está instalado e não o ffprobe ou o drawtext.
Eu tentei reinstalar com este comando:
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
..mas eu entendo isso
Warning:ffmpeg-3.0.2 already installed, it's just not linked
o que estou perdendo? Tentei excluir e tentar novamente a instalação, mas o problema persiste.
Resolvido. Isso me deu #
—
JulianJ
brew link --overwrite ffmpeg o corrigiu. Obrigado.
—
JulianJ
brew link ffmpeg
?