项目作者: nvitakurnia

项目描述 :
an easy way to extract images from video using python
高级语言: Python
项目地址: git://github.com/nvitakurnia/extract-images-from-video.git
创建时间: 2020-06-15T04:34:50Z
项目社区:https://github.com/nvitakurnia/extract-images-from-video

开源协议:

下载


extract-pictures-from-video

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.