My first ever colour pen video on Scratch! - Resolution: 160x120 - FPS: 15 - Colours: 13 - Compressed data size: 3.0MB I would recommend running on turbowarp for full 15FPS I don't think RLE is the best for colour videos, especially with a high colour depth. My computer struggles to render the video at 15FPS Make sure to run the project multiple times for best results
How It Works: 1. Convert mp4 to 13 colour Gif using ffmpeg and a custom palette. Command used: ffmpeg -i "input.mp4" -i "palette.bmp" -lavfi paletteuse=dither=none "output.gif" 2. Scan the Gif with a Scratch project running in turbowarp 3. Compress the raw data using a Python RLE Program 4. Add the data to the project, along with a color lookup table so the project knows which letter of the data corrosponds to which color Pokémon Sun And Moon has the best intro so good