I have followed instructions to download ffmpeg and add the path according to Matplotlib-Animation "No MovieWriters Available" Although I can type version in both in command prompt and Bash on Windows console, beloved PyCharm warns me:
Requested MovieWriter (ffmpeg) not available
when I try to save the animation:
ani = anim.FuncAnimation(fig, animate, frames = 14, init_func = init, interval = 500, repeat = False)
plt.show()
ani.save("Inno.mp4", writer=writer)
Do I have to add another path? Please, help me, I am really tired of this error.