C# 程序在创建 Windows Media Encoder 对象时总是崩溃

发布于 2024-07-18 12:16:26 字数 316 浏览 14 评论 0原文

我使用的是 Windows Vista x86 + VSTS 2008。使用语句

WMEncoder detector = new WMEncoder();

创建新的 Windows Media Encoder 对象时 我的程序在 VSTS 2008 中总是崩溃。这是屏幕快照。 任何想法有什么问题吗?

http://i40.tinypic.com/2v96uqo.jpg

提前致谢, 乔治

I am using Windows Vista x86 + VSTS 2008. When creating new Windows Media Encoder object using statement

WMEncoder encoder = new WMEncoder();

My program always crash in VSTS 2008. Here is the screen snapshot. Any ideas what is wrong?

http://i40.tinypic.com/2v96uqo.jpg

thanks in advance,
George

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

亣腦蒛氧 2024-07-25 12:16:26

看起来问题可能出在 Windows Media Encoder 中: http://support.microsoft.com/kb/ 929182

您可能只需要更新 WME 即可使其发挥作用。 作为测试,您可以在 XP 上尝试一下,看看它是否有效 - 如果有效,则可能是 Vista 上的 WME 版本。

这似乎是 https://stackoverflow.com/questions/493069/wmencoder-issue 的重复项

It looks like the problem may be in Windows Media Encoder: http://support.microsoft.com/kb/929182

You might just have to update WME for this to work. As a test, you might try this on XP to see if it works - if so, it's likely the WME version on Vista.

This appears to be a duplicate of https://stackoverflow.com/questions/493069/wmencoder-issue

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