an easy way to extract images from video using python
This code use VideoCapture(pathIn) to capture video from folder pathIn.
c=0 defined number of image extracted. count=0 defined number of frame on video. if you want extract only some frame on video, you can set on count%10==0. it means code will extract 10th sequence and continue.