A new project called ASCILINE Engine tries to do something that sounds ridiculous until you see it: render video as real-time ASCII-style text blocks in the browser, with enough fidelity to mimic a tiny MP4 stream. The developer behind it, YusufB5, says the engine is meant for ”unblockable” video transmission, which is exactly the sort of claim that invites both applause and an ad-blocker trying very hard not to laugh.
The software is built around five color-depth modes, ranging from a monochrome DOM mode to 16 million colors in Mode 5, ”Ultra.” In that top mode, the classic character mosaic gives way to colored blocks, and the result can look close to 360p video. Put it inside a small web page, and the visual trick works surprisingly well.
Five rendering modes, from monochrome to 16 million colors
ASCILINE Engine’s pitch is not subtle, but the feature list is practical. It can apply CSS filters to a video stream in real time, which makes the format more flexible than a plain GIF-style gag. It also opens a door for lightweight AI models that can read text-like video descriptions instead of chewing through conventional video frames.
- Mode 1 (DOM): monochrome output
- Mode 2: 512 colors
- Mode 3: 32 thousand colors
- Mode 4: 262 thousand colors
- Mode 5 (Ultra): 16 million colors with block-based rendering
The ”unblockable” claim does not survive contact with browsers
This is where the hype meets the browser tab. Text-rendered video may be harder to stop than a standard ad banner, but modern ad blockers can switch to element removal and hide the HTML5 canvas that does the drawing. So yes, the format is awkward for blockers. No, it is not magic.
The more interesting concern is the opposite one: if the technique works well, ad platforms may eventually borrow it. That would turn a novelty format into yet another way to keep content on-screen, which is probably why YusufB5 felt compelled to point to the MIT license’s explicit ban on advertising use.
Why ASCII video could be useful beyond the joke
There is a serious angle here, and it is not about nostalgia for terminal graphics. The engine can push video in a form that reportedly takes only a few kilobytes per frame, which makes it attractive for bandwidth-constrained devices, including Internet of Things hardware. Combine that with GZIP compression and delta frames that send only the changed parts of an image, and the idea starts to look less like a meme and more like a niche transport layer with real use cases.
That niche may stay small, because regular video codecs are brutally efficient and much better supported. But ASCILINE Engine lands in a familiar gap where developers keep finding weird, clever ways to move pictures through places that were never built for pictures in the first place. The next question is whether anyone outside the joke economy will actually ship it.

