有没有可以播放所有 mov、mp4 和 wmv 文件的插件?
我正在开发一个 Asp.Net 应用程序,我需要播放所有 .mov、.wmv
和 .mp4
文件。有没有可用的软件/插件来执行此操作?我查看了 jwplayer,但它只允许播放 .flv 和 .mp4 文件。我需要对上述所有三种文件格式的支持。
如果任何播放器不支持,那么您能否建议我们可以从 C# 运行类似于命令行命令(使用 Process 类)并获得所需格式的实用程序?
提前致谢 :)
I am developing an Asp.Net application and I need to play all .mov, .wmv
and .mp4
files. Are there any softwares/plugins available to do this? I had a look at jwplayer but it only allows to play .flv and .mp4 files. I need support for all of the above three file formats.
If any player doesn't support then can you suggest any utility which we can run from c# similar to command line commands (using Process class) and get the desired format?
Thanks in advance :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为没有一个 Flash 播放器可以支持您需要的所有格式,但是您可以使用 FFmpeg 来转换您的视频到 .flv
I don't think there's a flash player that supports all formats you need, but you can use FFmpeg to convert your videos to .flv
我认为 vlc 媒体播放器插件可以尝试这个链接,它可能会有所帮助 https://gist.github.com/101357
i think vlc media player plugin will work try this link it may help https://gist.github.com/101357