CocoaPods trunk is moving to be read-only. Read more on the blog, there are 16 months to go.

CocoaFFmpeg 2.2.0

CocoaFFmpeg 2.2.0

TestsTested
LangLanguage Obj-CObjective C
License Custom
ReleasedLast Release Dec 2015

Maintained by Daniel Jankovic.



  • By
  • Daniel Jankovic

FFmpeg iOS build script

Pre-compiled light-weight FFmpeg libraries for iOS. Build your own with attached build script.

Tested with:

Usage

build-ffmpeg.sh [minimal|entire] [arm64|armv7s|armv7|x86_64|i386] [lipo]

common:

build optimized libraries with all necessary stuff and h264 codec

./build-ffmpeg.sh minimal

build minimal configuration for device architectures only

./build-ffmpeg.sh minimal arm64 armv7s armv7

miscellaneous:

build configuration with all codecs

./build-ffmpeg.sh universal

join created libraries only for architectures into one fat library

./build-ffmpeg.sh lipo

Download

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

External libraries

You should link with

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

Influences