What problem does it solve? Creating ASCII art video from scratch requires solving font rasterization, grid layout, color mapping, audio analysis, shader post-processing, and ffmpeg encoding — a pipeline most developers would have to invent and debug themselves. This Skill gives an agent the complete production pipeline so it can write a working single-file Python renderer and produce actual MP4/GIF output. ## Core Features & Use Cases - Six input modes: video-to-ASCII conversion, audio-reactive visualizers (FFT bands, beat detection), generative procedural animation, hybrid video+audio, timed lyrics/text overlays, and TTS-narrated quote videos. - Full effect vocabulary: 21 value field generators (fBM noise, voronoi, reaction-diffusion, strange attractors, SDFs), 24 character palettes, 38 composable shaders, 20 pixel blend modes, particle systems, and a feedback buffer for temporal trails. - Production engineering: adaptive percentile-based tonemapping, hardware detection with quality profiles (draft to 4K), parallel multi-worker ffmpeg encoding, and per-clip segmented rendering for fast iteration. - Use Case: Ask the agent to turn a 3-minute song into an audio-reactive ASCII music visualizer — it analyzes the audio, builds scenes with beat-triggered particles and glitch effects, and renders a 1080p MP4. ## Quick Start Ask the agent to convert your video or audio file into a colored ASCII art video, specifying the mode, resolution, and style direction you want.