ffmpeg # macOS 调试x264

2019-03-30  本文已影响0人  FlyingPenguin
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install x264
brew link x264

然后编译ffmpeg的时候 就可以加入以下语句了:

--enable-gpl --enable-libx264

References:

https://trac.ffmpeg.org/wiki/CompilationGuide/macOS
https://trac.ffmpeg.org/wiki/CompilationGuide/Centos

上一篇 下一篇

猜你喜欢

热点阅读