This fork contains only changes in FFmpeg.java. the costructor was private and it was using application context which used to have trouble with locale changing. I've made that public and limited usage of application context to singleton instance only and added a method to nullify the singleton object if you want to recreate that.
FFmpeg Android java is a java library that simplifies your task of using ffmpeg in Android project which I've compiled using FFmpeg-Android
These are two basic methods of this library:
loadBinary(FFmpegLoadBinaryResponseHandler ffmpegLoadBinaryResponseHandler) throws FFmpegNotSupportedException
execute(String cmd, FFmpegExecuteResponseHandler ffmpegExecuteResponseHandler) throws FFmpegCommandAlreadyRunningException
For examples and usage instructions head over to:
- [writingminds.github.io/ffmpeg-android-java] (http://writingminds.github.io/ffmpeg-android-java/)
- armv7
- armv7-neon
- x86
- Check file LICENSE.GPLv3 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