Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 1.07 KB

File metadata and controls

20 lines (19 loc) · 1.07 KB

ffmpeg-android-builder Build Status

Set of scripts to build ffmpeg binary for Android

Credits

Original source was forked from FFmpegMediaPlayer.
Please take a look into original repo for more information.

New things in this repo

  1. Support Linux & Mac OS build env without manually modification
  2. Scripting everything, even NDK download
  3. Update ffmpeg to 3.4 & handle build error
  4. My favorite, adding travis support
  5. ARM, ARMv7, x86, x86_64 and ARM_64 support, MIPS are on the way, but not yet

How to use

Just trigger "build-ffmpeg.sh" then relax.
Output file can be found @ "ffmpeg-android" under working directory.

Prebuilt

Refer to Release tab .

Troubleshooting

  1. NDK version should be r14d. It's not working with r16d.
  2. For Mac OS users, please manually download Android NDK & export NDK variable to ndk path.