How to programmatically create videos?

后端 未结 7 816
逝去的感伤
逝去的感伤 2020-12-10 06:39

Is there a freely available library to create a MPEG (or any other simple video format) out of an image sequence ?

It must run on Linux too, and ideally have Python

7条回答
  •  爱一瞬间的悲伤
    2020-12-10 07:36

    in c++ OpenCV (open source Computer Vision library from Intel) let you create an AVI file and just push frames inside...

    but it's like shooting with a cannon to a fly.

提交回复
热议问题