did you use any compression? my brain is thinking of an algorithm based on the one in Pokemon Gen 1/2
Yeah, I implemented a custom codec using various tricks including RLE and prediction. It's heavily optimised for the specific video rather than being general purpose though.
awesome