Answers for "RuntimeError: Requested MovieWriter (ffmpeg) not available"

0

RuntimeError: Requested MovieWriter (ffmpeg) not available

import matplotlib.pyplot as plt
plt.rcParams['animation.ffmpeg_path'] = '/usr/local/bin/ffmpeg' #on jupyter  don't forget the .exe
Posted by: Guest on May-28-2021

Code answers related to "RuntimeError: Requested MovieWriter (ffmpeg) not available"

Browse Popular Code Answers by Language