In OpenCV, I see imread() and VideoCapture() both take a string to a file path of multiple extensions. Is there a way to get a list of extensions that are supported by them?
Just update:
cv::VideoCapture cap("D:\\test.mp4")
works for me.