gpt4 book ai didi

python - 我可以将 matplotlib 动画保存为 webm 格式吗?

转载 作者:行者123 更新时间:2023-12-04 23:08:29 25 4
gpt4 key购买 nike

我使用这个示例代码作为测试用例:https://matplotlib.org/examples/animation/moviewriter.html

在此代码中,他们使用 FFMPEG 将 matplotlib 动画写入 .mp4 视频文件。是否可以写入 .webm 格式?

但我不知道该怎么做。

最佳答案

确保您拥有 ffmpeg compiledlibvpx (不带参数运行 ffmpeg 并查看输出中是否有 --enable-libvpx)。

FFMpegWriter = manimation.writers['ffmpeg']
writer = FFMpegWriter(fps=15, codec='libvpx-vp9') # or libvpx-vp8

[...]

with writer.saving(fig, "writer_test.webm", 100):
[...]

关于python - 我可以将 matplotlib 动画保存为 webm 格式吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46300010/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com