Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 517 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 517 Bytes

ffmpeg-android

ffmpeg library compiled with x264 for android

Supported Architecture

  • armv7

Instructions

  • Edit android_build.sh and set ANDROID_NDK_ROOT_PATH according to your NDK root path
  • Run following commands to compile ffmpeg
    1. git submodule init
    2. git submodule update
    3. ./android_build.sh
  • Find the executable binary in build directory.

For more information you can check the blog post - http://vinsol.com/blog/2014/07/30/cross-compiling-ffmpeg-with-x264-for-android/