Skip to content

cenllv/FFmpeg.framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFmpeg.framework / libffmpeg

iOS FFmpeg wrapper for ffmpeg v1.0

  1. Dolby technologies needs license, DO NOT use dolby tech in your iOS app if you do not have a dolby license.

Remove the following tech from your ffmpeg v1.0 libs:

  • Dolby Digital (AC3)
  • Dolby Digital Plus (E-AC3)
  • Dolby TrueHD (MLP)
  1. You can compile your own ffmpeg lib, and replace the FFmpeg.framework from ffsdk.com The FFmpeg.framework is just an wrapper of ffmpeg libs: libavcodec.a
    libavformat.a
    libavutil.a
    libswresample.a libswscale.a

  2. How to compile ffmpeg libs for iOS? Please refer to: https://github.com/xiewei-wayne/ffmpeg-ios-compile

  3. How to compile FFmpeg.framework: Set FFmpeg, Simulator as active scheme.

    Debug: Command + B, or Xcode - Product -> Build For -> Testing Release: Xcode - Product -> Build For -> Profiling

Wayne xiewei.max@gmail.com

About

iOS FFmpeg wrapper for ffmpeg v1.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published