This program takes the URL of a youtube video, then renders it onto excel so a pixelated video can be played
-
The convertion of the video is done trough
MMEPEG
Library using Python, which is called inside the vba script -
The python script extracts all the frames from the video and save them into a folder
-
The vba script reads the frames and color cells based on the frames color. The next frame is drawn below the previous frame.
-
After all frames are rendered, the play button scrolls through the rendered cells like a flip book.