java - Use ffmpeg.c in my Android Application -


I am creating video processing solutions for use on Android phones. I have created FFmpeg for Android and found a video to use OpenGL. My next problem is able to clip files and save them to disk. I know that using FFmpeg from the command line is easy to use. Do you think that for me, this should take the main () method in (ffmpeg.c) and change it into function call and separate it from the command line only as a program from the command line? I think this will need to be OpenSource to my app, but this problem is not OK Any help or alternative ideas will be highly appreciated! Thanks!

Have you tried to look at NDK to link your Android app's methods?



Comments