What problem does it solve? Creating animated ASCII art videos requires building a full rendering pipeline from scratch: font rasterization, character grids, audio analysis, shader effects, and video encoding. This Skill gives an agent the complete architecture and reference knowledge to write a single-file Python renderer that turns video, audio, images, or pure math into colored ASCII character video. ## Core Features & Use Cases - Six Production Modes: Video-to-ASCII conversion, audio-reactive visualizers, generative procedural animation, hybrid video+audio, timed lyrics/text overlays, and TTS-narrated quote videos. - Full Effect Vocabulary: 21 value field generators, 24 character palettes, 38 composable shaders, 20 blend modes, particle systems, feedback buffers, and masking for layered cinematic composition. - Hardware-Adaptive Rendering: Auto-detects CPU/RAM, picks quality profiles from 540p draft to 4K, and parallelizes encoding across workers piping raw frames to ffmpeg. - Use Case: Ask the agent to build a 3-minute audio-reactive music visualizer; it analyzes FFT bands and beats, designs per-section scenes with distinct palettes and shaders, renders frames in parallel, and outputs a finished 1080p MP4 with muxed audio. ## Quick Start Ask the agent to create an ASCII art video from your audio or video file, describing the mood and style you want, and it will build and run the renderer for you.