From b9e50ffdd3bf57c1317815c9d707413a94e9f954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Raimundo?= Date: Wed, 18 Oct 2017 10:06:57 -0300 Subject: [PATCH] Correction in multiplication formula --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfee705..562e899 100644 --- a/README.md +++ b/README.md @@ -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.