Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 JMF(Java 媒体框架)播放视频。我现在已经尝试了来自四个不同网站的示例代码。我正在使用运行 Lion 的 Mac。
每次我加载我拥有的 mpg 文件时,我都会得到:
Unable to handle format: MPEG, 352x240, FrameRate=29.9, Length=126720
这是什么意思?JMF有问题吗?我正在使用跨平台版本。
您可以尝试Jffmpeg,它为 JMF 提供 MPEG 编解码器(以及许多其他格式)。但是,请记住,最后一个版本是 2006 年。
另一种选择,如果FMJ。
跨平台版本可能不会支持太多格式。有一些性能包可能会有所帮助。但是 MAC 没有性能包,而且可能永远不会。