Possible Duplicate:
Use FFMPEG on Android
I have all the required .so
file for ffmpeg but I don't know how to use it with android application.
Any help or tutorial or sample app link will do a lot for me.
Thanks.
Possible Duplicate:
Use FFMPEG on Android
I have all the required .so
file for ffmpeg but I don't know how to use it with android application.
Any help or tutorial or sample app link will do a lot for me.
Thanks.
Theoretically you need to write your own Android.mk and Application.mk files such a way that your Android application can handle the generated so files and wrap them.
You need to check the Android-NDK documentation.
You can also use the Bambuser's ffmpeg port for Android.