Video Compression Flashcards
1
Q
What is video compression
A
Video compression is the use of computational algorithms to reduce the amount of data needed to convey the visual information in a video file.
2
Q
Common video compression algorithm
A
- JPEG (10:1)
- MPEG
- H.264 (most commonly used today. 200:1)
3
Q
How video compression works
A
- Shrink the dimension
- Lower pixel resolution
- Repeat similar image
Video compression works both by reducing the amount of data in individual frames, called intraframe coding, and by reducing data across several frames, called interframe coding.
4
Q
What is interframe coding
A
Interframe coding records how frames change instead of storing each frame completely.
we only need to fully store the first frame. Following frames can be predicted by the algorithm based on similarities between themselves and the previous frame