manim-video

Generate mathematical animation videos from Manim scenes with ffmpeg rendering and stitching.

4|Updated May 18, 2026
One-click install
npx skills add https://github.com/ZardLi1115/zedclaw --skill manim-video-zardli1115
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manim-video
Source: https://github.com/ZardLi1115/zedclaw/tree/main/skills/creative/manim-video
Command: npx skills add https://github.com/ZardLi1115/zedclaw --skill manim-video-zardli1115

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Producing high-quality mathematical and technical animation videos is slow and often requires expert-level scene design, iterative rendering, and meticulous pacing—this Skill streamlines that end-to-end pipeline with Manim Community Edition.

Core Features & Use Cases

  • Narrative-first scene planning that maps a user prompt into a clear animated storyline.
  • Automated Manim code generation workflow covering scene creation, rendering, and iterative refinement.
  • Production-grade video output including scene stitching via ffmpeg and optional voiceover/audio muxing.
  • Use cases: concept explainers, equation derivations, algorithm visualizations, data stories, and architecture diagrams, with consistent color palettes and typography.

Quick Start

Use the manim-video Skill to generate a 3Blue1Brown-style animation video from the prompt “Explain how neural networks learn” after running setup with bash skills/creative/manim-video/scripts/setup.sh.

Frequently Asked Questions about manim-video

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate 3Blue1Brown-style mathematical animation videos from text prompts?

To generate 3Blue1Brown-style mathematical animation videos, you can use a text prompt to automatically plan a narrative arc, produce Manim scenes, and render stitched output via ffmpeg. This pipeline applies to concept explainers, equation derivations, and algorithm visualizations.

What do I need to render Manim scenes for equation derivations and algorithm visualizations?

Rendering Manim scenes for equation derivations and algorithm visualizations requires Manim Community Edition with LaTeX and ffmpeg installed. You must run the setup script to configure the environment before generating production-grade video output.

Can I add voiceover and audio to stitched Manim video output?

Yes, you can add voiceover and audio to stitched Manim video output. The scene pipeline supports optional AUDIO muxing during the RENDER and STITCH phases, allowing you to produce videos with synchronized voiceover tracks alongside the mathematical animation.

What is the best way to create coherent data stories and architecture diagrams with consistent color palettes?

The best way to create coherent data stories and architecture diagrams is by using a narrative-first scene planning workflow that enforces consistent color palettes and typography. This approach maps your prompt into a clear animated storyline with deliberate pacing.

Does the Manim video generation pipeline support draft-to-production rendering presets?

Yes, the Manim video generation pipeline supports draft-to-production rendering presets. You can start with a draft render for iterative refinement and switch to a production-grade preset for final video output, ensuring high-quality mathematical and technical animations.

Why does my Manim scene pipeline fail during the RENDER or STITCH phase?

Your Manim scene pipeline might fail during the RENDER or STITCH phase if ffmpeg or LaTeX dependencies are missing. Ensure you execute the environment setup script correctly before attempting to generate and stitch mathematical animation videos.