I am trying to capture the on-screen activity of my app as a video (one that I can save/upload to Youtube).
There are many others who want to do this. Although the answers are generally sparse, there's no in-depth explanation of how to do this or why it can't be done.
- There's a paid (and possibly sketchy?) option here.
- There's this related, but again, not totally clear SO answer about taking lots of screenshots: link.
- There's a Smule app called MadPad HD that "records" the user's actions and stitches them together (but it doesn't actually capture the screen, it just stitches actions together). Here's the output of a stitching: link.
My questions are as follows:
- Is capturing the video output of the screen and turning it into video actually possible?
- If not, is taking lots of screenshots and turning them into video feasible (performance-wise)?
- If 1 and 2 are not true, is this impossible because of device constraints or because Apple doesn't want it?
Thanks!