AVBlocks for C++
2.1
Audio and Video Software Development Kit
|
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 2008, 2008 R2, 2012, and 2012 R2. 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.This library is loaded dynamically by AVBlocks and is used for the Windows Media codecs (WMA/WMV).
To install all dependencies you can run this command in Terminal:
These libraries are loaded dynamically by AVBlocks to handle the corresponding image format (jpeg/tiff/png):
This library is needed by AVBlocks, libAVBlocks.so
will not load without this library:
The samples provided with AVBlocks may need additional tools/libraries to be built.
AVBlocks samples come with solutions and projects for Visual Studio 2010. The AudioConverter and VideoConverter GUI samples use MFC as a shared dll.
The AudioConverter and VideoConverter GUI samples are built with Cocoa and do not require any external frameworks.
The AudioConverter and VideoConverter GUI samples are NetBeans "C/C++ Qt Application" projects. To use these projects you need the NetBeans IDE with C/C++ add-on. The Netbeans IDE is available through Synaptic Package Manager or directly from http://netbeans.org/downloads.
The libqt4-dev
package is required. It is available in the Synaptic Package Manager and can be installed from terminal by running:
The latest Qt framework can be downloaded from http://qt-project.org/downloads.
To run the 32 bit samples on Ubuntu 64 bit, you will need the ia32-lib package. The ia32-lib package is available in the Synaptic Package Manager and can be installed from terminal by running: "sudo apt-get install ia32-libs".