A Fork from ffmpeg-android modified to run on Mac
######Note: Some libs are removed from the original repo to fit my project need.
- FFmpeg for Android compiled with x264
- Supports Android L
- 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
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