FFmpeg: java.lang.UnsatisfiedLinkError while calling Runnable class
问题 I need to take a picture file and an audio file and create a video. I know that it's possible to do with the help of Runtime.getRuntime().exec("ffmpeg -i image.jpeg -i audio.mp3 out.avi") but only for rooted devices, so I've tried to create JNI wrapper for main() from ffmpeg.c and call it from my Activity like here: http://demo860.blogspot.com/2010/07/android-ffmpeg-dynamic-module-jni.html 1.This code is in ffmpeg.c : int m_argc = 0; char *m_pargv [30]; int dynamic_ffpmeg_main (int argc, char