libav-cpp icon indicating copy to clipboard operation
libav-cpp copied to clipboard

FFmpeg C++ wrapper

Results 2 libav-cpp issues
Sort by recently updated
recently updated
newest added

I am using the ffmpeg 6.1. Although the compiling of this source code has some small issues, I can fix it and make it compiled. However, the example program always...

I'm not really sure why but it seems like Packet.hpp wasn't included in Decoder.hpp for some reason. Also AVCodec* needed to be declared as const, this might be due to...