git clone git://git.videolan.org/x264.git./configure --enable-static --enable-sharedmakemake installbrew install x264x264: 可以直接使用的编码H.264命令行程序, libx264.a: 可以用于程序开发的编码H.264的类库.hg clone http://hg.videolan.org/x265brew install x265git clone https://chromium.googlesource.com/webm/libvpxgit clone https://github.com/webmproject/libvpx./configuremakemake installvpxdec: 可以直接使用的解码VP8, VP9命令行程序; vpxenc: 可以直接使用的编码VP8, VP9命令行程序; libvpx.a: 可以用于程序开发的编码VP8, VP9的类库