I'm new programmer for android. I want to use ffmpeg with android.
But my question is can I use ffpmeg on android programming with Linux commands? for example use this ffmpeg code :
ffmpeg -framerate 1/5 -i img%03d.png -c:v libx264 -r 30 -pix_fmt yuv420p out.mp4 on android programming??