First time here? Check out the FAQ!
answered 2020-08-31 03:24:19 -0600
opencv's VideoCapture does not know anything about B-frames. (it's a simple utility class to acquire images for computer-vision)
if you need more control, you have to use libraries like ffmpeg or gstreamer directly