Registry / utility / avcpp
library3.0.1vcpkgunverified

Wrapper for the FFmpeg that simplify usage it from C++ projects.

vcpkg install avcpp
INSTALL
IMPORT
SIG · AVCPP
A
avcpp
utilitycppv3.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

avcpp/av.h
#include <avcpp/av.h>

Initialize the FFmpeg wrapper library

#include <avcpp/av.h> #include <iostream> int main() { av::init(); std::cout << "FFmpeg initialized\n"; return 0; }
Debug
Known issues
gotchaRequires FFmpeg development libraries installed on the system
fix
Install FFmpeg via vcpkg (ffmpeg) or system package manager before using avcpp
affects: *
Upgrade
Version history
3.0.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
OpenAI (training)
2
Amazon
1
Resources

No resource links recorded.

avcpp — pip install avcpp · libregistry