Skip to content

qinRight/FFmpeg-Android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFmpeg-Android

tested-version:

  • ffmpeg tag: n2.8.6 (af21d609a0ddeeddad4fdefecb19fd4e13744f80)
  • x264: 90a61ec76424778c050524f682a33f115024be96

Build

Prepare

  • Install git
  • Install Android NDK (tested with ndk20、ndk21、ndk22), do not use NDK23 by now
  • Install yasm, nasm (via brew install nasm yasm or apt install nasm yasm -y...)

Perform build

  1. $ export NDK=/path/to/your/android-ndk
  2. $ ./build_android.sh
  3. $ cd jni && $NDK/ndk-build
  4. The libffmpeg.so is in the folder libs

About

Building FFmpeg for Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 51.4%
  • C 37.7%
  • Makefile 10.9%