JoeChenFC / FFmpeg-for-iOS

[C/Obj-C] FFmpeg for iOS using OpenGLES and AudioQueues instead of SDL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a demo project for getting FFmpeg functionality into your OpenGLES applications on iOS devices.

Yeah, I realize that this is coming when 4.1 has come out and we now have hardware decoding capabilities, but maybe some people want to use FFmpeg still.

Anyway this is code I've been sitting on for a while that I intended to create a blog tutorial for but never got around to.

You'll need to build FFmpeg, I have included some scripts (stolen from iFrameExtractor by jayparro - http://github.com/jayrparro/iFrameExtractor)

THIS PROJECT DOES NOT USE SDL. NO SDL!

OK I don't really know if this works as is, I can't make any guarantees.  Don't ask me to fix it for you if it doesn't work and it doesn't look like I'm maintaining it.

About

[C/Obj-C] FFmpeg for iOS using OpenGLES and AudioQueues instead of SDL.

License:Other


Languages

Language:C 83.6%Language:Assembly 9.8%Language:C++ 4.7%Language:Objective-C 1.4%Language:Perl 0.4%Language:GLSL 0.0%