What problem does it solve? Creating animated ASCII art videos requires coordinating font rasterization, grid rendering, audio analysis, shader post-processing, and video encoding — a complex pipeline that is difficult to build from scratch. This Skill gives an agent the complete production pipeline to turn video, audio, images, text, or pure math into colored ASCII character MP4/GIF output without a GPU. ## 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 via ElevenLabs. - Full effect vocabulary: 21 value field generators (fBM noise, voronoi, reaction-diffusion, strange attractors, SDFs), 24 character palettes, 38 composable shaders, 20 blend modes, particle systems, feedback buffers, and masking. - Production pipeline: 6-stage flow (INPUT → ANALYZE → SCENE_FN → TONEMAP → SHADE → ENCODE) with adaptive tonemapping, multi-density grids, hardware-adaptive quality profiles, and parallel ffmpeg encoding. - Use Case: Ask for an audio-reactive music visualizer and the agent writes a single Python script that analyzes the track's frequency bands and beats, renders multi-grid ASCII scenes with per-section palettes and shaders, and encodes a 1080p 24fps MP4 with muxed audio. ## Quick Start Create an audio-reactive ASCII visualizer from my song.mp3 at 1080p with beat-triggered glitch effects and export it as an MP4.