Metadata-Version: 2.1
Name: king-caesar
Version: 0.0.2
Summary: video thumbnails generator
Home-page: https://github.com/murilo-bracero/generate_thumbnail
Author: Murilo Amais Bracero
Author-email: murilobracero@gmail.com
License: MIT
Description: # Thumbail Generator
        
        Python CLI that generates a thumbnail image based on a video
        
        ## Generate image thumbnail
        
        ```
        python generate_thumbnail.py <video path> <thumbnail image path> 
        ```
        
        Notes:  Thumbnail image path must contain image file name
        
        ## Generate gif thumbnail
        
        ```
        python generate_gifnail.py <video path> <thumbnail image path> 
        ```
        
        Notes:  Thumbnail gif image path must contain .gif file name
        
        ## Supported files
        
        Video: mp4, mkv
        
        Image: .png, .jpg, .gif*
        
        *on generate_gifnail
Keywords: generator generate thumbnail
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
