1 | initial version |
I found this line of code in the github repositories.
https://github.com/Itseez/opencv/blob/master/modules/videoio/src/cap_ffmpeg_impl.hpp#L615
Changing this line will determine how many threads get created when using ffmpeg. I changed this to two in my application. It is surprising that this is no parameter.