Any api to generate avi file?

I’m making a paint app, and want record all draw steps to  mov, Is there any api for it?

We do not have any video creating API calls in Corona SDK.  It might be something you can do in Enterprise, but I’m not for certain since it would require capturing the screen with incremental changes (i.e. keyframes and the in between frames). Currently from the Lua side we can only capture full screen shots and you’re not going to get a very good frame rate doing that.

Rob

We do not have any video creating API calls in Corona SDK.  It might be something you can do in Enterprise, but I’m not for certain since it would require capturing the screen with incremental changes (i.e. keyframes and the in between frames). Currently from the Lua side we can only capture full screen shots and you’re not going to get a very good frame rate doing that.

Rob