I want to create video from bunch of images. Let me explain what exactly I want.
I have one static image (.jpg, .png, etc.) and I have bunch of images you can say frames (sequences extract from .gif). Now I want that first put my static image on screen as a background. On that I have put frames and doing animation. No I want to create video from these resources.
I have tried by combining images like :
static image —> frame_0.png
static image —> frame_1.png
static image —> frame_2.png
and so on….Finally I have bunch of images. Now I am creating video.
But I am facing too many memory warning and crashes.
How I can achieve this. Have anyone other solution ? Please help me.