← ClaudeAtlas

broll-with-manimlisted

Generate math, geometry, or programming-flavored B-roll using Manim as a backup to Hyperframes templates. Use when topics require precise mathematical animation.
huodebing-alt/Agentic-Headshot-Video-Studio · ★ 0 · AI & Automation · score 73
Install: claude install-skill huodebing-alt/Agentic-Headshot-Video-Studio
# B-roll with Manim / Manim 备选 ## When to use / 何时使用 Math-heavy or precise-coordinate animations Hyperframes templates don't cover. 数学动画、精确坐标动画,Hyperframes 模板覆盖不到时。 ## Inputs / 输入 - `--scene` Python class name. - `inputs/manim/<scene>.py`. ## Output / 输出 - `workspace/broll/broll_<id>.mp4`. ## Steps / 步骤 1. Verify `manim` installed; install via pip if missing. 2. Run `manim -ql <scene>.py <SceneClass>` (or `-qh` for final). 3. Move output to `workspace/broll/`. ## Examples / 示例 ``` manim -qh inputs/manim/fourier.py FourierScene ``` ## Failure recovery / 失败回退 - If LaTeX missing, install or skip TeX-dependent scenes and warn. - If render exceeds 5 min, switch to `-ql` preview and re-run for final separately.