How to set the image resolution for animations?

前端 未结 2 1637
一个人的身影
一个人的身影 2021-02-20 00:52

how can I set the resolution of an animation saved as mp4 movie with \"matplotlib.animation\" module?

On the web I only found examples using \"animation.FuncAnimation\".

2条回答
  •  一整个雨季
    2021-02-20 01:44

    bitrate is the parameter used to specify the quality of a movie. The higher the value you set it to, the higher the quality of the movie will be.

提交回复
热议问题