FFmpeg: Difference between revisions

229 bytes added ,  28 December 2020
No edit summary
Line 322: Line 322:
There are wrappers such as [https://github.com/Raveler/ffmpeg-cpp Raveler/ffmpeg-cpp] which you can use.<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.
However, I recommend just using the C API and wrapping things in smart pointers.
==Python API==
You can try [https://github.com/PyAV-Org/PyAV pyav] which contains bindings for the library. However I haven't tried it. 
[https://github.com/kkroening/ffmpeg-python ffmpeg-python] contains bindings for the CLI.


==My Preferences==
==My Preferences==