美文网首页
ffmpeg # macOS 调试x264

ffmpeg # macOS 调试x264

作者: FlyingPenguin | 来源:发表于2019-03-30 00:19 被阅读0次
    • Step 1:
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    
    • Step 2:
    brew install x264
    
    • Step 3:
    brew link x264
    

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

    --enable-gpl --enable-libx264
    

    References:

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

    相关文章

      网友评论

          本文标题:ffmpeg # macOS 调试x264

          本文链接:https://www.haomeiwen.com/subject/mkjqbqtx.html