ffmpeg-cpp
ffmpeg-cpp copied to clipboard
A clean, easy-to-use C++ wrapper around the ffmpeg libraries
@Raveler I want to stream OpenGL buffer data through UDP, I am a beginner in FFmpeg and would like to know if your projects could append frames from the OpenGL...
"Download a build of FFmpeg from https://ffmpeg.zeranoe.com/builds/. The project was last tested with 4.1. You will need both the dev version (for .h and .lib files) and the shared version...
Hi! And thanks for making this code available (the only windows build-able ffmpeg that I could find). I am trying to read the metadata from a .mov file, specifically timecode...
making linux version working: - Create a basic cmake (the exe are not at the right place yet) - removing some windows only header - fixing typos (was OK on...
Is there a way to set up a muxer recipient to be memory instead of file? I need the transcoded and muxed output in a memory buffer rather than written...
Having trouble interfacing with the ffmpeg C API directly from C++, I would like to give a try to ffmpeg-cpp. Unfortunately, it's not that straightforward. First of all, the windows...
Not an issue, but a request. Your library is very nice, elegant, thanks for providing! Background: I compiled FFmpeg 4.2.2 using msys2 / gcc7.3.0. I compiled ffmpeg-cpp into a DLL...
While checking if this lib I noticed I had to remove this line below to get the demo project to work with 'GENERATED' video output it resets the frame and...
First of all, Thank you so much for this awesome project! Secondly can you please mention if this library is good for real-time IP Camera Video capturing and recording? If...
@Raveler Hello, First over all, thanks a lot for sharing your code, ffmpeg-cpp is really a nice idea, and works already very well (including on Linux). My purpose is to...