项目作者: depthlove

项目描述 :
x264-iOS-build-script,编译x264的静态库脚本
高级语言: Shell
项目地址: git://github.com/depthlove/x264-iOS-build-script.git
创建时间: 2015-09-16T10:43:36Z
项目社区:https://github.com/depthlove/x264-iOS-build-script

开源协议:

下载


x264 iOS build script

My blog: http://depthlove.github.io/

This is a shell script to build x264 for iOS apps.

Tested with:

  • x264-snapshot-20140914-2245
  • Xcode 6.4

Requirements

Usage

  • To build everything:

    1. ./build-x264.sh
  • To build for arm64:

    1. ./build-x264.sh arm64
  • To build fat library for armv7 and x86_64 (64-bit simulator):

    1. ./build-x264.sh armv7 x86_64
  • To build fat library from separately built thin libraries:

    1. ./build-x264.sh lipo

About x264 encode video streaming to h264, you can watch my paper http://depthlove.github.io/2015/09/17/use-x264-encode-iOS-camera-video-to-h264/

关于x264编码视频流为h264的内容,可以参看我的文章:http://depthlove.github.io/2015/09/17/use-x264-encode-iOS-camera-video-to-h264/

If you want to know more things, you can view my github blog: http://depthlove.github.io/.
更多内容可参看我的github博客:http://depthlove.github.io/