How to programmatically create videos?

后端 未结 7 813
逝去的感伤
逝去的感伤 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:12

    GStreamer is a popular choice. It's a full multimedia framework much like DirectShow or QuickTime, has the advantage of having legally licensed codecs available, and has excellent Python bindings.

提交回复
热议问题