Search code examples
iphoneiosios4iphone-sdk-3.0

How to include FFMpeg library in iphone project


I am using iFrameExtractor to extract the frames. But when I clone the project I found that few files from ffmpeg framework was missing. I tried hard to include the missing file, but was not able to do that.. Can anyone sort out this issue or give me the link of FrameExtractor class which contains all the lib files of FFMpeg. I downloaded the project from this link but when i open the project i gets the following missing file in the image.! This are the missing files


Solution

  • Well you could have a look at the following links

    FFMPEG Compiled Libraries And iOS

    FFMPEG integration on iphone/ ipad project

    And this tutorial

    FFMPEG Integration