如何使用 JMF 播放 .avi 文件
我在java中做一个项目,我使用jmf(媒体包)来做同样的事情。它播放mpg mp3文件,但它不能播放.avi文件给我一些提示。
i m doing a project in java i m using jmf (media package) for the same.it plays mpg mp3 files but it can't play .avi files give me some hint.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能缺少文件编码所用的编解码器。您可以使用任何开源工具,例如这个,找出丢失的编解码器。
You might be missing the codec the file is encoded with..you can use any open source tools like this, to find out the codec that is missing.