Playing Youtube Videos At Incredibly Low Resolution On LEDs

Since the high-definition era, screens with many millions of pixels have become commonplace. Resolutions have soared into the stratosphere, and media has never looked clearer or crisper. However, [gatoninja236] decided to go the other way with this build – an LED matrix capable of playing Youtube videos.

The execution is simple. A Raspberry Pi 3, with the help of a Python script, downloads a Youtube video. It then runs this through OpenCV, which parses the video frames, downconverting them to suit a 64×64 pixel display. Then, it’s a simple matter of clocking out the data to the 64×64 RGB LED matrix attached to the Raspberry Pi’s IO pins, where the video is displayed in all its low-resolution glory.

Is it a particularly useful project? No. That doesn’t mean it’s not without value however; it teaches useful skills in both working with LED displays and video data scraped from the Internet. If you simply must have more pixels, though, this ping pong video wall might be more to your liking. Video after the break.

14 thoughts on “Playing Youtube Videos At Incredibly Low Resolution On LEDs

    1. I wouldn’t say the project was about duplicating lofi – there’s a big difference between a low resolution display and an LED matrix – primarily brightness. There’s a reason concerts use addressable LED matrices of various sizes and shapes for visual effects rather than stitching a bunch of LCD TVs together. While there’s not much point of outputting a movie or television show to such a low resolution display, there is a lot of value in being able to take a video file of any resolution, and be able to automatically convert and display on an LED matrix. YouTube is loaded with ambient effect videos not to mention there are tons of music visualization apps that can output cool videos. Being able to bypass the need for specific LED controller software is a pretty slick workflow for getting any pattern/effect video straight to the LED matrix.

      Also, the LED matrix doesnt have to be square or anything close to a square, so there isnt really any “current tech on the market” for say, a banner type display that’s 10x long as it is tall.

    2. It’s pretty funny that it’s cheaper and simpler to do this with a HDMI display and some funky glass on top, than to actually make/control an array of RGB LEDs :) Crazy times.

Leave a Reply to AlCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.