ffmpeg-cpp
ffmpeg-cpp copied to clipboard
A clean, easy-to-use C++ wrapper around the ffmpeg libraries
These changes will fix the build on macOS with llvm.
Not an issue, more of a suggestion.... Have you thought about supporting x86/Win32 build as well as x64? Seems like it would just involve modifying the download script to pull...
Hi, Thank you very much for ffmpeg-cpp. Very useable. Can you help me with amerge filter for merge two audio files? My code: Muxer* muxer = new Muxer("output.wav"); AudioCodec* codec...
Hi, ffmpeg for cpp is quite challenging so thanks. I was wondering if this could be used as well using openCV Mat as input, and RTMP output
add and modify some file to fit linux platform
Fixed some crash issues with the examples.
branched from wvaarle/ffmpeg-cpp/cmake
I do not know if it is the problem of of enviroment. I cannot compile the example project successfully. It complains something like this, `libav-cpp/av/Decoder.hpp:81:26: error: ‘Packet’ has not been...