We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
以下链接通过很好的示例解释了 JMF:
http://grack.com/下载/school/enel619.10/report/java_media_framework.html
The following link explains JMF with nice examples:
http://grack.com/downloads/school/enel619.10/report/java_media_framework.html
实际上,我使用 Xuggler 比 FMJ 或 JMF 取得了更多成功。这是一个用于从网络摄像头显示的演示程序:
https://github.com/artclarke/xuggle-xuggler/blob/master/src/com/xuggle/mediatool/demos/DisplayWebcamVideo.java
I've actually had more success using Xuggler than FMJ or JMF. Here is a demo program for displaying from a webcam:
https://github.com/artclarke/xuggle-xuggler/blob/master/src/com/xuggle/mediatool/demos/DisplayWebcamVideo.java