cap.isOpened() always returns false

OK I think I found why: there is no 64 bit debug dll for ffmpeg, “opencv_videoio_ffmpeg451_64.dll” makes my code work in release configuration, but if I run it in debug configuration, “tmat.empty()” is always true. Is there a place where I can find the 64 bit debug dll, please?