A repository for my manim animations
- For windows, install chocolatey
- install manim from manim documentation (Use the chocolatey option for windows)
- install manim slides from manim-slides documentation using:
pip install manim-slides[manim]
Note: I had to uninstall it and reinstall it for it to work.
pip install "manim-voiceover[azure,gtts,transcribe]"
Note: I first ran pip install "manim-voiceover[azure,gtts]"
and only then pip install "manim-voiceover[transcribe]"
, but I guess you can combine them into one command.
install Sox from https://sourceforge.net/projects/sox/
download 2 madlib files and add them to the Sox folder in program files from here according to the instructions in the main comment in this stack overflow thread
Note from manim-voiceover documentation: Manim needs to be called with the --disable_caching flag due to a bug. Don’t forget to include it every time you render.
Low quality:
manim -pql file_name.py scene_object_name
High quality:
manim -pqh file_name.py scene_object_name
With voiceover (requires to disable caching):
manim -pql --disable_caching file_name.py scene_object_name
Having the folder in Dropbox causes troubles - both in the generation of Tex files, and in making a slide show!