一种从一堆图像生成视频? [英] Way to generate video from a bunch of images?

查看:207
本文介绍了一种从一堆图像生成视频?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

谁能告诉我从一堆图像(位图)生成视频的方式。 可能是AVI文件或开源库的开放格式,

我用捻接器,但它在生产中的一些错误使用。

在BytesCount 图片到视频SDK 是最好的选择,但它是商务解决方案

现在你的任何选择吗?

解决方案

我们已经使用

ffmpeg的,并取得了专业的效果。

  

FFmpeg的是一个完整的,跨平台的解决方案来记录,转换和   流式音频和视频。

另外...

  

FFmpeg的是LGPL许可下免费软件或GPL视   您选择的配置选项。如果您使用的FFmpeg或其   成分库,必须坚持以许可的条款   题。你可以找到基本的合规性的信息,并得到许可   帮助我们的许可和法律方面的考虑页面

文档

  

有关创建许多图像的视频:

     

ffmpeg的-f IMAGE2 -i foo-%03d.jpeg -r -s 12宽x高foo.avi

Can anybody tell me the way of generating the video from the bunch of images(bitmap). May be open format of avi file or open-source library,

I used Splicer but it has some bugs in production using.

The BytesCount Image To Video SDK is best choice but it is commerce solution.

Do you now any alternative?

解决方案

We have used ffmpeg and achieved professional results.

FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video.

Also...

FFmpeg is free software licensed under the LGPL or GPL depending on your choice of configuration options. If you use FFmpeg or its constituent libraries, you must adhere to the terms of the license in question. You can find basic compliance information and get licensing help on our license and legal considerations page.

From the documentation:

For creating a video from many images:

ffmpeg -f image2 -i foo-%03d.jpeg -r 12 -s WxH foo.avi

这篇关于一种从一堆图像生成视频?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆