一种从一堆图像生成视频?

编程入门 行业动态 更新时间:2024-10-16 20:28:41
本文介绍了一种从一堆图像生成视频?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

谁能告诉我从一堆图像(位图)生成视频的方式。 可能是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

更多推荐

一种从一堆图像生成视频?

本文发布于:2023-11-12 20:00:32,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1582401.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:图像   视频

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!