Metadata-Version: 2.1
Name: togif
Version: 1.0.0
Summary: UNKNOWN
Home-page: http://github.com/wkentaro/togif
Author: Kentaro Wada
Author-email: www.kentaro.wada@gmail.com
License: UNKNOWN
Description: <h1 align="center">
          togif
        </h1>
        
        <h4 align="center">
          Command Line Tool to Convert a Video to GIF.
        </h4>
        
        <div align="center">
          <img src=".readme/cli.png" width="75%">
        </div>
        
        
        ## Installation
        
        ```bash
        pip install git+https://github.com/wkentaro/togif.git
        ```
        
        
        ## Usage
        
        ```bash
        $ togif --help
        usage: togif [-h] [--fps FPS] [--speed SPEED] [--duration DURATION]
                     [--resize RESIZE]
                     input_file
        
        positional arguments:
          input_file           input video
        
        optional arguments:
          -h, --help           show this help message and exit
          --fps FPS            fps (default: 1)
          --speed SPEED        speed (default: 1)
          --duration DURATION  duration (default: None)
          --resize RESIZE      resize (default: 1)
        ```
        
        
        ## Example
        
        ```bash
        togif data/2018-11-02_14-44-14.mp4 --resize 0.2 --speed 12
        ```
        
        <img src="data/2018-11-02_14-44-14.gif" width="50%">
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
