Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Similarity to Data2QR #26

Closed
Myzel394 opened this issue Feb 22, 2023 · 3 comments
Closed

Similarity to Data2QR #26

Myzel394 opened this issue Feb 22, 2023 · 3 comments

Comments

@Myzel394
Copy link

Hey I just found out about this project and found it funny how it is a bit similar to a project I made back in a while (https://github.com/Myzel394/DataToQR).

We both had the idea to use Google's unlimited video storage functionality to store data in a different format to get unlimited storage :D

However, I think your project is far better as it uses Rust and transforms the input way better than mine project does.

@DvorakDwarf
Copy link
Owner

Nice. I had not actually thought of this being related to QR codes before release

@Zentrom
Copy link

Zentrom commented Feb 23, 2023

This "youtube storage" concept was also developed in the past, although they're less detailed than ISG:
https://github.com/lewangdev/youtube-drive - Made with Python, uses big colored squares, compression is probably worse than yours.

https://github.com/dzhang314/YouTubeDrive - Probably the first guy that did something like this.

I also plan to try doing something similar in C++(as practice) and check if GPU parallelization could speed things up or not. As i looked through the code, it seems that ISG uses the CPU mostly. (OpenCV might use the GPU though, when you call VideoWrite(), i'm not sure).

@DvorakDwarf
Copy link
Owner

The first link is a python port of the second and video size was humongous in both

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants