What is the ideal way to create a video in android platform using JAVA?
I tried using ffmpeg but really got in trouble compiling it. I know there's a class that supports all these things in the iOS, it's called : AVFoundation. Does android has a similiar API for the encoding/decoding, buffers?
my goal is to create a video in Android and It seems to be too difficult to do such things on Android..... Are there any other solution for these things that I am not aware of?