Categories
AVbin
AVbin is a thin wrapper around FFmpeg, providing binary compatibility for applications and languages that need it.
FFmpeg is a collection of audio and video codecs widely used in projects such as mplayer, xine, gstreamer and VLC. It is under continuous development; so much so that its developers rarely provide a release, and SVN snapshots of the library must be statically linked to avoid version incompatibilities.
AVbin allows programs that require dynamic linkage to use FFmpeg. It does this by providing:
AVbin is distributed as a single dynamic library (.so on GNU/Linux, .dylib on Mac OS X, and .dll on Windows) that depends on no other files or installations. This eliminates the many complexities of building FFmpeg on platforms other than GNU/Linux; however you can still build it from source if you prefer.
Last updated 13 May, 2009
Versions
7
- Released: 1 Sep, 2008
- Code Maturity: Stable
- Source Archive: http://avbin.googlecode.com/files/avbin-src-7.t...
- Licenses: GPLv3, LGPLv3orlater
- Interfaces: Library
Development
Developer Resources
- VCS Checkout Command:
http://avbin.googlecode.com/svn/trunk/ avbin-read-only - Download




