Matplotlib - Animations
You try to save an animation as MP4 using
anim.save('movie.mp4', writer='ffmpeg') but get an error: RuntimeError: ffmpeg not found. What is the best way to fix this?