artclarke / xuggle-xuggler

Xuggle's Xuggler Java API for Video -- DEPRECATED
GNU Lesser General Public License v3.0
360 stars 226 forks source link

DEPRECATED.

Consider using Humble Video instead: https://github.com/artclarke/humble-video

Welcome to Xuggle-Xuggler-Main (a.k.a. Xuggler) http://www.xuggle.com/xuggler

= Licensing =

Xuggler is licensed under the Lesser GNU Public License, but if compiled with a GPL version of FFmpeg, then Xuggler assumes the GPL license (as required by FFmpeg).

See the COPYING file for our license, along with the amending COPYING.LESSER file.

For the license used in libraries in the 'captive' directory, see the captive directory.

= What is Xuggler ? =

Xuggler is a Java library that allows you to decode and encode a variety of media file formats directly from Java.

It is built on top of the FFMPEG (http://ffmpeg.org/), but is designed with the following goals:

= What languages are supported? =

Today Xuggler works under Java

People can also use the C++ api directly, but bear in mind three caveats:

= How to use Xuggle? =

You must first build and install Xuggle for the operating system you will use it on. Unlike most Java libraries, Xuggle has a native (e.g. Windows DLL or Linux shared library) component that must be installed with it.

See the INSTALL file for instructions.

Once installed, just make sure your Java program references xuggle-xuggler.jar, and you should be able to use the API.

= Where can I find documentation? = Visit http://www.xuggle.com/xuggler/doc

or build the documentaiton yourself: ant doc and then open up doc/java/api/index.html (the Java docs). doc/cpp/api/html/index.html (the C++ docs if you have Doxygen installed).

Currently the Java docs are auto-generated from the C++ docs and there are quite a few bugs with that. If you're not getting what you need from the Java docs, then please, check out the C++ docs.

= Where can I find out more? = Visit: http://www.xuggle.com/xuggler