KIFFmpeg 3.0.0

KIFFmpeg 3.0.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release May 2016

Maintained by smartwalle.



KIFFmpeg 3.0.0

  • By
  • SmartWalle

安装

pod 'KIFFmpeg'

FFmpeg iOS build script

Flattr this git repo

This is a shell script to build FFmpeg libraries for iOS and tvOS apps.

Tested with:

  • FFmpeg 3.0
  • Xcode 7.2.1

Requirements

Usage

Use build-ffmpeg-tvos.sh for tvOS.

  • To build everything:

    ./build-ffmpeg.sh
    
  • To build arm64 libraries:

    ./build-ffmpeg.sh arm64
    
  • To build fat libraries for armv7 and x86_64 (64-bit simulator):

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

    ./build-ffmpeg.sh lipo
    

Download

You can download a binary for FFmpeg 3.0 release at https://downloads.sourceforge.net/project/ffmpeg-ios/ffmpeg-ios-master.tar.bz2

External libraries

You should link your app with

  • libz.dylib
  • libbz2.dylib
  • libiconv.dylib

Influences