CRT approach to video encoding. Each pixel decomposes into 7 algebraically independent bands: DC (mod 8), Low (mod 9), Mid (mod 25), High (mod 49), Texture (mod 11), Edge (mod 13), Detail (mod 17). Quantize each band independently. Three parity bands give free error resilience. No patent pool needed.
Pixel value (0-214414199):
Decomposes pixel into 7 CRT frequency bands. Shows lossless, half-rate (Q=2), and quarter-rate (Q=4) quantization.
Run real CRT video encoding on your GPU. 7 frequency bands in WGSL compute shaders.
Source code · Public domain (CC0)
.ax source compiled to WASM via self-hosting compiler. Zero HTML authored.