We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
既然你正在寻找一个库,我建议你看看 OpenCV (它是跨领域的) Windows/Linux/Mac 支持的平台库)。
我前段时间写过下面的代码。它从当前目录加载两个 JPG 图像并用它创建一个视频文件。我相信这足以让您入门。
Since you are looking for a library, I suggest taking a look at OpenCV (it's cross-platform library supported on Windows/Linux/Mac).
I've written the code below some time ago. It loads two JPG images from the current directory and creates a video file with it. I believe it's more than enough to get you started.
ffmpeg 的 libavcodec 可能是一个很好的起点。
ffmpeg's libavcodec is probably a good place to start.