Create video from several images
-
Hi,
I want to create a video from several images on nokia symbian^3 device, preferably avi or other youtube supported format. Is there direct Qt API for this, or I have to dig into symbian API.
Thanks,
Arif
-
There is nothing in Qt to help with this. Qt has APIs for decoding videos, but nothing to do encoding at the frame level (only camera capture). I'm not even sure Symbian^3 has an API for this so you might need to find a separate third party library to achieve this.
Jason