Turn a video into a compiled .ascf entirely in your browser, then play it back.
No server, no upload: the file never leaves your machine. Compiling uses the same
codec.js wire format the player reads, so the output runs anywhere ASCILINE runs.
Note: In-browser compiling supports Pixel mode only (no audio). For ASCII text rendering and audio extraction, use the Python compiler.py.
The Studio player buffers the entire video into RAM to enable seamless seeking. It is designed for short clips.
For videos longer than 2 minutes, please use the main Static Player which supports infinite RAM-less streaming.
codec.js and reader.js. The compiler emits only
codec tags 0/1/2 (RAW/ZLIB/DELTA), which the shipped decoder supports. Everything runs client-side.