Skip to content

Commit c3174c3

Browse files
creates changelog to help translators
1 parent ef4ba2c commit c3174c3

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ cd digital_video_introduction
1919
2020
All the **hands-on should be performed from the folder you cloned** this repository. For the **jupyter examples** you must start the server `./s/start_jupyter.sh` and copy the URL and use it in your browser.
2121

22+
# Changelog
23+
24+
* released version 1.0.0
25+
* added simplified Chinese translation
26+
2227
# Index
2328

2429
- [Intro](#intro)
@@ -123,9 +128,9 @@ Finally, we can define a **video** as a **succession of *n* frames** in **time**
123128

124129
![video](/i/video.png "video")
125130

126-
The number of bits per second needed to show a video is its **bit rate**.
131+
The number of bits per second needed to show a video is its **bit rate**.
127132

128-
> bit rate = width * height * * bit depth * frames per second
133+
> bit rate = width * height * * bit depth * frames per second
129134
130135
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.
131136

@@ -233,7 +238,7 @@ These schemas are known as subsampling systems and are expressed as a 3 part rat
233238

234239
> An exception to this exists with 4:1:0, which provides a single chroma sample within each `4 x 4` block of luma resolution.
235240
236-
Common schemes used in modern codecs are: **4:4:4** *(no subsampling)***, **4:2:2, 4:1:1, 4:2:0, 4:1:0 and 3:1:1**.
241+
Common schemes used in modern codecs are: **4:4:4** *(no subsampling)***, **4:2:2, 4:1:1, 4:2:0, 4:1:0 and 3:1:1**.
237242

238243
> **YCbCr 4:2:0 merge**
239244
>
@@ -790,7 +795,7 @@ Software:
790795

791796
Non-ITU Codecs:
792797

793-
* https://aomedia.googlesource.com/
798+
* https://aomedia.googlesource.com/
794799
* https://github.com/webmproject/libvpx/tree/master/vp9
795800
* https://people.xiph.org/~xiphmont/demo/daala/demo1.shtml
796801
* https://people.xiph.org/~jm/daala/revisiting/
@@ -868,4 +873,3 @@ Miscellaneous:
868873
* https://www.youtube.com/watch?v=LFXN9PiOGtY
869874
* https://www.youtube.com/watch?v=Lto-ajuqW3w&list=PLzH6n4zXuckpKAj1_88VS-8Z6yn9zX_P6
870875
* https://www.youtube.com/watch?v=LWxu4rkZBLw
871-

0 commit comments

Comments
 (0)