Вот этот пример работает слишком медленно
 cap = cv2.VideoCapture('video.mp4')
while(cap.isOpened()):
 ret, frame = cap.read()
  if ret == True: