Skip to content

mkali-weizmann/manim-animations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

manim-animations

A repository for my manim animations

How to use:

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.

How to make a video file:

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

Note!

Having the folder in Dropbox causes troubles - both in the generation of Tex files, and in making a slide show!

About

A repository for my manim animations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published