Hello Android Developers,

I having pictures .JPEG file, I want to convert it in video
format .mp4.

There is ffmpeg command for .mp4  typecast

ffmpeg -r 30 -i foo-%03d.jpeg -r 30 -b 8973kb -minrate 8973kb -maxrate
8973kb -bufsize 10000kb foo2.mp4


Please help me how to convert images in form of video mp4.

Thanking of you.

Navi

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to