# FFmpeg-Android **Repository Path**: wysaid/FFmpeg-Android ## Basic Information - **Project Name**: FFmpeg-Android - **Description**: Building FFmpeg for Android - **Primary Language**: Shell - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-02-11 - **Last Updated**: 2024-06-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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`