如何判断某个视频格式是否受支持
我必须编写一个应用程序来列出并播放教程视频以及随附的文本。它工作得很好,但由于视频是由用户添加的,我需要一种方法来检查视频是否可以在机器上播放。
我不确定是否有一种简单的方法来尝试测试文件(并捕获错误),或者我是否需要开始查看已安装的编解码器。
有人有这方面的经验吗?
I've had to write an application that lists and plays tutorial videos along with accompanying text. It works well but since the videos are added by the user I need a way of checking to see whether or not a video can be played on the machine.
I'm not sure whether or not there is an easy way to try test the file (and catch errors) or if I need to start looking at codecs installed.
Does anybody have any experience with this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简单的!
示例:
虽然该命令在技术上失败,但输出可满足您的需要。
Easy!
Example:
While the command technically fails, the output is usable for your needs.