Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
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]
-ql
-qm
-qh
-qk
-p
-s
-a
-o FILENAME
--renderer {cairo,opengl,vtk}
--vtk-export
--vtk-time-series
# 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