Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 836 Bytes

README.md

File metadata and controls

52 lines (31 loc) · 836 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

# install opencv and cmake
# on Ubuntu
sudo apt install libopencv-dev cmake

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