Skip to main content

Configuration File

Create manim.cfg in your project directory:

Configuration Options

CLI Options

  • renderer: cairo, opengl, or vtk
  • quality: low, medium, high, fourk
  • frame_rate: Frames per second
  • background_color: Scene background

Output Paths

  • video_dir: Where videos are saved
  • images_dir: Where images are saved
  • vtk_dir: Where VTK exports are saved

Per-Scene Configuration

See Also

CLI Options

Command-line reference

Quick Start

Getting started