Android: Does Jcodec support Arraylist of Bitmap?

248 views Asked by At

I've been searching for a possible way to convert my Bitmap (Not in drawable, I'm using canvas bitmap) into a video format. And I've found the Jcodec. I don't know if it support an arraylist of bitmap. And the website doesn't give any clear Instructions on how to use it in my project. I searched a lot on how to use it, but I can't find anything besides a snippets of codes, wherein I don't know if that is Jcodec or not. The sample code provided doesn't work either. If you have a simple working code on how to use it, please paste it here. What I want know is how can I make the Bitmaps I saved in arraylist.

Thanks

0

There are 0 answers