What is video compression
Video compression is the use of computational algorithms to reduce the amount of data needed to convey the visual information in a video file.
Common video compression algorithm
How video compression works
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.
What is interframe coding
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