I have read several post on both matters but I haven’t seen anyone comparing so far.
Suppose I just want full screen animation without any transparency etc, just a couple of seconds animation (1”-2”) when an app starts. Does anyone know how “video” compares to “sequence of images” (320×480 @ 30) on the iPhone, regarding performance etc?
I think there are a few points to think about here.
I think you will need to go for video because,
1. 45 full screen PNG images is going to require a lot of ram. I don’t think this is going to work that well.
Lastly you will need to ad the Media Player Framework which will have to be loaded into memory and this going to increase your load times.
MY ADVICE: Sounds like the animation is a bit superfluous to the app, I hate apps that take ages to load and this is only going to increase you app startup times. If you can avoid doing this, then dont do it. Make you app fast. If you could do this at some other time after load then that is cool.