ffmpeg-cpp
ffmpeg-cpp copied to clipboard
A clean, easy-to-use C++ wrapper around the ffmpeg libraries
hello, this seems to a good library and learning point to understand ffmpeg. when can we have the support for latest ffmpeg library. thanks & regards, Amit. K.
Hi, I'm learning to use FFmpeg and I have a question regarding this packet duration calculation: `pkt->duration = stream->time_base.den / stream->time_base.num / stream->avg_frame_rate.num * stream->avg_frame_rate.den;` https://github.com/Raveler/ffmpeg-cpp/blob/master/source/ffmpeg-cpp/ffmpeg-cpp/Muxing/VideoOutputStream.cpp#L82 I have also experienced...
I wann to know can I use this librarry for Screen Recording?