Estoy intentando instalar ffmpeg y sus librerías con homebrew en un mac con osx (El Capitain). La instalación se completa sin embargo su parece sólo ffmpeg se instala y no ffprobe o drawtext.
He probado a 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 me sale esto
Warning:ffmpeg-3.0.2 already installed, it's just not linked
¿Qué me falta? He intentado borrar y volver a intentar la instalación pero el problema persiste.
5 votos
brew link ffmpeg
?0 votos
Resuelto. Eso me dio
0 votos
brew link --overwrite ffmpeg lo arregló. Gracias.