Skip to content

henern/ffmpeg4iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ffmpeg4iOS

trying to build a full-function player, from scratch, for iOS. based on ffmpeg project, and some powerful capability of iOS device.

You may need?

  1. scripts to build ffmpeg for iOS.
  2. ffmpeg binary libs for armv7, arm64, x86_64.
  3. code of latest stable ffmpeg release, it's v2.7.1 while my last update.

Features

  1. version: 0.1.0.0
  2. platform: iOS5/6/7/8
  3. cpu: armv7 + x86_64 + arm64.
  4. video: OpenGLES 2.0
  5. audio: AudioQueue
  6. hardware accelerator: mp3 + aac + he-aac, h264,
  7. misc: customized-user-agent,
  8. protocol: http, https,
  9. patch: EXT-X-DISCONTINUITY,
  10. coming (not that soon) ...

Samples

  1. a simple demo
  2. coming (not that soon) ...

TODO

  1. subtitles

License

This project is licensed under the terms of the MIT license.

Dependency

  1. ffmpeg
  2. gas-prepocessor

About

a player based on ffmpeg and iOS hw-accelerators, armv7 + x86_64 + arm64

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published