Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一个可以将图像组合成视频的 Python 库。
一个只允许您创建空视频并将图像作为帧输入其中的库是理想的。
最好还支持视频文件的 MPEG 压缩。
如果您运行 linux,那么您可以使用 ffmpeg 从命令行执行此操作,您可以使用一个名为pyFFmpeg的 python 包装器- 还有pymedia,但它看起来不需要维护。
顺便说一句,有许多项目为 Windows 提供 ffmpeg 的构建。
gstreamer 是您正在寻找的工具。你可能需要一个appsrc或类似的东西。