AVbin

Thin wrapper around FFmpeg, providing binary compatibility for applications and languages that need it
Download

AVbin Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Price:
  • FREE
  • Publisher Name:
  • Alex Holkner
  • Publisher web site:
  • http://code.google.com/p/avbin/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 1.4 MB

AVbin Tags


AVbin Description

Thin wrapper around FFmpeg, providing binary compatibility for applications and languages that need it 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: ·an accurate version number within the shared library, allowing applications to select the appropriate data structures and functions to use at runtime, and ·a simplified interface with an unchanging ABI to the most common decoding functionality within FFmpeg. AVbin is distributed as a single dynamic library (.dylib on Mac OS X, .so on Linux, and .dll on Windows) that depends on no other files or installations. This eliminates the many complexities of building FFmpeg on platforms other than Linux; however you can still build it from source if you prefer.You can use AVbin in one of two ways. Linking against the avbin shared library provides all libavcodec, libavutil and libavformat functions. You can use the avbin_get_ffmpeg_revision function to determine the exact version of FFmpeg that has been linked, and use the appropriate data structures and functions.Because the FFmpeg interface changes quite quickly, AVbin also provides a simpler interface that is guaranteed to be backward and forward compatible with future releases.


AVbin Related Software