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

A clean, easy-to-use C++ wrapper around the ffmpeg libraries

Results 23 ffmpeg-cpp issues
Sort by recently updated
recently updated
newest added

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...