FFmpeg: Difference between revisions

194 bytes added ,  5 March 2020
Line 193: Line 193:


==C++ API==
==C++ API==
FFmpeg does not have an official C++ API.
FFmpeg does not have an official C++ API.<br>
There are wrappers such as [https://github.com/Raveler/ffmpeg-cpp Raveler/ffmpeg-cpp] which you can use.<br>
However, I recommend just using the C API and wrapping things in smart pointers.