NoiseCloud turns YouTube into file storage for data

NoiseCloud turns – NoiseCloud, created by Lucas, claims you can store files by encoding them as MP4 “digital noise” and uploading them to YouTube. The process compresses data with gzip, turns it into high-contrast video frames using FFmpeg, supports multiple resolutions includin
On paper, the idea sounds almost mischievous: if storage costs too much, why not outsource it to the internet’s most stubborn, publicly searchable video archive?
NoiseCloud is a tool created by Lucas that turns file data into a sequence of “frames of digital noise” stored and transported as an MP4 file—and then uploaded to YouTube. The basic trick is simple to describe and fussy to perform: take whatever data you have. compress it. encode it into noisy video frames. and package it so it can ride on YouTube’s normal video pipeline.
Under the hood, the encoding begins by compressing the data with gzip. From there, the compressed output is packaged into a high-contrast series of video frames. Those frames are then encoded with FFmpeg. The creator says the video containers can be produced in various resolutions, down to 640×360 at 30 fps.
There’s also a special “TikTok mode.” It’s optimized to preserve data on short-form sites that use vertical orientation as the default—an explicit nod to how different platforms treat aspect ratio and playback.
More commentary from the creator is available via the supporting article on Github.
Even with the cleverness, NoiseCloud doesn’t land as a practical day-to-day storage solution. The creator’s approach demands careful encoding and decoding if someone actually wants the original data back. Still. that limitation may be part of the point: it’s a proof of concept about hiding data in places people don’t usually think of—publicly accessible services that most users already interact with every day.
The broader promise is less about replacing hard drives and more about showing what’s possible when you treat ordinary platforms as storage media.
NoiseCloud YouTube storage gzip FFmpeg MP4 encoding digital noise data storage TikTok mode proof of concept
So it’s basically like hiding files in videos on YouTube? That’s wild.
I don’t get it, YouTube already compresses stuff… so how would you even get your original file back? Sounds like more of a tech flex than real storage. Also “digital noise” just sounds like it’ll get corrupted.
Replying to the idea here but I’m confused: is this legal? Like if you can encode anything into MP4s and upload them, couldn’t you hide copyrighted or illegal stuff too? And why would anyone use this when you can just use cloud storage.
This is gonna get banned lol. Next they’ll say we can store passports as TikTok videos. I read something about gzip and FFmpeg and it sounded like a video editor app, not storage. If it’s only 640×360 then it’s not even high enough quality to save a photo, right?