This is how to download Linux from YouTube
$ mkdir /tmp/linux-youtube; cd /tmp/linux-youtube
$ youtube-dl -b http://www.youtube.com/watch?v=edw7HXke8ho -o linux.mp4
$ mplayer -noframedrop -vo png:z=5 linux.mp4
$ ls *.png|while read d; do dmtxread -N1 $d; done > linux.7z
$ 7z x linux.7z
prerequisites: youtube-dl, mplayer, libdmtx-utils, p7zip
@DarkYuan4 It's the remainder of the data being split up into equal-length chunks. Therefore it is smaller and occupies less space.
artistoex 7 months ago
Interesting concept! What's on the last, smaller barcode?
DarkYuan4 7 months ago