如何将视频转换为位图数组?
我希望能够加载视频并对其运行位图操作。
我怎样才能将整个视频放入内存中,或者逐帧获取位图,操作它们,然后保存到另一个流或其他什么。
谢谢 !
I wish to be able to load a video and run Bitmap manipulations on it.
How can I either put the whole video in the memory, or get bitmaps frame by frame, manipulate them, then save to another stream or whatever.
Thanks !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
导出必须是 C# 吗?如果没有,您应该使用 ffmpeg (http://www.ffmpeg.org/)。
这是一个类似的问题:
http://ubuntuforums.org/showthread.php?t=564717
我使用 ffmpeg 取得了很好的结果。
Does the export have to be in C#? If not, you should use ffmpeg (http://www.ffmpeg.org/).
Here is a similar question:
http://ubuntuforums.org/showthread.php?t=564717
I've had great results with ffmpeg.
也许这个链接对你有帮助。
在 C# 中从图像制作视频的工作方式
< a href="https://stackoverflow.com/questions/2855128/how-to-convert-a-video-to-images-in-c">如何在c#中将视频转换为图像?
<一个href="http://social.msdn.microsoft.com/Forums/en-US/mediafoundationdevelopment/thread/7cf7014e-6537-480b-a052-65cbb929f449" rel="nofollow noreferrer">http://social.msdn.microsoft.com/Forums/en-US/mediafoundationdevelopment/thread/7cf7014e-6537-480b-a052-65cbb929f449
maybe this links help you.
Working way to make video from images in C#
how to convert a video to images in c#?
http://social.msdn.microsoft.com/Forums/en-US/mediafoundationdevelopment/thread/7cf7014e-6537-480b-a052-65cbb929f449