Basic Usage
Quality Options
Output Options
Renderer Options
VTK Export Options
Examples
See Also
Configuration
Config file settings
Quick Start
Getting started guide
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Complete command-line interface reference
manimvtk [OPTIONS] FILE [SCENES]
| Option | Description |
|---|---|
-ql | Low quality (480p, 15fps) |
-qm | Medium quality (720p, 30fps) |
-qh | High quality (1080p, 60fps) |
-qk | 4K quality (2160p, 60fps) |
| Option | Description |
|---|---|
-p | Preview after rendering |
-s | Save last frame as image |
-a | Render all scenes in file |
-o FILENAME | Output filename |
| Option | Description |
|---|---|
--renderer {cairo,opengl,vtk} | Select renderer |
| Option | Description |
|---|---|
--vtk-export | Export final scene to VTK |
--vtk-time-series | Export frame-by-frame VTK |
# High quality with preview
manimvtk -pqh scene.py MyScene
# VTK export
manimvtk -pqh scene.py MyScene --renderer vtk --vtk-export
# Time series for ParaView
manimvtk -pqm scene.py MyScene --vtk-time-series
# All scenes, low quality
manimvtk -aql scene.py
