Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm struggling to record a high quality video of my iOS app. The focus is on high quality. To my knowledge there are only two options to record a screen and both have some serious limitations.

Screen recording in the simulator

  • The quality is just not as good as on the device because of two reasons. First, OS X (Quicktime) has a built in screen recording function but the compression is very high and non-adjustable. I found screenium to give me much better result. However, even with the issue of compression solved, the color depth in the simulator is not as rich as on the device creating very visible artefact (even before recording it).

  • The performance of the iOS app in the simulator is much worse than on an actual (modern) device. Especially when using OpenGL, I notice a substantial drop in the framerate.

Recording the app on the device

  • I could just hold a camera and record the iPhone with the app running on it. For obvious reasons this doesn't seem like the ideal solution.

  • I could use a third party app to record the AirPlay mirrored screen on a Mac. Again, this would involve some serious performance decrease and compression artefacts because of the encoding process.

I'm looking for any kind of advice on this topic. A way to increase the color depth in the simulator, a way to increase the speed of an app in the simulator, a professional way to record the screen from the device, an efficient way to encode frames on the fly in the app...

share|improve this question
1  
This makes more sense on AskDifferent.com – Moshe Oct 3 '12 at 1:55
Maybe there is a coding answer to this (e.g. grabbing and encoding the frames within the app, or how to increase the stupid colordepth in the simulator). – hanno Oct 3 '12 at 1:58
1  
I doubt it, but if that's what you're looking for, kindly edit your question? – Moshe Oct 3 '12 at 2:19
Are you sure that you will see a significant decrease in quality by using AirPlay mirroring and capturing the local video from that? I captured this via Reflection and ScreenFlow: sunsetlakesoftware.com/sites/default/files/… . The video came out pretty clear in that case. – Brad Larson Oct 3 '12 at 16:04
Hm. This is how it looks like with Reflection. Better than I thought but not as good as I want it to be... youtube.com/watch?v=4CdPBElTXhs – hanno Oct 10 '12 at 3:53

closed as off topic by Moshe, qegal, WATTO Studios, Carl Veazey, Jason Sturges Oct 3 '12 at 3:08

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.