Giter VIP home page Giter VIP logo

xuggle-xuggler's Introduction

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:
    *  Ease of Use: Provide the power of FFMPEG with an
       easier learning curve for developers.
    *  Safety: Run natively inside a Virtual Machines
       (e.g. Java) and servers, but minimize the odds
       of incorrect coding of native FFMPEG code causing crashes
    *  Portability: Write portable code that should run most places
       where FFMPEG can run

= What languages are supported? =

Today Xuggler works under Java

People can also use the C++ api directly, but bear in mind three caveats:
- You must explicitly release all references you create to objects
  with ->release() calls; every make() or get...() method returns
  a reference.  A template class called com.xuggle.ferry.RefPointer
  is provided that can do a lot of the release()ing for you, but
  it's no substitute for care on your part.

- Our current build system relies on autoconf and g++, so
  linking this C++ library on Windows can be difficult if you're
  using Microsoft's Visual C++ compiler.

= 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

xuggle-xuggler's People

Contributors

michaelni avatar dondiego avatar mansr avatar bcoudurier avatar rdoeffinger avatar aurelj avatar justinruggles avatar rbultje avatar mstorsjo avatar ramiropolla avatar elenril avatar cehoyos avatar yuvi avatar aconverse avatar axic avatar rouseabout avatar multimediamike avatar lu-zero avatar merbanan avatar pengvado avatar rvs avatar mrvacbob avatar masternobody avatar flameeyes avatar mmuman avatar superdump avatar jmenon avatar iiv3 avatar ddkang avatar danielverkamp avatar

Watchers

James Cloos avatar gotomypc avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.