Skip to content

Commit

Permalink
howto
Browse files Browse the repository at this point in the history
  • Loading branch information
maranemil committed May 23, 2018
1 parent 4332daa commit 02bf867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fullstack/python/opencv/download_play_video2.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
#out = cv2.VideoWriter("output.avi", fourcc, float(spf), (640, 480))
#vid = cv2.VideoWriter(outvid, fourcc, float(fps), size, is_color)
#out = cv2.VideoWriter('output.avi',fourcc, 20.0,(1280,720))
#out = cv2.VideoWriter('output.avi',fourcc, 20.0, (1280, 720))
#out = cv2.VideoWriter('output.avi',fourcc, 20.0, (1280, 720))s
#cv2.VideoWriter('output.mp4',fourcc, 15.0, (1280,360))
#voObj = cv2.VideoWriter('output.mp4', 0x00000021, 15.0, (1280,360))

Expand Down

0 comments on commit 02bf867

Please sign in to comment.