From c50feba8d26cf2e3d825d6be6bbbcc867252f958 Mon Sep 17 00:00:00 2001 From: Stefano Mandelli Date: Sun, 10 Nov 2024 05:22:49 +0100 Subject: [PATCH] avcpp lib has just been added (#1596) Modern C++ wrapper around FFmpeg Co-authored-by: Stefano Mandelli --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 845c970..6977666 100644 --- a/README.md +++ b/README.md @@ -1112,6 +1112,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [libvpx](http://www.webmproject.org/code/) - VP8/VP9 Codec SDK. [BSD] * [FFmpeg](https://www.ffmpeg.org/) - A complete, cross-platform solution to record, convert and stream audio and video. [LGPL2/GPL2] +* [avcpp](https://github.com/h4tr3d/avcpp) - Modern C++ wrapper around FFmpeg. [MIT] * [libde265](https://github.com/strukturag/libde265) - Open h.265 video codec implementation. [LGPL] [website](http://www.libde265.org/) * [x265](https://bitbucket.org/multicoreware/x265_git/src) - Open h.265 video codec implementation. [GPL2] [website](https://x265.readthedocs.io/en/master/) * [OpenH264](https://github.com/cisco/openh264) - Open Source H.264 Codec. [BSD] [website](http://www.openh264.org/)