manim
用于制作数学动画的视频引擎。 更多信息:https://docs.manim.community/en/stable/tutorials/quickstart.html.
manim {{路径/文件.py}} {{场景名称}}
manim {{[-pql|--preview --quality low]}} {{路径/文件.py}} {{场景名称}}
manim {{[-pqh|--preview --quality high]}} {{路径/文件.py}} {{场景名称}}
manim {{[-o|--output_file]}} {{输出文件名}} {{路径/文件.py}} {{场景名称}}
manim {{[-r|--resolution]}} {{1920,1080}} {{[-f|--fps]}} {{60}} {{路径/文件.py}} {{场景名称}}
manim --list_scenes {{路径/文件.py}}
manim --help