maliknajjar / videod

A program that converts files' bytes into video pixels using ffmpeg library for unlimited storage on Youtube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

videod

A program that converts files' bytes into video pixels using ffmpeg library to be able to store unlimited data on Youtube for free

sample of how a file converted to a video looks like

IMAGE ALT TEXT HERE

every vertical line containes 1 byte of information. every white and black part of the vertical line means 0 or 1 (single bits)

example: 10111011 == white black white white white black white white

About

A program that converts files' bytes into video pixels using ffmpeg library for unlimited storage on Youtube


Languages

Language:C 98.5%Language:C++ 1.5%Language:Makefile 0.0%