Search code examples
androidvideoencode

Android encode a video starting from a set of images


Any suggestion on how to encode a videoclip starting from a set of images in Android? I've tried JCodec but it is not documented and I was unable to use it. Any other alternative?


Solution

  • I think JCodec is properly documented. I had used it successfully in a project few days back. Download the sample app from the below link and you will get an idea.

    JCodec android sample project