VisionCompressor
PublicThis project implements a simplified MPEG-style video compression pipeline. It demonstrates how to reduce spatial and temporal redundancy using techniques like intra-frame and inter-frame compression, motion estimation, DCT, and quantization.