ELI5, why do certain videos of the same length take up different amount of storage?

754 views

For example, i started downloading Community on Netflix, most of the episodes are 21 minutes long, but they range in size from 76 to 116mb. They’ve got nearly identical run times, and therefore similar amounts of frames and audio, so what causes the noticeable discrepancy?

In: Technology

3 Answers

Anonymous 0 Comments

Video is just a large set of images known as frames. Let’s say you set up a tripod and filmed a video of some clouds floating across the sky. If you had to describe every frame, you would be repeating a lot of blue pixels making up the sky! This would take a lot of space to list the blue color for every frame which is why raw video is extremely large.

Video compression methods take advantage of the fact that not many things change frame-to-frame. It takes less information to describe the changes per frame than listing all the contents of those images. All you need is yo describe the edges of the floating clouds. Sometimes, a scene won’t have many changes so you don’t need to save as much data, making the video smaller. On the other hand, a large amount of changes like action scenes or panning shots will require more information to describe, making the video larger.

Video compression often sets a limit on the bit-rate or the amount of information stored per time for the output video. The video is free to go below the bit-rate for a smaller size. People could also set a max video size and make the bit-rate change to fit that size. Then you can fit video files to limited storage media like CDs, DVDs, and BluRays.

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