A Fork from ffmpeg-android modified to run on Mac
######Note: Some libs are removed from the original repo to fit my project needs.
- FFmpeg for Android compiled with x264
- Supports Android 5 (Lollipop)
- Tested on
Mac OS X Yosemite
and using Android NDKandroid-ndk-r10d
.
- armv7
- armv7-neon
- x86
- Clone the repo:
git clone https://github.com/falnatsheh/ffmpeg-android.git
- Navigate to the repo file:
cd ffmpeg-android
- Set environment variable (add your Android NDK path)
export ANDROID_NDK={Android NDK Base Path}
- Run following commands to compile ffmpeg
git submodule update --init
./android_build.sh
- Find the executable binary in
build
directory.
check files LICENSE.GPLv3 and LICENSE