# android-ffmpeg **Repository Path**: caicry/android-ffmpeg ## Basic Information - **Project Name**: android-ffmpeg - **Description**: clone from https://github.com/mconf/android-ffmpeg.git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-10-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README In order to compile the FFmpeg for Android, you will need to download the Android NDK. After that, open the 'build.sh' script and replace the path to the NDK (variable NDK_DIR) with yours. Before compile, you need to update the FFmpeg repository. To do that, execute: git submodule init git submodule update Then execute 'sh build.sh', and after that the compiled libraries will be at 'libs/armeabi/'.