Skip to content

Latest commit

 

History

History
49 lines (27 loc) · 751 Bytes

README.md

File metadata and controls

49 lines (27 loc) · 751 Bytes

Thats-Not-A-Vid

Infinite-Storage-Glitch knockoff, written in C++.

That's not a vid, this is a vid.

Convert your files to videos, upload them to streaming services to get unlimited disk storage!

Convert this:

need_more_context

Into this:

output_video

Using intuitive CLI:

encoding

encode_video

decoding

decode_video

Running:

  1. Clone this repository
git clone https://github.com/Sberm/Thats-Not-A-Vid.git
  1. Install opencv library

  2. Build the project, and run

mkdir build
cd build
cmake ..
cmake --build .
./Thats-Not-A-Vid