Android Ffmpeg Simple Jni Wrapper
I've been trying to use an ffmpeg binary with command line access for a while now and getting nowhere (Using runtime.exec) It looks like the only way I'll be able to get it to work
Solution 1:
There are many open source projects available, But for simplicity, You can start from here
Solution 2:
I believe this is what you are looking for: https://github.com/hoary/JavaAV
Multiple platforms supported so your code will be more portable.
Post a Comment for "Android Ffmpeg Simple Jni Wrapper"