Estoy tratando de instalar ffmpeg y sus bibliotecas con homebrew en una Mac que ejecuta osx (El Capitain). La instalación se completa, sin embargo, parece que solo está instalado ffmpeg y no ffprobe o drawtext.
Intenté reinstalar con 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
..pero entiendo esto
Warning:ffmpeg-3.0.2 already installed, it's just not linked
¿Qué me estoy perdiendo? He intentado eliminar y volver a intentar la instalación, pero el problema persiste.
Resuelto Eso me dio
—
JulianJ
brew link --overwrite ffmpeg lo arregló. Gracias.
—
JulianJ
brew link ffmpeg
?