Metadata-Version: 2.1
Name: flv2img0.1.4
Version: 0.1.4
Summary: just a simple test of vipkid
Home-page: UNKNOWN
Author: yin
Author-email: yinmengmeng@vipkid.com.cn
License: MIT
Description: 
        Operation method :
          
            Bofore Operation install "flv2img":
            pip install flv2img0.1.4
        
        
        
            flv2img:
                inputflv(Video path),rate(How many frames per second),star(the start of frames you want),end(the end of frames you want)
                python 
                        from flv2img import flv2img
                        flv2img.flv2img(flv,rate,star,end)
                outputlist_all(list of image
                PS:Video converted to image 
        
            faceimg:
                inputflv(Video path),rate(How many frames per second),star(the start of frames you want),end(the end of frames you want)
                python 
                        from flv2img import flv2img
                        flv2img.faceimg(flv,rate,star,end)
                outputface_list(list of image
                PS:Video converted to image with face
        
Keywords: simple,test
Platform: any
Description-Content-Type: text/markdown
