Reading multiple videos in MKV with OpenCV
When I use VideoCapture in C++ only track 0 is accessed. There are three videos in one MKV container and I would like to know how to use OpenCV to access each separately, if that's possible.
Did you ever figure this out?