Playground for video playback on the C64 inspired by Trixter's 8088 Domination. Currently, the compression algorithm is fairly basic. It fits one initial frame with 15 delta compressed additional frames into memory, all in black and white. Deltas in turn are run-length encoded.
Uses the ACME crossassembler and pucrunch (both come with Dustlayer) and Python's numpy, scipy, and ffvideo packages (for image/video processing).
See it here in action.