Jffmpeg |
Codec pack for the Java Media Framework |
[Home] | [Formats] | [Documentation] | [Download] | [Contacts] | [Links] |
Please visit this website: Salyens (section "support")
Edit the file config.mak to suit your system.
cd jffmpeg
make
make install (as root)
To test it:
make test
java jffmpeg_test
To build (Java part only) with ant:
export ANT_HOME=...
export JAVA_HOME=...
export JMFHOME=...
ant