Metadata-Version: 1.0
Name: media_editing
Version: 2018.3.26.7
Summary: media editing
Home-page: https://github.com/wdbm/media_editing
Author: Will Breaden Madden
Author-email: wbm@protonmail.ch
License: GPLv3
Description: media\_editing
        ==============
        
        setup
        =====
        
        .. code:: bash
        
            pip install media_editing
        
        Markdown\_to\_HTML.py
        =====================
        
        This script recursively converts Markdown files at a specified directory
        to HTML files, with options to include numbered sections, table of
        contents, CSS and to output commands only, not execute.
        
        images\_to\_video.py
        ====================
        
        This script converts a list of image files to a video with the options
        of specifying the image extension, a soundtrack file, an output filename
        and a framerate.
        
        text\_to\_QR\_code.py
        =====================
        
        This script converts specified text to a QR code of specified scale and
        filepath and optionally displays the resulting QR code image using the
        default image viewer.
        
        vidgif.py
        =========
        
        This script converts a video to an animated GIF, with the option to
        output commands only, not execute.
        
Platform: UNKNOWN
