1

I have successfully build ffmpeg for Android and now I need to create video from sequence images so it look like animation video with some default audio. I have found some solution but it all says using command like.

How to do same thing using jni on Android?

3
  • this can be easily done using javacv Commented Nov 11, 2013 at 6:35
  • hi,can u create video from the images?i am stuck with in last 2days,i am working on a app in which i have get images from libraries and then make a video of that images,,can you please help me out?? Commented Apr 7, 2014 at 5:45
  • Sameer if you solved your problem then please share it to me this is a big issue for me. Commented Apr 7, 2014 at 7:43

1 Answer 1

1

try the answer here requiring more chops with jni interfaces that running on CLI like here

You will probably need to do some more reading on the JNI interface and specifically how to integrate call on 'ffmpeg.main()' with the JNI.

Once you have that down, creating mp4 from list of photos and audio is kind of like following in android/JNI...

from git, an example of the interface

Sign up to request clarification or add additional context in comments.

1 Comment

Thank you for answer,i have get the more details from here github.com/JayH5/android-ffmpeg-cmdline

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.