1、加载一个视频:import cv2cap = cv2.VideoCapture('a.flv')print(cap)
3、看看视频的播放到底有多快。当cv2.waitKey()里面的数值越小,视频播放的越快。