A little over 2 minutes of the Cars movie in glorious 144x59 pixels, 6 colors, and 8fps. Space - Play/Pause Left/Right Arrows - Jump 5 seconds A/D - Jump 1 frame Bar - Click to jump to specific time ------------------------------------------------------------------------- Turbowarp is recommended, but definitely not required https://turbowarp.org/1259109842/fullscreen?hqpen ------------------------------------------------------------------------- HFVP (High Fidelity Video Player) is incredibly efficient and maintains visual quality, but it barely stays under the Scratch file limitations at this moment, so it's still not good enough for me. ------------------------------------------------------------------------- I am NOT adding audio. That's an entire project by itself. Also lot of this video is just blackness, but that is not a bug. If you watch the original movie, that's just how it is. -------------------------------------------------------------------------This is 100% my code and has taken way too long. The video is encoded and compressed using a self-written Python script, implementing downscaling, color quantization, 4x4 ordered dithering, run-length encoding, base26 encoding, and more. Basically… black magic.. ------------------------------------------------------------------------- Update History: v3.2.5 - Small fixes v3.2.2 - Improved rendering quality (again) v3.2.1 - Improved rendering quality v3.2.0 - Revamped decoding algorithm v3.1.1 - Improved decoding speed v3.1.0 - Improved GUI v3.0.0 - Updated compression method v2.3.2 - Improved decoding speed v2.3.1 - Improved playback speed v2.3.0 - Added playback features v2.2.0 - Added gui v2.1.2 - Fixed audio sync v2.1.0 - Improved video quality v2.0.0 - Added base26 encoding v1.1.3 - Small fixes & improvements v1.1.0 - Added dithering & audio v1.0.0 - Major rework of encoding/decoding (faster & more efficient) v0.1.3 - Small fixes v0.1.2 - Small improvements v0.1.1 - Small fixes v0.0.0 - Initial Upload ------------------------------------------------------------------------- #Pen #Compression #DataCompression