How to make 3gp from audio and image in Android?

881 Views Asked by At

I have problem at make 3gp video from audio and image.

is there any simple way to make video fro audio and one image? or can you provide some example of it?

Thank you.

1

There are 1 best solutions below

0
On

I am assuming you mean programatically - if so, depending on how you define 'simple'(!), you could use ffmpeg.

There are a number of ffmpeg wrapper for Android projects that you can either use or look at to design your own. Some examples:

ffmpeg syntax evolves over time but the link below should be a good starting point for the syntax you need: