I have a small question regarding OpenCV in combination with FFmpeg. Is it possible to combine the FFmpeg library for OpenCV (opencv_videoio_ffmpeg shard library) with a small command line FFmpeg binary that links to OpenCV’s FFmpeg library such that it contains not much additional space?
I found FFmpeg to be pretty useful, but standalone binaries are rather big (> 100 MB) and this would allow to combine it with the library provided by OpenCV.