LinuxCommandLibrary

manim

creates mathematical animations

TLDR

Render scene

$ manim [script.py] [SceneName]
copy
Preview with low quality
$ manim -pql [script.py] [SceneName]
copy
Render high quality
$ manim -pqh [script.py] [SceneName]
copy
Output GIF
$ manim --format gif [script.py] [SceneName]
copy
Save last frame
$ manim -s [script.py] [SceneName]
copy
List scenes
$ manim [script.py]
copy

SYNOPSIS

manim [options] script [scene]

DESCRIPTION

manim creates mathematical animations. It renders Python-defined scenes to video.
The tool animates mathematical concepts with LaTeX support. Created for educational videos.

PARAMETERS

SCRIPT

Python script file.
SCENE
Scene class name.
-p
Preview after render.
-q QUALITY
Quality (l, m, h, k).
-s
Save last frame only.
--format FMT
Output format (mp4, gif, webm).
--help
Display help information.

CAVEATS

Requires FFmpeg and LaTeX. Rendering can be slow. Python knowledge needed.

HISTORY

Manim was created by Grant Sanderson (3Blue1Brown) for his mathematical explanation videos on YouTube.

SEE ALSO

ffmpeg(1), pdflatex(1), python(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community