>>
|
No. 467
The number of possible iterations of a 5 minute video @ 24fps in 420p (848x420).
So we first have the gamut of colour, let's assume we're stuck in the 20th century and still use web colours because I'm a lazy asshole.
Now web colours come in hex triplets, #FFFFFF for example, is white, while #000000 is black.
now since the largest 6 digit hex number is FFFFFF, that is how many possible variations we can have on one pixel.
Now we convert FFFFFF into decimal.
FFFFFF = 15*16^5 + 15*16^4 + 15*16^3 + 15*16^2 + 15*16^1 + 15*16^0
= 16,777,215 colours
Since our resolution is 848x420, for each frame there are
848x420 = 356,160 pixels per frame
So for each frame there would be
356160*16777215 = 5975372894400 number of iterations per frame
We have a 5 minute video, which is 300 seconds, and we have 24 frames per second, that means we'll have
24*300 = 7200 frames total
Therefore, a 5 minute video at 24fps in 420p will have
7200*5975372894400 = 43022684839680000
or 4.3e16 number of possible iterations
Now, the interesting thing is, this is less than the estimated number of atoms in the universe by over 60 orders of magnitude. So eventually we may be able to generate every single 5 minute video ever to exist. That is if we manage to gather a few hundred million galaxies worth of material.
|