Skip to content

Commit

Permalink
Correction in multiplication formula
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseRaimundo committed Oct 18, 2017
1 parent d418a0c commit b9e50ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Finally, we can define a **video** as a **succession of *n* frames** in **time**

The number of bits per second needed to show a video is its **bit rate**.

> bit rate = width * height * * bit depth * frames per second
> bit rate = width * height * bit depth * frames per second
For example, a video with 30 frames per second, 24 bits per pixel, resolution of 480x240 will need **82,944,000 bits per second** or 82.944 Mbps (30x480x240x24) if we don't employ any kind of compression.

Expand Down

0 comments on commit b9e50ff

Please sign in to comment.