Lecture 5-Digital Video Compression and Sampling Flashcards
Define digitisation:
The process of converting an analogue signal to digital data.
Define sampling:
A means of approximating an analogue signal digitally.
define sampling rate:
Refers to how many samples are taken in one second.
Measured in cycles per second (Hz or MHz)
What are the two formulas to measure signals at specific points of time for luminance component (Y) and Chrominance components?
R-Y or CR and B-Y or CB
Expressed as the ratio of samples per component Y:CR:CB
The number of samples per line equals the horizontal resolution.
What is the base sampling rate of digital video?
13.5MHz
What does Bit Depth refer to?
The level of detail in the data.
What are the key components in the quality of digital video for 8-bit and 10-bit?
8-bit: 2^8 (or 256) levels of each colour component - R, G, B
16.7 million total colours in full palette (256R x 256G x 256B)
10-bit: 2^10 (or 1024) levels of each colour component - R, G, B
1.07 billion total colours in full palette
High end systems use 12 or 16 bits
What is subsampling for 4:4:4?
For every 4 samples of Y there are 4 samples of CR and 4 samples of CB- 4:4:4
Highest quality sampling, for high-end transcoding, particularly for feature film, used extensively for visual effects work.
What is subsampling for 4:2:2?
For every 4 samples of Y there are 2 samples of CR and 2 of CB. Very common high quality sampling. Used for broadcast television extensively. Acceptable but not optimal for visual effects.
What is subsampling for 4:1:1?
For every 4 samples of Y, there is 1 sample of CR and CB.
Medium quality sampling, used for broadcast television for news or documentary, not used for visual effects work, more effective at higher resolution.
What is subsampling at 4:2:0?
For every 4 samples of Y there are 2 samples of CR and 2 samples of CB on alternate lines. CR and CB are Interpolated for lines without chroma samples. Medium quality sampling. Similar applications to 4:1:1 more effective at higher resolution.
Define quantization:
The reducing of luminance or Chrominance information into a bit depth.
Define Banding and Dithering:
Banding: bands of colour become visible when the bit depth does not allow enough colours to accurately show gradient of colour.
Dithering: is a means of mixing adjacent shades to make banding less apparent.
Define aliasing and anti-aliasing:
Aliasing: there is insufficient chrominance information to show clean transitions between areas of significant colour difference. Sometimes called stair stepping, noticeable on curved or diagonal edges of objects in frame.
Anti-aliasing: similar to dithering in that it uses different shades to reduce visible aliasing.
Define compression:
How is it measured?
Compression is encoding data using less detailed data than the original.
Data is measured in bytes: 8 bits=1 byte
Compression is different to sampling
CODEC=colour-decoder
Codecs process sequences of frames for compression