# android-ffmpeg-java **Repository Path**: cxxowl/android-ffmpeg-java ## Basic Information - **Project Name**: android-ffmpeg-java - **Description**: Android Java wrapper around ffmpeg command line binary - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FFMPEG Library for Android This project is a Java wrapper around an ffmpeg command line binary for use in Android applications. It depends on the [android-ffmpeg](https://github.com/guardianproject/android-ffmpeg) project to provide the ffmpeg binary. It is licensed under the GPLv3. ## Building Ensure `NDK_BASE` env variable is set to the location of your NDK, example: export NDK_BASE=/path/to/android-ndk Then execute: git submodule update --init --recursive cd external/android-ffmpeg ./configure_make_everything.sh Then build the project in Eclipse.