Is it possible to create video of series of Images present on SdCard using MediaCodec? if yes, can anyone share me the link? I want to import images from sdCard and create video from those images, any suggestions??? I want to do this programmatically. I've tried using jcodec library but the process is very slow and I want to fasten up a little bit more. Is there any chances that MediaCodec can do that in my ADT and in much faster way.
Importing images from SdCard --> making a good quality .mp4 video (faster than jcodec way).