How can you save Cocos2D window output as Video?
- by crunchyt
I am considering using the excellent looking Cocos2d for a motion graphics project.
However, Cocos2d is intended for games, rather than producing an MPEG stream.
Is it possible to save the output from a Cocos2d script to a MOV or MPG file?
Ideally this needs to be done in a direct manner, not using a screen capture
as this would not meet the requirements of the project.
Hopefully there are some cocos2d gurus out there :D Thanks!