Answers for "why video is not writing opencv"

0

why video is not writing opencv

cap = cv2.VideoCapture('vtest.avi')
...
out = cv2.VideoWriter('output.avi',fourcc, 20.0,(int(cap.get(3)),int(cap.get(4))))

make output size same as input size
Posted by: Guest on April-19-2021

Browse Popular Code Answers by Language