The way when i execute command in run window in window 7 like:- C:\Users\Nitin\Desktop\pradeet t\bin> ffmpeg -y -threads 4 -i input_file -map 0 -acodec copy -vcodec copy D:\ad.mp4
Now i want to execute this in Android Programmatically. but i am unable to execute this command.
Please give my any suggestion.