I want to create video file from Jpeg and audio file. I\'ve compiled FFMpeg to android and I\'ve got libffmpeg.so, and obj folder with ithers resources.
But how to u
You will need to include JNI wrapper methods that you can call from Java, that will in turn invoke the FFmpeg functions.