媒体使用哪种框架
我有一个项目,其中必须使用某些功能(例如播放、暂停、重置)来录制和播放视频,并且必须与其他进程同步。
现在另一个进程已经用 Java 开发了,我必须将视频嵌入其中。因此,当我开始探索这些选项时,我遇到了 JMF 和 FMJ。我开始分析利弊,我担心 FMJ 项目已经消亡 3-4 年了。 JMF 我发现很难获得教程。
我应该选择这 2 个框架中的哪一个?
I have a project wherein video has to be recorded and played back with certain features, like play , pause, reset and has to be synchronised with some other process.
Now the other process is already developed in Java and I have to embed the video into it. So when I started exploring the options, I came across JMF and FMJ. I started analysing pros and cons and what I am concerned FMJ project is dead for 3-4 years. JMF I am finding difficult to get tutorials.
Which of the 2 frameworks should i choose ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您可以从 jitsi.org 借用框架,他们扩展了 JMF。详细信息请参见源代码。有很多关于 JMF 的优秀教程,您可以将其用于 jitsi。
祝你好运
You can borrow frameworks from jitsi.org, they have extended JMF. See source code for details. There are a lot of good tutorials on JMF you can use that for jitsi.
good luck
QuickTime for Java 也已经消亡,但似乎已经牢牢地固定在其地位上,在短期内仍然有用。
QuickTime for Java is also dead, but seems nailed securely enough to its perch to still be useful in the short term.
我想我会从 JavaFx 开始 - 2.0 已经推出测试版,看起来是未来最好的选择。
I think I'd start at JavaFx - 2.0 is out in beta and looks the best bet going forward.
这个答案是一年后的,但对于任何寻求帮助的人来说,这都会很有用。
以下库目前已启动并运行
Xuggler - 视频编辑库。有文章和视频教程
JavaCV - OpenCV 的包装器。可以比 OP 要求的多 1000%。但仍然缺乏文档和帮助。
This answer is after 1 year, but for anyone seeking help, this would be useful.
The following libraries are up and running at the moment
Xuggler - Video editing lib. Have artciles as well as video tutorials
JavaCV - Wrapper for OpenCV. Can do 1000% more than what the OP has asked for. But still lack of documentation and help.