Video Capture Quality

The iPhone 4 shot excellent quality 720p30 video and remained arguably the best in that category for a considerable run. Recently though it has been outclassed by smartphones that are shooting 1080p30 with impressive quality which record 720p30 just as well. The 4S catches back up on paper and likewise can capture video at 1080p30. Like every prior iDevice, there are no toggles to change video capture size - it’s always at the device’s maximum quality - 1080p30. Apple also made note of their own gyro-augmented electronic stabilization which the 4S brings. Practically every other smartphone we’ve seen has likewise included some electronic stabilization which leverages the pixels around the target 1080p or 720p area.

We’ve captured videos from the 4S in the dual camera mount alongside the 4, an SGS2, and a reference Canon Vixia HF11 for comparison. I also shot a low light comparison between the 4 and 4S. Showing the differences in video between all of those is something of a challenge, so I’ve done a few different things. First, you can grab the native format 4S versus 4 videos here (442 MB) and the 4S versus SGS2 video here (289 MB).

It’s hard to compare those side by side unless you have multiple instances of VLC open and hit play at the same time, so I also combined and synchronized the comparison videos side by side. The frame is 4096x2048 so we can see actual 1080p frames side by side. Though I realize 4K displays are hard to come by, you at least can see full size images which I’ve synchronized.

It’s readily apparent just how much more dynamic range the 4S has over the 4 when you look at the highlights and dark regions. In addition, the 4S does indeed have better white balance, whereas the 4 changes its white balance a few times as we pan left and right through different levels of brightness and ends up looking blue at the very end of the first clip.

Then comes the SGS2 comparison, and I start out with some unintentional shake where you can really see the 4S’ anti shake kick in. I considered the SGS2’s electronic anti shake pretty good, however its narrower field of view in 1080p capture exacerbates the shaking. Subjectively the two are pretty closely matched in terms of video quality, but the SGS2 runs its continual auto focus a lot and has a few entirely unfocused moments. The 4S’ continual auto focus is much more conservative and often requires a tap to refocus.

The Vixia HF11 comparison gives you an idea how the 4S compares to a consumer level camcorder shooting in its own maximum quality mode. I’d say the 4S actually gives it a run for its money, surprisingly enough, though the 4S (like every smartphone) still has rolling shutter in movement. Finally I shot a low light side by side with the 4S and 4, again white balance is better, but the 4S video in this mode looks a bit noisier than the 4. In addition, the 4S exhibits more lens flaring (something I noticed while shooting stills as well) than the 4.

Subjectively video quality from the 4S is very good, but it falls short in other ways. The 4S shoots video at 1080p30 baseline with 1 reference frame at 24 Mbps, with single channel 64 Kbps AAC audio. If you’ve been following our smartphone reviews, you’ll know that although this is the highest bitrate of any smartphone thus far (Droid 3 we’ve seen at 15 Mbps, SGS2 at 17 Mbps), it’s just baseline and not high profile we’ve seen on Exynos 4210 or OMAP4. In addition, two channel audio is becoming a new norm.

Media Info from video shot on the iPhone 4S

The result is that Apple is compensating for lower encoder efficiency (quality per bit) by encoding their 1080p video at a higher bitrate. Other players are getting the same quality at lower bitrates by using better high profile encoders. We dug a little deeper with some stream analysis software, and it appears that Apple’s A5 SoC is using the same encoder as the A4, complete with the same CAVLC (as opposed to CABAC which the other encoders in OMAP4 or Exynos 4210) and efficiency per frame size. It’s just a bit unfortunate, since the result is that video shot on the 4S will use ~40% more space per minute compared with 1080p30 video shot on other platforms (180 MB for 1 minute on the 4S, 128 MB for 1 minute on the SGS2, and 113 MB for 1 minute on OMAP4).

iPhone 4S iPhone 4

One last thing to note is that Apple roughly keeps the same cropped field of view size as the 4 on the 4S when shooting video. You can see this behavior in the rollover above. The 4S field of view is just slightly narrower than the 4. Note that the actual area reported from the sensor when in video capture mode is almost always a crop (sometimes with a 2x2 binning) of the full sensor size with some pixels around the frame for image stabilization.

Still Image Capture Quality Battery Life
Comments Locked

199 Comments

View All Comments

  • metafor - Tuesday, November 1, 2011 - link

    When you say power efficiency, don't you mean perf/W?

    I agree that perf/W varies depending on the workload, exactly as you explained in the article. However, the perf/W is what makes the difference in terms of total energy used.

    It has nothing to do with race-to-sleep.

    That is to say, if CPU B takes longer to go to sleep but it had been better perf/W, it would take less power. In fact, I think this was what you demonstrated with your second example :)

    The total energy consumption is directly related to how power-efficient a CPU is. Whether it's a slow processor that runs for a long time or a fast processor that runs for a short amount of time; whichever one can process more instructions per second vs joules per second wins.

    Or, when you take seconds out of the equations, whichever can process more instructions/joule wins.

    Now, I assume you got this idea from one of Intel's people. The thing their marketing team usually forgets to mention is that when they say race-to-sleep is more power efficient, they're not talking about the processor, they're talking about the *system*.

    Take the example of a high-performance server. The DRAM array and storage can easily make up 40-50% of the total system power consumption.
    Let's then say we had two hypothetical CPU's with different efficiencies. CPU A being faster but less power efficient and CPU B being slower but more power efficient.

    The total power draw of DRAM and the rest of the system remains the same. And on top of that, the DRAM and storage can be shut down once the CPU is done with its processing job but must remain active (DRAM refreshed, storage controllers powered) while the CPU is active.

    In this scenario, even if CPU A draws more power processing the job compared to CPU B, the system with CPU B has to keep the DRAM and storage systems powered for longer. Thus, under the right circumstances, the system containing CPU A actually uses less overall power because it keeps those power-hungry subsystems active for a shorter amount of time.

    However, how well this scenario translates into a smartphone system, I can't say. I suspect not as well.
  • Anand Lal Shimpi - Tuesday, November 1, 2011 - link

    I believe we're talking about the same thing here :)

    The basic premise is that you're able to guarantee similar battery life, even if you double core count and move to a power hungry OoO architecture without a die shrink. If your performance gains allow your CPU/SoC to remain in an ultra low power idle state for longer during those workloads, the theoretically more power hungry architecture can come out equal or ahead in some cases.

    You are also right about platform power consumption as a whole coming into play. Although with the shift from LPDDR1 to LPDDR2, an increase in effective bandwidth and a number of other changes it's difficult to deal with them independently.

    Take care,
    Anand
  • metafor - Tuesday, November 1, 2011 - link

    "If your performance gains allow your CPU/SoC to remain in an ultra low power idle state for longer during those workloads, the theoretically more power hungry architecture can come out equal or ahead in some cases."

    Not exactly :) The OoOE architecture has to perform more tasks per joule. That is, it has to have better perf/W. If it had worse perf/W, it doesn't matter how much longer it remains idle compared to the slower processor. It will still use more net energy.

    It's total platform power that may see savings, despite a less power-efficient and more power-hungry CPU. That's why I suspect that this "race to sleep" situation won't translate to the smartphone system.

    The entire crux relies on the fact that although the CPU itself uses more power per task, it saves power by allowing the rest of the system to go to sleep faster.

    But smartphone subsystems aren't that power hungry, and CPU power consumption generally increases with the *square* of performance. (Generally, this wasn't the case of A8 -> A9 but you can bet it's the case to A9 -> A15).

    If the increase in CPU power per task is greater than the savings of having the rest of the system active for shorter amounts of time, it will still be a net loss in power efficiency.

    Put it another way. A9 may be a general power gain over A8, but don't expect A15 to be so compared to A9, no matter how fast it finishes a task :)
  • doobydoo - Tuesday, November 1, 2011 - link

    You are both correct, and you are also both wrong.

    Metafor is correct because any chip, given a set number of tasks to do over a fixed number of seconds, regardless of how much faster it can perform, will consume more energy than an equally power efficient but slower chip. In other words, being able to go to sleep quicker never means a chip becomes more power efficient than it was before. It actually becomes less.

    This is easily logically provable by splitting the energy into two sections. If 2 chips are both equally power efficient (as in they can both perform the same number of 'tasks' per W), if one is twice as fast, it will consume twice the energy during that time, but complete in half the time, so that element will ALWAYS be equal in both chips. However, the chip which finished sooner will then have to be idle for LONGER because it finished quicker, so the idle expense of energy will always be higher for the faster chip. This assumes, as I said, that the idle power draw of both chips being equal.

    Anand is correct, because if you DO have a more power efficient chip with a higher maximum wattage consumption, race to sleep is the OFTEN (assuming reasonable idle times) the reason it can actually use less power. Consider 2 chips, one which consumes 1.3 W per second (max) and can carry out '2' tasks per second. A second chip consumes 1 W per second (max), and can carry out '1' task per second (so is less power efficient). Now consider a world without race-to-sleep. To carry out '10' tasks over a 10 second period, Chip one would take 5 seconds, but would remain on full power for the full 10 seconds, thereby using 13W. Chip two would take 10 seconds, and would use a total of 10W over that period. Thus, the more power efficient chip actually proved less power efficient.

    Now if we factor in race-to-sleep, the first chip can use 1.3 for the first 5 seconds, then go down to 0.05 for the last 5. Consuming 6.75W. The second chip would still consume the same 10W.

    Conclusion:

    If the chip is not more power effficient, it can never consume less energy, with or without race-to-sleep. If the chip IS more power efficient, but doesn't have the sleep facility, it may not use less energy in all scenarios.

    In other words, for a higher powered chip to reduce energy in ALL situations, it needs to a) be more power efficient fundamentally, and b) it needs to be able to sleep (race-to-sleep).
  • djboxbaba - Monday, October 31, 2011 - link

    Well done on the review Brian and Anand, excellent job as always. I was resisting the urge to tweet you about the eta of the review, and of course I end up doing it the same day as your release the review :).
  • Mitch89 - Monday, October 31, 2011 - link

    "This same confidence continues with the 4S, which is in practice completely usable without a case, unlike the GSM/UMTS iPhone 4. "

    Everytime I read something like this, I can't help but compare it to my experience with iPhone 4 reception, which was never a problem. I'm on a very good network here in Australia (Telstra), and never did I have any issues with reception when using the phone naked. Calls in lifts? No problem. Way outside the suburbs and cities? Signal all the way.

    I never found the iPhone 4 to be any worse than other phones when I used it on a crappy network either.

    Worth noting, battery life is noticeably better on a strong network too...
  • wonderfield - Tuesday, November 1, 2011 - link

    Same here. It's certainly possible to "death grip" the GSM iPhone 4 to the point where it's rendered unusable, but this certainly isn't the typical use case. For Brian to make the (sideways) claim that the 4 is unusable without a case is fairly disingenuous. Certainly handedness has an impact here, but considering 70-90% of the world is right-handed, it's safe to assume that 70-90% of the world's population will have few to no issues with the iPhone 4, given it's being used in an area with ample wireless coverage.
  • doobydoo - Tuesday, November 1, 2011 - link

    I agree with both of these. I am in a major capital city which may make a difference, but no amount or technique of gripping my iPhone 4 ever caused dropped calls or stopped it working.

    Very much an over-stated issue in the press, I think
  • ados_cz - Tuesday, November 1, 2011 - link

    It was not over-stated at all and the argument that most people are right handed does not hold a ground. I live in a small town in Scotland and my usual signal strength is like 2-3 bars. If browsing on net on 3G without case and holding the iPhone 4 naturaly with left hand (using the right hand for touch commands ) I loose signal completely.
  • doobydoo - Tuesday, November 1, 2011 - link

    Well the majority of people don't lose signal.

    I have hundreds of friends who have iPhone 4's who've never had any issue with signal loss at all.

    The point is you DON'T have to be 'right handed' for them to work, I have left handed friends who also have no issues.

    You're the exception, rather than the rule - which is why the issue was overstated.

    For what it's worth, I don't believe you anyway.

Log in

Don't have an account? Sign up now