How to resize Moviepy to fullscreen?

后端 未结 1 1159
遥遥无期
遥遥无期 2021-01-13 06:50

I am making a game using pygame and I wanted to add cut scenes to it. The pygame movie module however doesn’t work anymore so I had to resort to using moviepy. Moviepy isn’t

相关标签:
1条回答
  • 2021-01-13 07:23

    As of moviepy version 0.2.3.4, you can call clip.preview(fullscreen=True) to make your preview fullscreen. Press Esc or the quit button to quit. See the pull request for further info.

    Run pip install moviepy --upgrade to update moviepy to the latest version.

    0 讨论(0)
提交回复
热议问题