如何将视频转换为位图数组?

发布于 2024-11-17 06:43:46 字数 85 浏览 4 评论 0原文

我希望能够加载视频并对其运行位图操作。
我怎样才能将整个视频放入内存中,或者逐帧获取位图,操作它们,然后保存到另一个流或其他什么。
谢谢 !

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

花间憩 2024-11-24 06:43:47

导出必须是 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.

情丝乱 2024-11-24 06:43:47

也许这个链接对你有帮助。

在 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文