I have build ffmpeg for android using NDK as mentioned here.
What I want to do is create a video file using image list as mentioned in here.
ffmpeg -i ffmpeg_temp/%05d.png -b 512 video2.mpg
I want to know how can I run this command in my C class file.
Thanks in advance.