A little over 11 minutes of The Incredibles movie in glorious 72x31 pixels, 27 colors, and 6fps. Space - Play/Pause Left/Right Arrows - Jump 5 seconds A/D - Jump 1 frame Bar - Click to jump to specific time ------------------------------------------------------------------------- Turbowarp is definitely recommended, but not required https://turbowarp.org/1263924267/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. At least not yet. The file size is 4.99 MB, leaving me barely any room to add anything else, but to be fair this is the highest resolution video player on Scratch to my knowledge. -------------------------------------------------------------------------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: v.4.3.10 - Dozens of bug fixes v4.3.0 - Improved visual quality v.4.2.0 - Improved decoding speed v4.1.1 - Small improvements v.4.1.0 - Added color v.4.0.0 - Improvement found that halves file size 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