Matplotlib-Animation “No MovieWriters Available”

后端 未结 8 1178
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-07 18:40

Under Linux, I\'ve been checking out matplotlib\'s animation class, and it seems to work except that I cant initialise the movie writer to write out the movie.

Using

8条回答
  •  执笔经年
    2020-12-07 19:22

    I know this question is about Linux, but in case someone stumbles on this problem on Mac like I did here is the solution for that. I had the exact same problem on Mac because ffmpeg is not installed by default apparently, and so I could solve it using:

    brew install yasm
    brew install ffmpeg
    

提交回复
热议问题