在 C# 中播放视频/媒体文件
我正在开发一个媒体项目(Windows 应用程序)。其中 flv、avi 和 mpeg 是我必须在应用程序中播放的主要文件类型。我可以使用 wmpLib,但它不会播放 flv 文件。那么我应该遵循什么程序以及我应该使用什么工具或库。是否有任何免费的开源库可以进行媒体工作。提前致谢
I am working on one of the media project (windows application). In this the flv, avi and mpeg are the main file types which i have to play in application. I can use wmpLib, but it will not play flv files. So what procedure should i follow and what tools or libraries should i use.Is there any free opensource libraries to do media work. Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通常 DirectShow 用于播放 AVI 和 MPEG。我对 FLV 文件一无所知。
Typically DirectShow is used to play AVI and MPEG. I have no idea on FLV files.