在 DirectX (WPF) 中播放视频
我有一个 WPF 4/VB.net 项目,我正在尝试在其中播放视频。我一直在使用 mediaelement,但对该程序的整体性能感到非常懊恼。因此,我正在寻找能为我的项目找到的唯一其他可行的替代方案……directx。
这让我想到了我的问题。是否可以在 DirectX 中播放视频(Theora [.ogv] 或 Flash 视频 [.flv])?如果是这样,怎么办?
先感谢您!
I have a WPF 4/VB.net project, and I'm trying to play video in it. I've been using a mediaelement, much to the chagrin of the program's overall performance. Thus, I'm looking into the only other viable alternative that I can find for my project...directx.
Which brings me to my question. Is it possible to play video (either Theora [.ogv] or Flash Video [.flv]) in DirectX? If so, how?
Thank you in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Mediaelements 的性能还不错,并且依赖于编解码器。如果您安装了所需的编解码器,Mediaelement 还可以播放所有格式。
我有一个用 VB.Net 编写的 DirectX 视频播放器(没有 WPF)。我使用了 DirectX SDK。但这些方法很容易出错。
要播放您的视频格式,您可以安装编解码器包,例如带有 FFDshow 的 K-Lite(强烈推荐)
The Mediaelements Performance is not so bad and dependent on Codec. Mediaelement can also Play all Formats if you have required Codecs installed.
I have a DirectX Video Player written in VB.Net (without WPF).I used the DirectX SDK. But the methods are highly error prone.
To play your Videoformats, you can install a Codec-Pack e.g. K-Lite with FFDshow (highly recommended)