YouTube Videos Cloud Storage
Photo credit: Mickael Guillaume
Programmer Dvorak Dwarf has discovered a method to use YouTube videos as Google cloud storage and it basically works by encoding binary files into them. Technically speaking, all files are made of bytes, which can be interpreted as numbers ranging from 0-255. This number can then be represented with pixels using one of two modes: RGB or binary.



In RGB, every single byte fits inside one of the colors of an RGB pixel. One RGB pixel can store up to 3 bytes at a time, so you simply keep adding pixels until you run out of data. However, RGB mode is very sensitive to compression as even changing a single color of one of the pixels leads to file corruption. Black and white pixels are a lot harder to corrupt, as each pixel is either a 1 (white) or 0 (dark). String these bits together to get bytes and continue until you run out of data. More information here.

Unlocked Google Pixel 5 128GB Just Black GA01316-US (Renewed)
1,556 Reviews
Unlocked Google Pixel 5 128GB Just Black GA01316-US (Renewed)
  • New, Unlocked Android Phone Gives You The Flexibility To Change Carriers And Choose Your Own Data Plan; Unlocked Smartphone Works With T-Mobile,...
  • 5G Capable Smartphone Gives You An Extra Boost Of Speed So You Can Download A Movie In Seconds,Enjoy Smooth Streaming In Ultra Clear Hd, Play Games At...
  • Charge Your Cell Phone Wirelessly Or Use It To Wirelessly Charge Other Qi-Certified Devices

To make it easier on the user, we also include all the relevant settings used to create the video on the first frame of the video. This allows the program to know what mode the video is in and what size to use in order to avoid making the user remember,” said Dvorak Dwarf.

Author

A technology, gadget and video game enthusiast that loves covering the latest industry news. Favorite trade show? Mobile World Congress in Barcelona.

Write A Comment