ffmpeg-android
ffmpeg-android copied to clipboard
A Fork from ffmpeg-android script, modified to run on Mac.
FFmpeg-Android
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 Yosemiteand using Android NDKandroid-ndk-r10d.
Supported Architecture
- armv7
- armv7-neon
- x86
Instructions
- 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
builddirectory.
License
check files LICENSE.GPLv3 and LICENSE