Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisballinger/FFmpeg-iOS
FFmpeg static libraries compiled for iOS
https://github.com/chrisballinger/FFmpeg-iOS
Last synced: about 1 month ago
JSON representation
FFmpeg static libraries compiled for iOS
- Host: GitHub
- URL: https://github.com/chrisballinger/FFmpeg-iOS
- Owner: chrisballinger
- License: other
- Created: 2013-09-11T22:10:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-17T00:20:12.000Z (almost 9 years ago)
- Last Synced: 2024-10-27T22:07:07.679Z (about 2 months ago)
- Language: Ruby
- Size: 40 KB
- Stars: 273
- Watchers: 21
- Forks: 91
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: COPYING.LGPLv2.1
Awesome Lists containing this project
- awesome - FFmpeg-iOS - FFmpeg static libraries compiled for iOS (etc)
README
# FFmpeg-iOS
[FFmpeg](http://www.ffmpeg.org) static libraries compiled for armv7, armv7s and x86_64 for use in iOS development.
## Usage
Just drag the `/dependencies/include` and `/dependencies/lib` folders into your Xcode project and add them to your build target. If you want to, you can modify the `build-ffmpeg.sh` script to suit your needs and recompile.
## Status
This most recent version has been tested with FFmpeg version 2.1.1 and version 7.0 of the iOS SDK.
## Compilation
1. Make sure you have the latest version of [gas-preprocessor.pl](https://github.com/libav/gas-preprocessor) installed into your PATH or you'll get some nasty linker errors.
2. Check `build-ffmpeg.sh` to see if `VERSION="X.X.X"` is your desired FFmpeg version and `SDKVERSION="Y.Y"` matches your current iOS SDK version.
3. To build normally: `$ bash build-ffmpeg.sh`
4. To build for debugging: `$ DEBUG=true bash build-ffmpeg.sh`## License
FFmpeg is LGPLv2.1+ depending on how you compile it. This may affect your ability to distribute binaries on the App Store, especially if you don't release your source code to allow someone to re-link against newer versions of FFmpeg. Beware!
The license for this repository can be found in the `LICENSE` file parallel to this `README.md`.