FMJ是一个Java开源项目它是JMF(Java Media Framework)的一个"替代品"并能够使用现存的第三方插件如jffmpeg和IBM的MPEG-4。它不需要给JRE安装任东西,还提供一些JMF没有的特性如:SWT支持等。
FMJ is an open-source project with the goal of providing an alternative to Java Media Framework (JMF), while remaining API-compatible with JMF. It aims to produce a single API/Framework which can be used to capture, playback, process, and stream media across multiple platforms.
Download FMJ
FMJ is available for download in ZIP and TAR bundles from SourceForge.net. You can also download previous releases from the same location. However, we still recommend to use the latest version of FMJ.

You can directly get the latest source from CVS :
# cvs -d:pserver:anonymous@fmj.cvs.sourceforge.net:/cvsroot/fmj login
CVS password: <Hit Enter>
# cvs -z3 -d:pserver:anonymous@fmj.cvs.sourceforge.net:/cvsroot/fmj co -P fmj
Sample Media
Use media library in order to test your FMJ applications or FMJ Studio.
Download FFMPEG-Java
FFMPEG-Java is available for download in ZIP and TAR bundles from SourceForge.net. Or directly get the latest source from CVS (FFMPEG-Java is not the same project as JFFMPEG) :
# cvs -d:pserver:anonymous@fmj.cvs.sourceforge.net:/cvsroot/ffmpeg-java login
CVS password: <Hit Enter>
# cvs -z3 -d:pserver:anonymous@fmj.cvs.sourceforge.net:/cvsroot/ffmpeg-java co -P ffmpeg-java
Download Theora-Java
Theora-Java is available for download in ZIP and TAR bundles from Sourceforge.net. Or directly get the latest source from CVS :
# cvs -d:pserver:anonymous@fmj.cvs.sourceforge.net:/cvsroot/theora-java login
CVS password: <Hit Enter>
# cvs -z3 -d:pserver:anonymous@fmj.cvs.sourceforge.net:/cvsroot/theora-java co -P theora-java
Download LTI-CIVIL
LTI-CIVIL is a library capable of detecting available capture devices and returning a civil: datasource. Visit LTI-CIVIL's website for more details and downloads.
项目主页:http://fmj.sourceforge.net/ |