AVBlocks for C++  3.0
Audio and Video Software Development Kit
Loading...
Searching...
No Matches
Runtime Requirements

AVBlocks

Windows

wmvcore.dll

wmvcore.dll is loaded dynamically by AVBlocks and is used for ASF muxing and demuxing (Windows Media).

NOTE:

  • wmvcore.dll is not installed by default on Windows Server. On those systems you will need to install ßthe "Media Foundation" or "Desktop Experience" feature from "Server Manager".
  • wmvcore.dll is not present by default on Windows "N" versions, or on Windows versions without Windows Media Player.

msdmo.dll

This library is loaded dynamically by AVBlocks and is used for the Windows Media codecs (WMA/WMV).

Linux (Ubuntu)

These libraries are loaded dynamically by AVBlocks to handle the corresponding image format (jpeg/tiff/png):

  • libjpeg8 - JPEG Library
  • libtiff5 - TIFF Library and Utilities
  • libpng16-16 - PNG Reference Library

To install all packages, run this command in Terminal:

sudo apt-get install libjpeg8 libtiff5 libpng16-16