Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.47 KB

File metadata and controls

21 lines (17 loc) · 1.47 KB

SVDCompression

The repository for COP3530 Project 3: Video Compression.

Motivation

On some internet platforms and messaging services, there are limits to the size of photos and videos that users can send. This means users have to find ways to compress or crop media which may remove important elements or be difficult to do on some platforms. Our media compression application will provide an encoder and decoder that will compress media to a specified size. The encoder and decoder can be implemented in other applications to passively encode a sender’s compressed version of a video or image, and decompress it at the receiver’s side. This may also provide the benefit of faster transmission time and storage space savings.

References

In Implementing Pybind11 with numpy

In debugging algorithm

In Capturing Ctrl+C