Skip to main content

I'm new programmer for android. I want to use ffmpegffmpeg with android. but

But my question is can I use ffpmegffpmeg on android programming with linuxLinux commands? for example use this ffmpegffmpeg code :

 ffmpeg -framerate 1/5 -i img%03d.png -c:v libx264 -r 30 -pix_fmt yuv420p out.mp4 

on android programming??

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??

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??

Source Link
soheila
  • 87
  • 1
  • 1
  • 9

Use Ffmpeg on android with linux commands

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??