falnatsheh / ffmpeg-android

A Fork from ffmpeg-android script, modified to run on Mac.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 Yosemite and using Android NDK android-ndk-r10d.

Supported Architecture

  • armv7
  • armv7-neon
  • x86

Instructions

  1. Clone the repo: git clone https://github.com/falnatsheh/ffmpeg-android.git
  2. Navigate to the repo file: cd ffmpeg-android
  3. Set environment variable (add your Android NDK path) export ANDROID_NDK={Android NDK Base Path}
  4. Run following commands to compile ffmpeg
  5. git submodule update --init
  6. ./android_build.sh
  7. Find the executable binary in build directory.

License

check files LICENSE.GPLv3 and LICENSE

About

A Fork from ffmpeg-android script, modified to run on Mac.

License:Other


Languages

Language:Shell 100.0%