QuickTime .MOV file to sprite sheet

I have a small Quicktime .mov file that I would like to play during a Corona SDK scene. I don’t want it to take over the whole screen like media.whatever does.

Is there a way to convert the frames out to a sprite sheet?

EDIT: Assume I have no tools other than than iMovie to play with…

Rob [import]uid: 19626 topic_id: 20250 reply_id: 320250[/import]

THe only way i know of is to use quicktime pro.

However I noticed the method was kind of unusable. A 10>30 second movie exported to nearly 1000 frames. [import]uid: 84637 topic_id: 20250 reply_id: 79179[/import]

Well I ended up using media.playVideo in my main.lua and when it completes it does a storyboard:gotoScene(“menu”)… does what it needs to do. I was hoping to embed it in the page, but I think it will be better the way I have it now.
[import]uid: 19626 topic_id: 20250 reply_id: 79201[/import]