FFmpeg Android java is a java library that simplifies your task of using ffmpeg in Android project. This fork is using an LGPL version of the FFmpeg binary, with permission from the creator, hiteshsondhi88, for dynamically linking in commercial projects.
These are two basic methods of this library:
loadBinary(FFmpegLoadBinaryResponseHandler ffmpegLoadBinaryResponseHandler) throws FFmpegNotSupportedExceptionexecute(String cmd, FFmpegExecuteResponseHandler ffmpegExecuteResponseHandler) throws FFmpegCommandAlreadyRunningException
For examples and usage instructions head over to:
- [hiteshsondhi88.github.io/ffmpeg-android-java] (http://hiteshsondhi88.github.io/ffmpeg-android-java/)
- armv7
- armv7-neon
- x86
- Check file LICENSE.LGPLv3 and Make sure to follow the licensing terms and conditions of the project and the software used to build the project.
- Get in touch with us - http://www.writingminds.com
