视频图像转换 [英] image converting in video

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

问题描述

如何从图像帧中转换或制作视频文件..?
解决方案

很遗憾,您未指定任何内容.

因此,使用多平台方法可以在所有情况下为您提供帮助;即使您想以编程方式执行类似操作.我会使用ffmpeg,开源和多平台:
http://en.wikipedia.org/wiki/Ffmpeg [ http://ffmpeg.org/ [ ^ ].

方法如下:
http://electron.mit.edu/~gsteele/ffmpeg/ [ http://stackoverflow.com/questions/2829113/ffmpeg-create-a-video- from-images [ ^ ],
> http://stackoverflow.com/questions/7468274/ffmpeg-images-to-video-脚本所有人 [ ^ ].

—SA


您是说要从图像生成视频吗?如果是,那么在Codeproject和Stackoverflow上有很多论坛.
我发现到一个确实从磁盘上的图像生成视频的项目的链接(我不确定),但是我认为相同的操作适用于内存中的图像.
视频


您可以使用Samples \ AsfCreate项目在WindowsMediaNet示例中.

它从位图集合中创建一个Asf或WMV文件.

您可以从此处 http://WindowsMediaNet.SourceForge.net [ 解决方案

Too bad you did not specify anything.

So, using the multiplatform approach can help you in all cases; even if you want to do something like that programmatically. I would use ffmpeg, open-source and multiplatform:
http://en.wikipedia.org/wiki/Ffmpeg[^],
http://ffmpeg.org/[^].

Here is how:
http://electron.mit.edu/~gsteele/ffmpeg/[^],
http://stackoverflow.com/questions/2829113/ffmpeg-create-a-video-from-images[^],
http://stackoverflow.com/questions/7468274/ffmpeg-images-to-video-script-anyone[^].

—SA


Do you mean that you want to generate a video from images? if yes, there are many forums on Codeproject and Stackoverflow.
I found a link (I''m not sure were) to a project that does generate videos from images on disk but I think the same operations apply to images in memory.
video


you can use the Samples\AsfCreate project in WindowsMediaNet Samples.

It creates an Asf or WMV file from a collection of bitmaps.

you can download this library and sample projects from here http://WindowsMediaNet.SourceForge.net[^]


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

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