Jffmpeg

Codec pack for the Java Media Framework


[Home] [Formats] [Documentation] [Download] [Contacts] [Links]

Requirements

You will need the following packages;

Building FFmpeg on Windows

Please visit this website: Salyens (section "support")


Building Jffmpeg (the old way)

Edit the file config.mak to suit your system.

cd jffmpeg
make
make install (as root)

To test it:

make test
java jffmpeg_test

Building Jffmpeg (the new way)

To build (Java part only) with ant:

export ANT_HOME=...
export JAVA_HOME=...
export JMFHOME=...
ant



SourceForge.net Logo