How can I script the creation of a movie from a set of images?

前端 未结 3 1639
盖世英雄少女心
盖世英雄少女心 2020-12-23 23:49

I managed to get a set of images loaded using Python.

I\'d like my script to take this series of images (in whatever format I need them), and create a video from them

3条回答
  •  情深已故
    2020-12-24 00:08

    Do you have to use python? There are other tools that are created just for these purposes. For example, to use ffmpeg or mencoder.

提交回复
热议问题