– How can my iPhone display a video in 4K if my screen resolution doesn’t have 4K pixels horizontally?

472 views

I understand that screen resolution is the number of pixels measured horizontally and vertically. Then the size of the screen is used to calculate the PPI. But if my screen resolution is only 2796×1920, how would I be able to view any video in 4K?

In: 214

12 Answers

Anonymous 0 Comments

Squeezes it down to size. Just like how it stretches stuff up to size when something lower resolution is played. It would stand no chance playing things back otherwise, because Apple mobile device resolutions are really nonstandard.

The big boy word for squeezing is filtering, and the big boy word for stretching is interpolation. There are several approaches, all with their own big boy names, like bilinear, nearest neighbor and so on. A general name would be scaling or (re)sampling. It’s just math, if you want to learn more, search for the formulas on Wikipedia or algorithm walk-throughs on YouTube.

You are viewing 1 out of 12 answers, click here to view all answers.