This project plays a section of the original Pokemon intro using lines! @Geotale and @MartinBraendli are the inspirations for this project. My converter is essentially @Geotale's, but ported to Python and lower-quality. Since it's in Python rather than JavaScript, it can convert each frame in a matter of seconds rather than minutes. https://scratch.mit.edu/projects/563021622/ https://scratch.mit.edu/projects/72013086/ I was going to use code from from @qucchia to compress the data, but that didn't end up working out. You should still check them out, though: https://scratch.mit.edu/projects/449738891/ The source code for the converter can be found here: https://github.com/DogCatPuppyLover/ScratchVideo/blob/main/encoder.py