为什么需要这玩意呢?
因为matplotlib动图保存需要它
1 | ani.save('vedio.mp4', extra_args=['-vcodec', 'libx264']) |
Linux
简单粗暴一句话
1 | sudo apt-get install ffmpeg |
Windows & MacOS
往下滑看到下图
选择static and shared
的
按默认选项来就好了,直接download,然后解压
再把bin
文件夹路径添加到环境变量中
安装成功检测
在命令行测试
ffmpeg -version