需要的jar使用JMF视频录制 [英] required jars for video recording using JMF

查看:337
本文介绍了需要的jar使用JMF视频录制的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是用来从jar文件列表

which are the jars used to record video from the list of jar files

1)jmf.jar
2)multiplayer.jar
3)mediaplayer.jar
4)sound.jar
5)customizer.jar

1)jmf.jar 2)multiplayer.jar 3)mediaplayer.jar 4)sound.jar 5)customizer.jar

我试图使用包含JMF类的小程序来录制视频,当我试图此applet中不必须安装JMF我不是在其中有JMF installed.how系统越来越像任何视频和音频特性的系统我能得到的视频和音频性能在一个小程序中没有安装JMF系统

i am trying to record a video using an applet which contains JMF class,when i tried this applet in a system which doesnt have JMF installed i am not getting any video and audio properties like in a system which has JMF installed.how can i get video and audio properties in an applet in a system which has no JMF installed

目前,我只添加jmf.jar,我要补充这些库这个工作?

currently i am adding only jmf.jar,i have to add all these libraries for this to work?

推荐答案

您需要添加到类路径和部署应用程序的只有一个是JMF.jar。它包含了你需要录制视频的所有类。

The only one you need to add to the classpath and deploy with your application is JMF.jar. It contains all the classes you will need to record video.

至于获取的音频和视频性能,你有两个选择。首先是要求或指导用户安装JMF他们可以使用您的小程序之前。我不认为这是你想要的。另一种是手动设置客户机使用JMF。底层的A / V处理由上丽努/ UNIX的Windows和.so的一组动态链接库的处理。实际上,你可以看看我的其他职位使用录像JMF的性质没有它被安装:<一href=\"http://stackoverflow.com/questions/4046621/how-to-capture-video-using-jmf-but-without-installing-jmf\">located这里

As for getting the audio and video properties, you have two options. The first is to require or instruct the user to install JMF before they can use your applet. I don't think this is what you want. The other is to set up the client machine manually to use JMF. The underlying a/v processing is handled by a set of dll's on windows and .so's on linu/unix. You can actually check out my other post for using the video recording properties of JMF without it being installed: located here

您需要执行的DLL文件的复制和initalize的jmf.properties文件,然后才能在客户端上执行任何的视频录制。

You'll need to perform the copying of the dlls and initalize the jmf.properties file before you can perform any video recording on the client.

这篇关于需要的jar使用JMF视频录制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆