ฉันกำลังพยายามติดตั้ง ffmpeg และเป็นไลบรารีที่มี homebrew บน mac ที่ใช้ osx (El Capitain) การติดตั้งเสร็จสมบูรณ์อย่างไรก็ตามดูเหมือนว่าจะติดตั้งเฉพาะ 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
ฉันพลาดอะไรไป ฉันได้ลองลบและลองติดตั้งใหม่ แต่ยังคงมีปัญหาอยู่
แก้ไข นั่นทำให้ฉัน
—
JulianJ
ลิงก์ชง - เขียนทับ ffmpeg แก้ไข ขอบคุณ
—
JulianJJ
brew link ffmpeg
?