ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
安裝Homebrew:
brew info ffmpeg
查看ffmpeg安裝參數
brew install ffmpeg --with-fdk-aac --with-ffplay --with-freetype --with-libass --with-libquvi --with-libvorbis --with-libvpx --with-opus --with-x265
推薦安裝參數
brew update && brew upgrade ffmpeg
升級
brew install ffmpeg --with-ffplay
安裝ffplay
Read more...