This is a lightweight wrapper around FFmpeg for Android.
This library isn't yet ready for anyone to use... yet.
Before you get started, build FFmpeg for Android and generate a set of shared libraries and header files. Check out our guide. Place the shared libraries in libs/$PLATFORM_ARCH/
and the headers in jni/include
.
Important: Until the Android Gradle plugin supports the NDK, use the script: jni/ndk-build.sh
in place of ndk-build
.