Git Product home page Git Product logo

avbin-debian's Introduction

AVbin
=====

:Home:    http://code.google.com/p/avbin
:Contact: Alex Holkner <[email protected]>


Building
--------

AVbin is designed to be used with a particular version of FFmpeg.  This
is checked out automatically into the `ffmpeg` directory when you use the SVN
sources of AVbin.  If you've downloaded a source archive, you'll need to get
the appropriate version of FFmpeg::

    svn checkout -r `cat ffmpeg.revision` \
                 svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg

Use the included `build.sh` script to compile AVbin.  This takes care of
configuring FFmpeg correctly, compiling it, then linking it with the AVbin
sources.  The final AVbin libraries are placed in the `dist` directory.

If you've just updated the FFmpeg and the current AVbin distribution contains
an ffmpeg.patch file, first run::

    ./build.sh --patch ffmpeg.patch

to apply some AVbin-specific patches to FFmpeg.  Then, on a 64-bit Linux
computer run::

    ./build.sh linux-x86-64 linux-x86-32

or on an Intel Mac OS X computer run::

    ./build.sh darwin-universal

or on a 32-bit Windows run::

    ./build.sh win32

Run ``build.sh --help`` for more information.


Caveats
-------

AVbin is currently supported only on the following platforms

* Linux
  - x86 (cross-compiled from x86-64)
  - x86-64
* Mac OS X 10.4
  - PowerPC (32-bit only; cross-compiled from x86)
  - x86 (32-bit only)
* Windows XP, Vista
  - x86 (32-bit only)

The configuration scripts currently assume cross-compilation for Linux-x86-32
and Darwin-ppc-32.  Minor changes should be needed to get these to compile on
the target platform.  Patches for this or other platforms are welcome.

Darwin compilation currently requires OS X 10.5.

Installation and usage
----------------------

Place the resulting avbin.so, avbin.dylib or avbin.dll in the appropriate
system directory.

The AVbin dynamic library exports all of FFmpeg's functions from libavcodec,
libavutil and libavformat.  It also exports some higher-level functions which
have a fixed ABI (they will not change in incompatible ways in future
releases), documented in ``include/avbin.h``.

License
-------

Due to the linkage between AVbin and FFmpeg, AVbin must be licensed under the
LGPL or GPL.  Currently all GPL features of the FFmpeg configuration are
disabled, permitting LGPL use.

You should see the accompanying COPYING and COPYING.LESSER files for details.
In summary, you must note the usage of FFmpeg and AVbin within the
documentation of your application.  If you make changes to either library, you
must include the sources of these changes within your application.

avbin-debian's People

Contributors

astraw avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  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.