I have the same doubt that here. I want to execute this command on Android:
ffmpeg -i input.mp4 -s 480x320 output.mp4
So I compiled all the librarys with the NDK following this tutorial, I only need to add this code (I suppose that in a .c file that I have created) but I don´t know how... I will appreciate any help and any example if it was possible!!