This reminds me of an old hacky product that would let you use cheap VHS tapes as backup storage: https://en.wikipedia.org/wiki/ArVid You would hit Record on a VCR and the computer data would be encoded as video data on the tape. People are clever.
Wow, 2GB on a standard tape. For the time, that's incredibly efficient and cheap.
YouTubeDrive: Store files as YouTube videos
161–170 of 316 posts
Re: YouTubeDrive: Store files as YouTube videos
#162Re: YouTubeDrive: Store files as YouTube videos
#163How much data can you store if you embedded a picture-in-picture file over a 10 minute video? I could totally see content creators who do tutorials embedding project files in this way.
Re: YouTubeDrive: Store files as YouTube videos
#164Re: YouTubeDrive: Store files as YouTube videos
#165Re: YouTubeDrive: Store files as YouTube videos
#166I love that this is like tape in that it's a sequential access medium. It's storing a tape-like data stream in a digital version of what used to be tape itself (VHS).
Re: YouTubeDrive: Store files as YouTube videos
#167-Back in the day when file sharing was new, I won two rounds of beer from my friends in university - the first after I tried what I dubbed hardcore backups (Tarred, gzipped and pgp'd an archive, slapped an avi header on it, renamed it britney_uncensored_sex_tape[XXX].avi or something similar, then shared it on WinMX assuming that as hard drive space was free and teenage boys were teenage boys, at least some of those…
Re: YouTubeDrive: Store files as YouTube videos
#168Earlier quoted context omitted.
This is old school. When I first wrote code back in the Stone Age we used to store our stuff on cassette tape.
I still have my Atari 400 and tape drive!
Re: YouTubeDrive: Store files as YouTube videos
#169I wonder how many random videos like this are floating around that are encoding some super secret data...
Re: YouTubeDrive: Store files as YouTube videos
#170I only looked at the example video, but is the concept just "big enough pixels"? Would be neater (and much more efficient) to encode the data such that it's exactly untouched by the compression algorithm, e.g. by encoding the data in wavelets and possibly motion vectors that the algorithm is known to keep[1]. Of course that would also be a lot of work, and likely fall apart once the video is re-encoded. [1] If that's…
Agree it would be cool to be "untouched" by the compression algorithm, but that's nearly impossible with YouTube. YouTube encodes down to several different versions of a video and on top of that, several different codecs to support different devices with different built-in video hardware decoders. For example, when I upload a 4K vid and then watch the 4K stream on my Mac vs my PC, I get different video files solely b…